soames-gatsby-theme
Version:
A customizable Gatsby theme for personal websites using WordPress as a headless CMS.
1,779 lines (1,474 loc) • 34.8 kB
CSS
.display-1 {
font-family: 'Rubik', sans-serif;
font-size: 4.25rem;
font-display: swap;
}
.display-1>.soames-iconfont {
font-size: 6.8rem;
}
.display-2 {
font-family: 'Rubik', sans-serif;
font-size: 3rem;
font-display: swap;
}
.display-2>.soames-iconfont {
font-size: 4.8rem;
}
.display-4 {
font-family: 'Rubik', sans-serif;
font-size: 1rem;
font-display: swap;
}
.display-4>.soames-iconfont {
font-size: 1.6rem;
}
.display-5 {
font-family: 'Rubik', sans-serif;
font-size: 1.5rem;
font-display: swap;
}
.display-5>.soames-iconfont {
font-size: 2.4rem;
}
.display-7 {
font-family: 'Rubik', sans-serif;
font-size: 1.2rem;
font-display: swap;
}
.display-7>.soames-iconfont {
font-size: 1.6rem;
}
.blog-post-content {
font-size: 1.2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20) 48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
.display-1 {
font-size: 3.4rem;
font-size: calc(2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
line-height: calc(1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
}
.display-2 {
font-size: 2.4rem;
font-size: calc(1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
line-height: calc(1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
}
.display-4 {
font-size: 0.8rem;
font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
}
.display-5 {
font-size: 1.2rem;
font-size: calc(1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
}
}
/* Buttons */
.btn {
padding: 1rem 3rem;
border-radius: 3px;
}
.btn-sm {
padding: 0.6rem 1.5rem;
border-radius: 3px;
}
.btn-md {
padding: 1rem 3rem;
border-radius: 3px;
}
.btn-lg {
padding: 1.2rem 3.2rem;
border-radius: 3px;
}
.bg-primary {
background-color: #dc7b25 ;
}
.bg-success {
background-color: #f7ed4a ;
}
.bg-info {
background-color: #82786e ;
}
.bg-warning {
background-color: #879a9f ;
}
.bg-danger {
background-color: #b1a374 ;
}
.btn-primary,
.btn-primary:active {
background-color: #dc7b25 ;
border-color: #dc7b25 ;
color: #ffffff ;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
color: #ffffff ;
background-color: #bc361b ;
border-color: #bc361b ;
}
.btn-primary.disabled,
.btn-primary:disabled {
color: #ffffff ;
background-color: #bc361b ;
border-color: #bc361b;
}
.btn-secondary,
.btn-secondary:active {
background-color: #ff3366 ;
border-color: #ff3366 ;
color: #ffffff ;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
color: #ffffff ;
background-color: #e50039 ;
border-color: #e50039 ;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
color: #ffffff ;
background-color: #e50039 ;
border-color: #e50039 ;
}
.btn-info,
.btn-info:active {
background-color: #82786e ;
border-color: #82786e ;
color: #ffffff ;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
color: #ffffff ;
background-color: #59524b ;
border-color: #59524b ;
}
.btn-info.disabled,
.btn-info:disabled {
color: #ffffff ;
background-color: #59524b ;
border-color: #59524b ;
}
.btn-success,
.btn-success:active {
background-color: #f7ed4a ;
border-color: #f7ed4a ;
color: #3f3c03 ;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
color: #3f3c03 ;
background-color: #eadd0a ;
border-color: #eadd0a ;
}
.btn-success.disabled,
.btn-success:disabled {
color: #3f3c03 ;
background-color: #eadd0a ;
border-color: #eadd0a ;
}
.btn-warning,
.btn-warning:active {
background-color: #879a9f ;
border-color: #879a9f ;
color: #ffffff ;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
color: #ffffff ;
background-color: #617479 ;
border-color: #617479 ;
}
.btn-warning.disabled,
.btn-warning:disabled {
color: #ffffff ;
background-color: #617479 ;
border-color: #617479 ;
}
.btn-danger,
.btn-danger:active {
background-color: #b1a374 ;
border-color: #b1a374 ;
color: #ffffff ;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
color: #ffffff ;
background-color: #8b7d4e ;
border-color: #8b7d4e ;
}
.btn-danger.disabled,
.btn-danger:disabled {
color: #ffffff ;
background-color: #8b7d4e ;
border-color: #8b7d4e ;
}
.btn-white {
color: #333333 ;
}
.btn-white,
.btn-white:active {
background-color: #ffffff ;
border-color: #ffffff ;
color: #808080 ;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
color: #808080 ;
background-color: #d9d9d9 ;
border-color: #d9d9d9 ;
}
.btn-white.disabled,
.btn-white:disabled {
color: #808080 ;
background-color: #d9d9d9 ;
border-color: #d9d9d9 ;
}
.btn-black,
.btn-black:active {
background-color: #333333 ;
border-color: #333333 ;
color: #ffffff ;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
color: #ffffff ;
background-color: #0d0d0d ;
border-color: #0d0d0d ;
}
.btn-black.disabled,
.btn-black:disabled {
color: #ffffff ;
background-color: #0d0d0d ;
border-color: #0d0d0d ;
}
.btn-primary-outline,
.btn-primary-outline:active {
background: none;
border-color: #0b566f;
color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
color: #ffffff;
background-color: #dc7b25;
border-color: #dc7b25;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
color: #ffffff ;
background-color: #dc7b25 ;
border-color: #dc7b25 ;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
background: none;
border-color: #cc0033;
color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
color: #ffffff;
background-color: #ff3366;
border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
color: #ffffff ;
background-color: #ff3366 ;
border-color: #ff3366 ;
}
.btn-info-outline,
.btn-info-outline:active {
background: none;
border-color: #4b453f;
color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
color: #ffffff;
background-color: #82786e;
border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
color: #ffffff ;
background-color: #82786e ;
border-color: #82786e ;
}
.btn-success-outline,
.btn-success-outline:active {
background: none;
border-color: #d2c609;
color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
color: #3f3c03;
background-color: #f7ed4a;
border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
color: #3f3c03 ;
background-color: #f7ed4a ;
border-color: #f7ed4a ;
}
.btn-warning-outline,
.btn-warning-outline:active {
background: none;
border-color: #55666b;
color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
color: #ffffff;
background-color: #879a9f;
border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
color: #ffffff ;
background-color: #879a9f ;
border-color: #879a9f ;
}
.btn-danger-outline,
.btn-danger-outline:active {
background: none;
border-color: #7a6e45;
color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
color: #ffffff;
background-color: #b1a374;
border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
color: #ffffff ;
background-color: #b1a374 ;
border-color: #b1a374 ;
}
.btn-black-outline,
.btn-black-outline:active {
background: none;
border-color: #000000;
color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
color: #ffffff;
background-color: #333333;
border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
color: #ffffff ;
background-color: #333333 ;
border-color: #333333 ;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
background: none;
border-color: #ffffff;
color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
color: #333333;
background-color: #ffffff;
border-color: #ffffff;
}
.text-primary {
color: #dc7b25 ;
}
.text-secondary {
color: #ff3366 ;
}
.text-success {
color: #f7ed4a ;
}
.text-info {
color: #82786e ;
}
.text-warning {
color: #879a9f ;
}
.text-danger {
color: #b1a374 ;
}
.text-white {
color: #ffffff ;
}
.text-black {
color: #000000 ;
}
a.text-primary:hover,
a.text-primary:focus {
color: #0b566f ;
}
a.text-secondary:hover,
a.text-secondary:focus {
color: #cc0033 ;
}
a.text-success:hover,
a.text-success:focus {
color: #d2c609 ;
}
a.text-info:hover,
a.text-info:focus {
color: #4b453f ;
}
a.text-warning:hover,
a.text-warning:focus {
color: #55666b ;
}
a.text-danger:hover,
a.text-danger:focus {
color: #7a6e45 ;
}
a.text-white:hover,
a.text-white:focus {
color: #b3b3b3 ;
}
a.text-black:hover,
a.text-black:focus {
color: #4d4d4d ;
}
.alert-success {
background-color: #70c770;
}
.alert-info {
background-color: #82786e;
}
.alert-warning {
background-color: #879a9f;
}
.alert-danger {
background-color: #b1a374;
}
.soames-section-btn a.btn:not(.btn-form) {
border-radius: 100px;
}
.soames-section-btn a.btn:not(.btn-form):hover,
.soames-section-btn a.btn:not(.btn-form):focus {
box-shadow: none ;
}
.soames-section-btn a.btn:not(.btn-form):hover,
.soames-section-btn a.btn:not(.btn-form):focus {
box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) ;
-webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) ;
}
.soames-gallery-filter li a {
border-radius: 100px ;
}
.soames-gallery-filter li.active .btn {
background-color: #dc7b25;
border-color: #dc7b25;
color: #ffffff;
}
.soames-gallery-filter li.active .btn:focus {
box-shadow: none;
}
.nav-tabs .nav-link {
border-radius: 100px ;
}
a,
a:hover {
color: #dc7b25;
}
.soames-plan-header.bg-primary .soames-plan-subtitle,
.soames-plan-header.bg-primary .soames-plan-price-desc {
color: #b4e6f8;
}
.soames-plan-header.bg-success .soames-plan-subtitle,
.soames-plan-header.bg-success .soames-plan-price-desc {
color: #ffffff;
}
.soames-plan-header.bg-info .soames-plan-subtitle,
.soames-plan-header.bg-info .soames-plan-price-desc {
color: #beb8b2;
}
.soames-plan-header.bg-warning .soames-plan-subtitle,
.soames-plan-header.bg-warning .soames-plan-price-desc {
color: #ced6d8;
}
.soames-plan-header.bg-danger .soames-plan-subtitle,
.soames-plan-header.bg-danger .soames-plan-price-desc {
color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
display: none;
}
.form-control {
font-family: 'Rubik', sans-serif;
font-size: 1rem;
font-display: swap;
}
.form-control>.soames-iconfont {
font-size: 1.6rem;
}
blockquote {
border-color: #dc7b25;
}
/* Forms */
.soames-form .btn {
margin: .4rem 0;
}
.soames-form .input-group-btn a.btn {
border-radius: 100px ;
}
.soames-form .input-group-btn a.btn:hover {
box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.soames-form .input-group-btn button[type="submit"] {
border-radius: 100px ;
padding: 1rem 3rem;
}
.soames-form .input-group-btn button[type="submit"]:hover {
box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
border-top-left-radius: 0 ;
border-bottom-left-radius: 0 ;
}
.form2 .input-group-btn button[type="submit"] {
border-top-left-radius: 0 ;
border-bottom-left-radius: 0 ;
}
.form3 input[type="email"] {
border-radius: 100px ;
}
@media (max-width: 349px) {
.form2 input[type="email"] {
border-radius: 100px ;
}
.form2 .input-group-btn a.btn {
border-radius: 100px ;
}
.form2 .input-group-btn button[type="submit"] {
border-radius: 100px ;
}
}
@media (max-width: 767px) {
.btn {
font-size: .75rem ;
}
.btn .soames-iconfont {
font-size: 1rem ;
}
}
/* Footer */
.soames-footer-content li::before,
.soames-footer .soames-contacts li::before {
background: #dc7b25;
}
.soames-footer-content li a:hover,
.soames-footer .soames-contacts li a:hover {
color: #dc7b25;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
border-radius: 100px ;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
border-radius: 100px ;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
border-radius: 100px ;
}
.soames-footer-content ul {
list-style: none;
padding: 0px;
}
.soames-footer-list-item {
margin-bottom: 6px;
}
/* Headers */
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
border-radius: 100px ;
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
.card-wrapper {
flex: auto ;
}
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
background-color: #dc7b25;
color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
transition: 0.4s;
border-top-color: currentColor;
border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
border-top-color: #dc7b25;
border-bottom-color: #dc7b25;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
color: #ffffff ;
background-color: #dc7b25 ;
box-shadow: none ;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
color: #ffffff ;
background: #ff3366 ;
box-shadow: none ;
}
.lazy-bg {
background-image: none ;
}
.lazy-placeholder:not(section),
.lazy-none {
display: block;
position: relative;
padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
content: '';
position: absolute;
width: 100px;
height: 100px;
background: transparent no-repeat center;
background-size: contain;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23dc7b25' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
opacity: 0.3;
}
.navbar {
padding: .5rem 0;
background: #bc361b;
transition: none;
min-height: 77px;
}
.navbar-dropdown.bg-color.transparent.opened {
background: #bc361b;
}
.soames-gallery-menu {
padding-top: 0px;
padding-bottom: 0px;
background-color: #efefef;
}
.soames-gallery-menu .card-img {
background-color: #fff;
}
.soames-gallery-menu .card-box {
background-color: #ffffff;
padding: 2rem;
}
.soames-gallery-menu h4 {
font-weight: 500;
margin: 0;
text-align: left;
}
.soames-gallery-menu p {
text-align: left;
}
.soames-gallery-menu .soames-text {
color: #767676;
}
.soames-gallery-menu .card-wrapper {
height: 100%;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
transition: box-shadow 0.3s;
}
.soames-gallery-menu .card-wrapper:hover {
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
.soames-gallery-menu .my-col {
flex: 0 0 20%;
max-width: 20%;
padding: 15px;
}
}
.media-wrap-icon {
background-color: white;
}
.video-block {
margin: auto;
}
@media (max-width: 768px) {
.video-block {
width: 100% ;
}
}
.video-wrapper {
float: none;
clear: both;
width: 100%;
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
}
.video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.soames-features {
padding-top: 35px;
padding-bottom: 30px;
background-color: #ffffff;
}
.soames-features h2 {
text-align: left;
}
.soames-features h4 {
text-align: left;
font-weight: 500;
}
.soames-features p {
color: #767676;
text-align: left;
}
.soames-features .aside-content {
flex-basis: 100%;
}
.soames-features .block-content {
display: -webkit-flex;
flex-direction: column;
-webkit-flex-direction: column;
word-break: break-word;
}
.soames-features .media {
margin: initial;
align-items: center;
}
.soames-features .soames-figure {
align-self: flex-start;
-webkit-align-self: flex-start;
-webkit-flex-shrink: 0;
flex-shrink: 0;
}
.soames-figure {
padding-top: 0;
}
.soames-features .card-img {
padding-right: 2rem;
width: auto;
}
.soames-features .card-img span {
font-size: 72px;
color: #707070;
}
@media (min-width: 992px) {
.soames-features .soames-figure {
padding-right: 4rem;
padding-right: 0;
padding-left: 4rem;
}
.soames-features .media-container-row {
-webkit-flex-direction: row;
}
}
@media (max-width: 991px) {
.soames-features .soames-figure {
padding-right: 0;
padding-bottom: 1rem;
margin-bottom: 2rem;
padding-bottom: 0;
margin-bottom: 0;
padding-top: 1rem;
margin-top: 2rem;
}
.soames-features .media-container-row {
-webkit-flex-direction: column-reverse;
}
}
@media (max-width: 300px) {
.soames-features .card-img span {
font-size: 40px ;
}
}
.soames-features H2 {
color: #000000;
}
.soames-features P {
color: #000000;
}
.soames-blog-roll {
padding-top: 90px;
padding-bottom: 30px;
background-color: #efefef;
}
.soames-blog-roll .card-box {
padding: 0 2rem;
}
.soames-blog-roll .soames-section-btn {
padding-top: 1rem;
}
.soames-blog-roll .soames-section-btn a {
margin-top: 1rem;
margin-bottom: 0;
}
.soames-blog-roll h4 {
font-weight: 500;
margin: 0;
text-align: left;
padding-top: 36px;
padding-bottom: 0;
}
.soames-blog-roll p {
margin: 0;
text-align: left;
padding-top: 12px;
padding-bottom: 12px;
}
.soames-blog-roll .soames-text {
color: #000000;
}
.soames-blog-roll .card-wrapper {
height: 100%;
padding-bottom: 2rem;
background: #ffffff;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
transition: box-shadow 0.3s;
}
.soames-blog-roll .card-wrapper:hover {
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
transition: box-shadow 0.3s;
}
.soames-menu .navbar {
padding: .5rem 0;
background: #bc361b;
transition: none;
min-height: 77px;
}
.soames-menu .navbar-dropdown.bg-color.transparent.opened {
background: #bc361b;
}
.soames-menu a {
font-style: normal;
}
.soames-menu .nav-item span {
padding-right: 0.4em;
line-height: 0.5em;
vertical-align: text-bottom;
position: relative;
text-decoration: none;
}
.soames-menu .nav-item a {
display: flex;
align-items: center;
justify-content: center;
padding: 0.7rem 0 ;
margin: 0rem .65rem ;
}
.soames-menu .nav-item:focus,
.soames-menu .nav-link:focus {
outline: none;
}
.soames-menu .btn {
padding: 0.4rem 1.5rem;
display: inline-flex;
align-items: center;
}
.soames-menu .btn .soames-iconfont {
font-size: 1.6rem;
}
.soames-menu .menu-logo {
margin-right: auto;
}
.soames-menu .menu-logo .navbar-brand {
display: flex;
margin-left: 5rem;
padding: 0;
transition: padding .2s;
min-height: 3.8rem;
align-items: center;
}
.soames-menu .menu-logo .navbar-brand .navbar-caption-wrap {
display: -webkit-flex;
-webkit-align-items: center;
align-items: center;
word-break: break-word;
min-width: 7rem;
margin: .3rem 0;
}
.soames-menu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
line-height: 1.2rem ;
padding-right: 2rem;
}
.soames-menu .menu-logo .navbar-brand .navbar-logo {
font-size: 4rem;
transition: font-size 0.25s;
}
.soames-menu .menu-logo .navbar-brand .navbar-logo img {
display: flex;
}
.soames-menu .menu-logo .navbar-brand .navbar-logo .soames-iconfont {
transition: font-size 0.25s;
}
.soames-menu .navbar-toggleable-sm .navbar-collapse {
justify-content: flex-end;
-webkit-justify-content: flex-end;
padding-right: 5rem;
width: auto;
}
.soames-menu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
padding-left: 0;
padding-top: 12px;
}
.soames-menu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
-webkit-align-self: center;
align-self: center;
}
.soames-menu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
padding-left: 0;
padding-bottom: 0;
}
.soames-menu .dropdown .dropdown-menu {
background: #bc361b;
display: none;
position: absolute;
min-width: 5rem;
padding-top: 1.4rem;
padding-bottom: 1.4rem;
text-align: left;
}
.soames-menu .dropdown .dropdown-menu .dropdown-item {
width: auto;
padding: 0.235em 1.5385em 0.235em 1.5385em ;
}
.soames-menu .dropdown .dropdown-menu .dropdown-item::after {
right: 0.5rem;
}
.soames-menu .dropdown .dropdown-menu .dropdown-submenu {
margin: 0;
}
.soames-menu .dropdown.open>.dropdown-menu {
display: block;
}
.soames-menu .navbar-toggleable-sm.opened:after {
position: absolute;
width: 100vw;
height: 100vh;
content: '';
background-color: rgba(0, 0, 0, 0.1);
left: 0;
bottom: 0;
transform: translateY(100%);
-webkit-transform: translateY(100%);
z-index: 1000;
}
.soames-menu .navbar.navbar-short {
min-height: 60px;
transition: all .2s;
}
.soames-menu .navbar.navbar-short .navbar-toggler-right {
top: 20px;
}
.soames-menu .navbar.navbar-short .navbar-logo a {
font-size: 2.5rem ;
line-height: 2.5rem;
transition: font-size 0.25s;
}
.soames-menu .navbar.navbar-short .navbar-logo a .soames-iconfont {
font-size: 2.5rem ;
}
.soames-menu .navbar.navbar-short .navbar-logo a img {
height: 3rem ;
}
.soames-menu .navbar.navbar-short .navbar-brand {
min-height: 3rem;
}
.soames-menu button.navbar-toggler {
width: 31px;
height: 18px;
cursor: pointer;
transition: all .2s;
top: 1.5rem;
right: 1rem;
}
.soames-menu button.navbar-toggler:focus {
outline: none;
}
.soames-menu button.navbar-toggler .hamburger span {
position: absolute;
right: 0;
width: 30px;
height: 2px;
border-right: 5px;
background-color: #ffffff;
}
.soames-menu button.navbar-toggler .hamburger span:nth-child(1) {
top: 0;
transition: all .2s;
}
.soames-menu button.navbar-toggler .hamburger span:nth-child(2) {
top: 8px;
transition: all .15s;
}
.soames-menu button.navbar-toggler .hamburger span:nth-child(3) {
top: 8px;
transition: all .15s;
}
.soames-menu button.navbar-toggler .hamburger span:nth-child(4) {
top: 16px;
transition: all .2s;
}
.soames-menu nav.opened .hamburger span:nth-child(1) {
top: 8px;
width: 0;
opacity: 0;
right: 50%;
transition: all .2s;
}
.soames-menu nav.opened .hamburger span:nth-child(2) {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transition: all .25s;
}
.soames-menu nav.opened .hamburger span:nth-child(3) {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
transition: all .25s;
}
.soames-menu nav.opened .hamburger span:nth-child(4) {
top: 8px;
width: 0;
opacity: 0;
right: 50%;
transition: all .2s;
}
.soames-menu .collapsed.navbar-expand {
flex-direction: column;
}
.soames-menu .collapsed .btn {
display: flex;
}
.soames-menu .collapsed .navbar-collapse {
display: none ;
padding-right: 0 ;
}
.soames-menu .collapsed .navbar-collapse.collapsing,
.soames-menu .collapsed .navbar-collapse.show {
display: block ;
}
.soames-menu .collapsed .navbar-collapse.collapsing .navbar-nav,
.soames-menu .collapsed .navbar-collapse.show .navbar-nav {
display: block;
text-align: center;
}
.soames-menu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.soames-menu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
clear: both;
}
.soames-menu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.soames-menu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
margin-bottom: 1rem;
}
.soames-menu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.soames-menu .collapsed .navbar-collapse.show .navbar-buttons {
text-align: center;
}
.soames-menu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.soames-menu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
margin-bottom: 1rem;
}
.soames-menu .collapsed button.navbar-toggler {
display: block;
}
.soames-menu .collapsed .navbar-brand {
margin-left: 1rem ;
}
.soames-menu .collapsed .navbar-toggleable-sm {
flex-direction: column;
-webkit-flex-direction: column;
}
.soames-menu .collapsed .dropdown .dropdown-menu {
width: 100%;
text-align: center;
position: relative;
opacity: 0;
display: block;
height: 0;
visibility: hidden;
padding: 0;
transition-duration: .5s;
transition-property: opacity, padding, height;
}
.soames-menu .collapsed .dropdown.open>.dropdown-menu {
position: relative;
opacity: 1;
height: auto;
padding: 1.4rem 0;
visibility: visible;
}
.soames-menu .collapsed .dropdown .dropdown-submenu {
left: 0;
text-align: center;
width: 100%;
}
.soames-menu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
margin-top: 0;
position: inherit;
right: 0;
top: 50%;
display: inline-block;
width: 0;
height: 0;
margin-left: .3em;
vertical-align: middle;
content: "";
border-top: .30em solid;
border-right: .30em solid transparent;
border-left: .30em solid transparent;
}
@media (max-width: 991px) {
.soames-menu .navbar-expand {
flex-direction: column;
}
.soames-menu img {
height: 3.8rem ;
}
.soames-menu .btn {
display: flex;
}
.soames-menu button.navbar-toggler {
display: block;
}
.soames-menu .navbar-brand {
margin-left: 1rem ;
}
.soames-menu .navbar-toggleable-sm {
flex-direction: column;
-webkit-flex-direction: column;
}
.soames-menu .navbar-collapse {
display: none ;
padding-right: 0 ;
}
.soames-menu .navbar-collapse.collapsing,
.soames-menu .navbar-collapse.show {
display: block ;
}
.soames-menu .navbar-collapse.collapsing .navbar-nav,
.soames-menu .navbar-collapse.show .navbar-nav {
display: block;
text-align: center;
}
.soames-menu .navbar-collapse.collapsing .navbar-nav .nav-item,
.soames-menu .navbar-collapse.show .navbar-nav .nav-item {
clear: both;
}
.soames-menu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.soames-menu .navbar-collapse.show .navbar-nav .nav-item:last-child {
margin-bottom: 1rem;
}
.soames-menu .navbar-collapse.collapsing .navbar-buttons,
.soames-menu .navbar-collapse.show .navbar-buttons {
text-align: center;
}
.soames-menu .navbar-collapse.collapsing .navbar-buttons:last-child,
.soames-menu .navbar-collapse.show .navbar-buttons:last-child {
margin-bottom: 1rem;
}
.soames-menu .dropdown .dropdown-menu {
width: 100%;
text-align: center;
position: relative;
opacity: 0;
display: block;
height: 0;
visibility: hidden;
padding: 0;
transition-duration: .5s;
transition-property: opacity, padding, height;
}
.soames-menu .dropdown.open>.dropdown-menu {
position: relative;
opacity: 1;
height: auto;
padding: 1.4rem 0;
visibility: visible;
}
.soames-menu .dropdown .dropdown-submenu {
left: 0;
text-align: center;
width: 100%;
}
.soames-menu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
margin-top: 0;
position: inherit;
right: 0;
top: 50%;
display: inline-block;
width: 0;
height: 0;
margin-left: .3em;
vertical-align: middle;
content: "";
border-top: .30em solid;
border-right: .30em solid transparent;
border-left: .30em solid transparent;
}
}
@media (min-width: 767px) {
.soames-menu .menu-logo {
flex-shrink: 0;
}
}
.soames-menu .navbar-collapse {
flex-basis: auto;
}
.soames-menu .nav-link:hover,
.soames-menu .dropdown-item:hover {
color: #c1c1c1 ;
}
.soames-title-bar h2 {
color: #ffffff;
}
.soames-title {
padding-top: 20px;
padding-bottom: 0px;
background-color: #ffffff;
}
.soames-title H2 {
text-align: center;
}
.soames-section-title {
margin-top: 18px;
margin-bottom: 12px;
}
.soames-section-subtitle {
margin-top: 0px;
}
.soames-article {
padding-top: 0px;
padding-bottom: 30px;
background-color: #ffffff;
}
.soames-article .line {
background-color: #c1c1c1;
color: #c1c1c1;
align: center;
height: 2px;
margin: 0 auto;
}
.soames-article .section-text {
padding: 2rem 0;
text-align: left;
color: #000000;
}
.soames-article .inner-container {
margin: 0 auto;
}
@media (max-width: 768px) {
.soames-article .inner-container {
width: 100% ;
}
}
.soames-video-container {
padding-top: 60px;
padding-bottom: 60px;
background: #bc361b;
background: linear-gradient(0deg, #bc361b, #700a06);
}
.soames-video-container .video-block {
margin: auto;
}
@media (max-width: 768px) {
.soames-video-container .video-block {
width: 100% ;
}
}
.soames-title-bar {
padding-top: 0px;
padding-bottom: 0px;
background-color: #dc7b25;
}
.soames-title-bar .soames-section-subtitle {
color: #767676;
}
.soames-title-bar h2 {
text-align: center;
padding-bottom: 12px;
}
.soames-section-subhead {
background-color: #eee;
}
.soames-list {
padding-top: 0px;
padding-bottom: 45px;
background-color: #ffffff;
}
.soames-list .counter-container {
color: #767676;
}
.soames-list .counter-container ul {
margin-bottom: 0;
}
.soames-list .counter-container ul li {
margin-bottom: 1rem;
}
.soames-list .soames-text UL {
color: #000000;
}
.soames-footer {
padding-top: 15px;
padding-bottom: 0px;
background-color: #2e2e2e;
}
.soames-footer h5 {
color: #ffffff;
}
@media (max-width: 767px) {
.soames-footer .content {
text-align: center;
}
.soames-footer .content>div:not(:last-child) {
margin-bottom: 2rem;
}
}
@media (max-width: 767px) {
.soames-footer .media-wrap {
margin-bottom: 1rem;
}
}
.soames-footer .media-wrap .soames-iconfont-logo {
font-size: 7.5rem;
color: #f36;
}
.soames-footer .media-wrap img {
height: 6rem;
}
@media (max-width: 767px) {
.soames-footer .footer-lower .copyright {
margin-bottom: 1rem;
text-align: center;
}
}
.soames-footer .footer-lower hr {
margin: 1rem 0;
border-color: #fff;
opacity: .05;
}
.soames-footer .footer-lower .social-list {
padding-left: 0;
margin-bottom: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
-webkit-justify-content: flex-end;
}
.soames-footer .footer-lower .social-list .soames-iconfont-social {
font-size: 1.3rem;
color: #fff;
}
.soames-footer .footer-lower .social-list .soc-item {
margin: 0 .5rem;
}
.soames-footer .footer-lower .social-list a {
margin: 0;
opacity: .5;
-webkit-transition: .2s linear;
transition: .2s linear;
}
.soames-footer .footer-lower .social-list a:hover {
opacity: 1;
}
@media (max-width: 767px) {
.soames-footer .footer-lower .social-list {
justify-content: center;
-webkit-justify-content: center;
}
}
/* Soames styles for Gatsby WordPress content */
.soames-gatsby-content {
padding: 60px 100px 40px 100px;
background-color: #fff;
}
.soames-gatsby-blog-content {
padding: 60px 40px 40px 40px;
background-color: #fff;
}
.soames-gatsby-sidebar {
padding: 60px 40px 40px 40px;
background-color: #efefef;
}