.entry-content p.has-small-font-size {
font-size: 16px;
}
.entry-content p.has-regular-font-size {
font-size: 20px;
}
.entry-content p.has-large-font-size {
font-size: 24px;
}
.entry-content p.has-larger-font-size {
font-size: 28px;
} .entry-content p.has-drop-cap:not(:focus)::first-letter {
font-size: 7.8em;
margin: 0.07em 0.08em 0 -0.08em;
}
.entry-content p.has-larger-font-size.has-drop-cap:not(:focus)::first-letter,
.entry-content p.has-small-font-size.has-drop-cap:not(:focus)::first-letter {
margin-right: 0.01em;
} .entry-content p.has-background {
padding: 25px 30px;
}
.entry-content p.has-background.box-shadow {
box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.entry-content p.has-background.light-text a {
color: #fff;
text-decoration: underline;
}
.entry-content p.has-background.light-text a:focus,
.entry-content p.has-background.light-text a:hover {
text-decoration: none;
}
.entry-content p.has-background a,
.entry-content p.has-text-color a {
color: inherit;
}
.entry-content p.has-background a:focus,
.entry-content p.has-background a:hover,
.entry-content p.has-text-color a:focus,
.entry-content p.has-text-color a:hover {
color: inherit;
text-decoration: none;
} .wp-block-button.alignleft,
.wp-block-cover.alignleft,
.wp-block-image .alignleft {
margin-right: 2em;
}
.wp-block-button.alignright,
.wp-block-cover.alignright,
.wp-block-image .alignright {
margin-left: 2em;
}
.wp-block-image.alignwide,
.wp-block-image.alignfull,
.wp-block-embed.alignwide,
.wp-block-embed.alignfull {
margin-bottom: 30px;
}
.page.full-width-content .entry-content .alignfull,
.single.full-width-content .entry-content .alignfull {
margin-left: calc( -1200px / 2 + 100% / 2 );
margin-right: calc( -1200px / 2 + 100% / 2 );
max-width: 1200px;
}
.content-sidebar .entry-content .alignfull,
.sidebar-content .entry-content .alignfull {
margin: 0 0 2em;
width: 100%;
}
@media only screen and (max-width: 1360px) {
.page.full-width-content .entry-content .alignfull,
.single.full-width-content .entry-content .alignfull {
max-width: 1140px;
margin-left: calc( -1140px / 2 + 100% / 2 );
margin-right: calc( -1140px / 2 + 100% / 2 );
}
}
@media only screen and (max-width: 1200px) {
.page.full-width-content .entry-content .alignfull,
.single.full-width-content .entry-content .alignfull {
max-width: 960px;
margin-left: calc( -960px / 2 + 100% / 2 );
margin-right: calc( -960px / 2 + 100% / 2 );
}
}
@media only screen and (max-width: 1023px) {
.page.full-width-content .entry-content .alignfull,
.single.full-width-content .entry-content .alignfull {
max-width: 800px;
margin-left: calc( -800px / 2 + 100% / 2 );
margin-right: calc( -800px / 2 + 100% / 2 );
}
}
@media only screen and (max-width: 860px) {
.page.full-width-content .entry-content .alignfull,
.single.full-width-content .entry-content .alignfull {
max-width: 100%;
margin: 0 0 1.5em;
}
}
.page-template-page-landing.full-width-content .entry-content .alignfull {
margin-left: calc( -800px / 2 + 100% / 2 );
margin-right: calc( -800px / 2 + 100% / 2 );
max-width: 800px;
}
@media only screen and (max-width: 860px) {
.page-template-page-landing.full-width-content .entry-content .alignfull {
max-width: 100%;
margin: 0 0 1.5em;
}
}
.page-template-page-landing.full-width-content .entry-content .alignwide {
margin-left: calc( -600px / 2 + 100% / 2);
margin-right: calc( -600px / 2 + 100% / 2);
min-width: 600px;
}
@media only screen and (max-width: 860px) {
.page-template-page-landing.full-width-content .entry-content .alignwide {
min-width: auto;
margin: 0 0 1.5em;
}
} .entry-content .wp-block-columns {
display: block;
margin-bottom: 30px;
}
.entry-content .wp-block-columns.alignfull {
padding: 0 30px;
} .page.full-width-content .entry-content .wp-block-cover.alignfull,
.single.full-width-content .entry-content .wp-block-cover.alignfull {
width: 1200px;
}
.entry-content .wp-block-cover .wp-block-cover-text {
font-size: 56px;
} .content .wp-block-button .wp-block-button__link {
background-color: #222;
border: none;
border-radius: 5px;
color: #fff;
cursor: pointer;
font-family: 'Alegreya Sans', sans-serif;
padding: 16px 24px;
text-transform: uppercase;
white-space: normal;
width: auto;
} .content .wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 0;
}
.content .wp-block-button.is-style-squared .wp-block-button__link.has-background:focus,
.content .wp-block-button.is-style-squared .wp-block-button__link.has-background:hover,
.content .wp-block-button.is-style-default .wp-block-button__link.has-background:focus,
.content .wp-block-button.is-style-default .wp-block-button__link.has-background:hover {
background-color: #222 !important;
color: #fff !important;
}
.content .wp-block-button.is-style-outline .wp-block-button__link {
background-color: transparent !important;
border-radius: 0;
border: 2px solid currentColor;
color: #222;
padding: 13px 28px;
}
.content .wp-block-button.is-style-outline .wp-block-button__link.has-background {
background-color: transparent !important;
}
.content .wp-block-button.is-style-outline .wp-block-button__link.has-background:focus,
.content .wp-block-button.is-style-outline .wp-block-button__link.has-background:hover {
border-color: #222 !important;
color: #222 !important;
} .entry-content .wp-block-pullquote blockquote::before,
.entry-content .wp-block-quote::before {
color: #888;
content: "\201C";
display: block;
font-family: "PT Serif", sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 700;
height: 0;
left: -20px;
position: relative;
text-align: left;
top: -10px;
}
.entry-content .wp-block-quote.is-style-large::before {
font-size: 40px;
}
.entry-content .wp-block-pullquote blockquote::before {
color: #222;
font-size: 60px;
left: 0;
text-align: center;
top: -60px;
}
.entry-content .wp-block-pullquote.is-style-solid-color blockquote::before {
color: #fff;
padding-top: 16px;
}
.entry-content .wp-block-pullquote blockquote.has-text-color::before {
color: currentColor;
}
.entry-content .wp-block-pullquote,
.entry-content .wp-block-quote {
border: none;
margin: 24px 24px 36px;
}
.entry-content .wp-block-quote:not(.is-large):not(.is-style-large) {
border: none;
}
.entry-content .wp-block-pullquote p,
.entry-content .wp-block-quote p {
color: #222;
font-family: "PT Serif", sans-serif;
font-size: 21px;
font-style: normal;
line-height: 1.8;
margin-bottom: 42px;
}
.entry-content .wp-block-pullquote p,
.entry-content .wp-block-quote.is-style-large p {
font-size: 32px;
}
.entry-content .wp-block-pullquote.is-style-solid-color p {
color: #fff;
margin-bottom: 42px;
text-align: center;
}
.entry-content .wp-block-pullquote:not(.is-style-solid-color)[style*="border-color"] {
border: 2px solid;
border-left: none;
border-right: none;
}
.entry-content .wp-block-pullquote cite,
.entry-content .wp-block-quote cite {
color: #222;
display: block;
font-family: "PT Serif", sans-serif;
font-size: 16px;
font-style: normal;
margin-top: -25px;
text-align: inherit;
text-transform: uppercase !important;
}
.entry-content .wp-block-pullquote cite {
text-align: center;
}
.entry-content .wp-block-pullquote.is-style-solid-color cite {
color: #fff;
}
.entry-content .wp-block-pullquote .has-text-color cite,
.entry-content .wp-block-pullquote .has-text-color p {
color: currentColor;
}
.entry-content .wp-block-audio figcaption,
.entry-content .wp-block-embed figcaption,
.entry-content .wp-block-image figcaption {
color: #222;
font-size: 16px;
font-style: italic;
margin-bottom: 30px;
margin-top: 10px;
} .entry-content .wp-block-categories,
.entry-content .wp-block-categories ol,
.entry-content .wp-block-categories ul {
margin-left: 0;
padding-left: 0;
}
.entry-content .wp-block-categories li {
list-style-type: none;
}
.entry-content .wp-block-categories.aligncenter {
text-align: center;
}
.entry-content .wp-block-categories-list.alignfull {
padding: 0 30px;
} .entry-content .wp-block-latest-posts {
clear: both;
margin-left: 0;
}
.entry-content .wp-block-latest-posts li {
list-style-type: none;
}
.entry-content .wp-block-latest-posts.aligncenter {
text-align: center;
}
.entry-content .wp-block-latest-posts.alignfull {
padding: 0 30px;
} .wp-block-preformatted,
.wp-block-verse {
font-size: 16px;
}
.wp-block-preformatted {
white-space: pre-wrap;
}
hr.wp-block-separator {
border: none;
border-bottom: 2px solid #eee;
margin: 1.65em auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px
}
.wp-block-audio audio {
display: inline-block;
width: 100%;
}
.entry-content .wp-block-gallery {
margin-left: 0;
} @media only screen and (min-width: 510px) {
.entry-content .wp-block-columns {
display: flex;
}
.entry-content .wp-block-columns .wp-block-column {
flex: 1;
}
}
@media only screen and (min-width: 1024px) {
.page.full-width-content .entry-content .alignwide,
.single.full-width-content .entry-content .alignwide {
margin-left: calc( -860px / 2 + 100% / 2);
margin-right: calc( -860px / 2 + 100% / 2);
min-width: 860px;
}
}.blog .site-inner {
margin-top: 40px;
padding-top: 0;
}
.front-page .site-inner {
margin-top: 0;
max-width: 100%;
padding: 0;
}
.blog.full-width-content .content {
max-width: 1200px;
width: 100%;
}
.front-page.full-width-content .site-inner .content {
max-width: 1280px;
width: 100%;
}
.front-page .content .entry {
background: none;
}
.front-page .widget .entry-content {
padding: 0;
}
.front-page .full-width-image {
float: left;
margin-top: -150px;
clear: both;
}
.front-page .footer-cta-image {
margin-top: 0;
}
.front-page .above-footer-cta + .footer-cta-image {
margin-top: -120px;
}
.front-page .widget-title {
font-family: 'PT Serif', serif;
font-size: 28px;
font-size: 2.8rem;
letter-spacing: -1px;
text-transform: none;
}
.front-page .widget-title:first-of-type {
margin-bottom: 40px;
}
.front-page .front-page-2:nth-child(n + 2) .widget-title {
color: #25212A;
}
.front-page .front-page-1 + .full-width-image,
.front-page .front-page-2 + .full-width-image,
.front-page .front-page-4 + .full-width-image {
margin-top: 0;
}
.front-page .content .view-all-portfolio {
margin-bottom: 80px;
} .hero-section {
padding: 60px 0;
position: relative;
z-index: 9999;
}
.hero-title {
font-size: 70px;
font-size: 7rem;
letter-spacing: -2.5px;
line-height: 1.05;
margin-bottom: 20px;
max-width: 1140px;
}
.hero-section .full-width-image {
position: relative;
margin-top: -55px;
z-index: -1;
}
.hero-section .button-hero {
border: 10px solid #fff;
} .front-page-1 .flexible-widgets.widget-halves .widget:nth-of-type(1) {
width: 70%;
}
.front-page-1 .flexible-widgets.widget-halves .widget:nth-of-type(2) {
width: 30%;
}
.front-page-1 .flexible-widgets.widget-halves .widget .button {
margin-top: 90px;
} .front-page-2 {
background-color: #fff;
position: relative;
z-index: 9999;
}
.front-page-2 .featured-content .entry-title {
font-size: 28px;
font-size: 2.8rem;
margin-bottom: 28px;
} .front-page-3 .flexible-widgets.widget-full {
padding: 0 40px;
}
.front-page-3 .wrap {
background-color: #fff;
padding-bottom: 0;
position: relative;
z-index: 9999;
} .front-page-4 {
background-color: #fff;
clear: both;
padding-top: 130px;
}
.front-page-4 .widget-full .widget:first-of-type {
margin-bottom: 80px;
}
.front-page-4 .featuredpage .alignleft +.entry-content {
padding-top: 40px;
}
.front-page-4 .featuredpage .alignleft {
margin-right: 128px;
} .front-page-5 .flexible-widgets.widget-full {
padding: 0 40px;
}
.front-page-5 .wrap {
background-color: #fff;
padding-bottom: 0;
position: relative;
z-index: 9999;
} .front-page-6 {
clear: both;
padding-top: 130px;
}
.front-page-6 .featured-content .entry {
float: left;
margin-left: 0;
margin-right: 5%;
width: 30%;
}
.front-page-6 .featured-content .entry:nth-of-type(3n) {
float: right;
margin-right: 0;
}
.front-page-6 .featured-content .entry:nth-of-type(3n+1) {
clear: left;
}
.front-page-6 .featured-content .entry-title {
font-size: 28px;
font-size: 2.8rem;
} @media only screen and (max-width: 1360px) {
.blog.full-width-content .content {
max-width: 1140px;
}
}
@media only screen and (max-width: 1200px) {
.blog.full-width-content .content {
max-width: 960px;
}
.hero-section {
padding: 80px 0 40px;
}
.hero-title {
font-size: 64px;
font-size: 6.4rem;
margin-bottom: 70px;
}
.front-page .widget-title:first-of-type {
margin-bottom: 30px;
}
.front-page-6 .featured-content .entry-title {
font-size: 20px;
font-size: 2rem;
}
.front-page-4 .featuredpage .alignleft {
margin-right: 80px;
}
}
@media only screen and (max-width: 1023px) {
.hero-section {
padding: 60px 0 0;
}
.hero-title {
font-size: 54px;
font-size: 5.4rem;
margin-bottom: 70px;
}
.front-page .full-width-image {
margin-top: -120px;
}
.hero-section .full-width-image {
margin-top: -55px;
}
.front-page .widget-title:first-of-type {
margin-bottom: 20px;
}
.front-page .full-width-image.footer-cta-image {
margin-top: 0;
}
.front-page-1 .flexible-widgets.widget-halves .widget:nth-of-type(1),
.front-page-1 .flexible-widgets.widget-halves .widget:nth-of-type(2) {
width: 100%;
}
.front-page-1 .flexible-widgets.widget-halves .widget .button {
margin-top: 0;
}
.front-page-3,
.front-page-6 {
padding-top: 0;
}
.front-page-4 {
padding-top: 20px;
}
.front-page-4 .featuredpage .alignleft {
float: none;
margin-right: 0;
}
.front-page-6 .featured-content .entry-title {
font-size: 20px;
font-size: 2rem;
}
}
@media only screen and (max-width: 860px) {
.front-page .hero-section .full-width-image {
margin-top: -40px;
}
.hero-title {
font-size: 44px;
font-size: 4.4rem;
margin-bottom: 40px;
}
.front-page .widget-title {
font-size: 22px;
font-size: 2.2rem;
}
.front-page .full-width-image {
margin-top: 0;
}
.front-page-3 .flexible-widgets.widget-full,
.front-page-5 .flexible-widgets.widget-full {
padding: 0;
}
.front-page-3 .flexible-widgets.widget-full .wrap,
.front-page-5 .flexible-widgets.widget-full .wrap {
padding-bottom: 40px;
}
.front-page-6 .featured-content .entry {
float: left;
margin-left: 0;
margin-right: 4%;
padding: 0;
width: 48%;
}
.front-page-6 .featured-content .entry:nth-of-type(2n+1) {
clear: left;
margin-right: 4%;
}
.front-page-6 .featured-content .entry:nth-of-type(2n) {
margin-right: 0;
}
.front-page-6 .featured-content .entry:nth-of-type(3n) {
float: left;
}
.front-page-6 .featured-content .entry:nth-of-type(3n+1) {
clear: none;
}
.front-page-6 .featured-content .entry-title {
font-size: 20px;
font-size: 2rem;
}
.hero-section .button-hero {
border: 5px solid #fff;
}
}
@media only screen and (max-width: 600px) {
.front-page .full-width-image img {
height: 150px;
object-fit: cover;
width: 100%;
}
.front-page .full-width-image {
margin-left: 0;
margin-top: 0;
margin-right: 0;
width: 100%;
height: 150px;
overflow: hidden;
}
.hero-section .full-width-image {
margin-left: calc( -5% - 3px);
margin-top: -30px;
margin-right: calc( -5% - 3px);
width: calc(110% + 6px);
}
.front-page-6 .featured-content .entry {
margin-bottom: 40px;
margin-left: 0;
margin-right: 0;
padding: 0;
width: 100%;
}
.front-page-6 .featured-content .entry:nth-of-type(3n+1),
.front-page-6 .featured-content .entry:nth-of-type(2n+1) {
clear: none;
margin-right: 0;
}
}