.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
main {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
img {
border-style: none;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: border-box;
}
html {
box-sizing: border-box;
}  body {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 1.75;
color: #2e2f30;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Oswald', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
text-decoration: none;
color: #2e2f30;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color: rgba(46, 47, 48, 0.8);
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
margin-bottom: 0;
}
p {
color: #777b7f;
}
p:last-child {
margin-bottom: 0;
}
img {
max-width: 100%;
height: auto;
}
input,
textarea {
display: block;
width: 100%;
margin-bottom: 40px;
padding: 13px 16px;
border: solid 1px #dfe3e8;
border-radius: 2px;
line-height: normal;
color: #2e2f30;
}
input:last-child,
textarea:last-child {
margin-bottom: 0;
}
input::placeholder,
textarea::placeholder {
color: #c0c5cb;
}  .wrapper {
position: relative;
display: flex;
flex-direction: column;
min-height: 100vh;
}
.content {
flex: 1 0 auto;
}
.footer {
flex: 0 0 auto;
} .container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
@media (min-width: 1440px) {
.container {
max-width: 1280px;
padding-right: 0;
padding-left: 0;
}
}
.row {
display: flex;
flex-wrap: wrap;
}
.reset-list {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
}
button,
.button {
display: inline-block;
padding-top: 20px;
padding-right: 74px;
padding-bottom: 20px;
padding-left: 74px;
border: 0;
border-radius: 2px;
background-color: #4f4ff6;
font-family: 'Oswald', sans-serif;
font-size: 16px;
font-weight: 700;
line-height: 1;
text-transform: uppercase;
text-decoration: none;
color: #ffffff;
transition: background-color 0.35s;
cursor: pointer;
}
button:hover,
.button:hover {
background-color: rgba(79, 79, 246, 0.8);
}
.button--orange {
padding-top: 15px;
padding-right: 32px;
padding-bottom: 15px;
padding-left: 32px;
background-color: #f69e4f;
}
.button--orange:hover {
background-color: rgba(246, 158, 79, 0.8);
}
.button--white {
background-color: #ffffff;
color: #2e2f30;
}
.button--white:hover {
background-color: rgba(255, 255, 255, 0.8);
}
.section-name {
font-family: 'Roboto', sans-serif;
line-height: 1;
text-transform: uppercase;
color: #f69e4f;
}
.section-title {
margin-top: 0;
font-family: 'Oswald', sans-serif;
font-size: 48px;
font-weight: bold;
line-height: 1.17;
color: #2e2f30;
}
@media(max-width: 991px) {
.section-title {
font-size: 32px;
}
}
@media(max-width: 576px) {
.section-title {
font-size: 24px;
}
} .header__container {
position: relative;
justify-content: center;
align-items: center;
padding-top: 24px;
padding-bottom: 24px;
}
.header__container::after {
content: '';
position: absolute;
bottom: 0;
display: block;
width: 100%;
height: 1px;
background-color: #dfe3e8;
}
.header__logo {
margin-right: auto;
}
.logo {
font-family: 'Oswald', sans-serif;
font-size: 24px;
line-height: normal;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
color: #2e2f30;
transition: color 0.35s;
}
.logo:hover {
color: rgba(46, 47, 48, 0.8);
}
.nav__list li {
margin-right: 40px;
}
.nav__list li:last-of-type {
margin-right: 0;
}
.nav__list a {
font-size: 14px;
line-height: 1.14;
text-decoration: none;
color: #2e2f30;
transition: color 0.35s;
}
.nav__list a:hover {
color: rgba(46, 47, 48, 0.8);
}
.header__button {
margin-left: auto;
}
.opener-nav {
display: none;
}
@media(max-width: 992px) {
.nav {
position: fixed;
z-index: -1;
top: 0;
left: 0;
right: 0;
width: 100%;
min-height: 100%;
padding: 50px 15px;
background-color: #ffffff;
transition: opacity 0.3s, background-color 0.3s, backdrop-filter 0.3s;
opacity: 0;
pointer-events: none;
}
.is-open.nav {
z-index: 999;
background-color: rgba(255, 255, 255, 0.9);
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
transition: opacity 0.7s, background-color 0.7s, backdrop-filter 0.7s;
opacity: 1;
pointer-events: auto;
}
.nav__list li {
width: 100%;
margin-bottom: 30px;
margin-right: 0;
text-align: center;
}
.nav__list li:last-of-type {
margin-bottom: 0;
}
.opener-nav {
position: relative;
display: block;
width: 32px;
height: 24px;
padding: 0;
border: 0;
background: none;
outline: none;
}
.opener-nav:hover {
background: none;
}
.opener-nav::before,
.opener-nav::after {
content: '';
position: absolute;
left: 0;
width: 100%;
height: 4px;
border-radius: 4px;
background-color: #26252e;
transition: transform 0.35s, top 0.35s;
}
.opener-nav::before {
top: 0;
}
.opener-nav::after {
bottom: 0;
}
.opener-nav__line {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 4px;
border-radius: 4px;
background-color: #26252e;
transform: translateY(-50%);
transition: opacity 0.35s;
}
.active.opener-nav {
z-index: 999;
}
.active.opener-nav::before {
top: 10px;
transform: rotate(42deg);
}
.active.opener-nav::after {
top: 10px;
transform: rotate(-42deg);
}
.active .opener-nav__line {
opacity: 0;
}
.header__button {
display: none;
}
}  .introduction {
padding-top: 72px;
padding-bottom: 60px;
}
.introduction__col-left {
max-width: 45%;
margin-right: auto;
}
.introduction__col-right {
max-width: 49%;
}
.introduction__title {
margin-top: 0;
margin-bottom: 24px;
font-family: 'Oswald', sans-serif;
font-size: 64px;
font-weight: bold;
line-height: 1.13;
}
.introduction__subtitle {
margin-bottom: 72px;
color: #777b7f;
}
@media(max-width: 1199px) {
.introduction__title {
font-size: 54px;
}
}
@media(max-width: 991px) {
.introduction__title {
font-size: 48px;
}
}
@media(max-width: 767px) {
.introduction__col-left {
order: 2;
width: 100%;
max-width: none;
}
.introduction__col-right {
order: 1;
width: 100%;
max-width: none;
margin-bottom: 30px;
}
.introduction__title {
font-size: 40px;
}
}
@media(max-width: 575px) {
.introduction__title {
font-size: 32px;
}
}  .our-services {
padding-top: 60px;
padding-bottom: 43px;
}
.our-services__section-name {
margin-bottom: 16px;
}
.our-services__title {
margin-bottom: 12px;
line-height: 0.83;
}
.our-services__text-wrapper {
margin-bottom: 48px;
color: #777b7f;
}
.our-services__item {
width: calc(33.3333333% - 21px);
margin-right: 31px;
padding: 48px 50px 86px 48px;
border: solid 1px #dfe3e8;
border-radius: 8px;
}
.our-services__item:last-of-type {
margin-right: 0;
}
.our-services__item-icon {
margin-bottom: 40px;
}
.our-services__item-title {
margin-top: 0;
margin-bottom: 16px;
font-family: 'Oswald', sans-serif;
font-size: 24px;
font-weight: bold;
line-height: 1;
}
.our-services__item-text {
line-height: 1.5;
color: #777b7f;
}
@media(max-width: 991px) {
.our-services__item {
width: calc(50% - 16px);
margin-bottom: 31px;
}
.our-services__item:last-of-type {
margin-bottom: 0;
}
.our-services__item:nth-of-type(2n) {
margin-right: 0;
}
}
@media(max-width: 767px) {
.our-services__item {
width: 100%;
margin-right: 0;
}
}  .about {
padding-top: 40px;
padding-bottom: 100px;
}
.about__container {
align-items: center;
}
.about__col-left {
max-width: 515px;
margin-right: auto;
}
.about__col-right {
max-width: 735px;
}
.about__section-name {
margin-bottom: 12px;
}
.about__title {
margin-bottom: 24px;
}
@media(max-width: 1439) {
.about__col-left {
margin-bottom: 30px;
}
}  .testimonials {
padding-top: 56px;
padding-bottom: 29px;
background-color: #f7f8fc;
text-align: center;
}
.testimonials__section-name {
margin-bottom: 16px;
}
.testimonials__title {
margin-bottom: 48px
}
.testimonials__text-wrapper {
margin-bottom: 16px;
color: #777b7f;
}
.testimonials__signature-wrapper {
display: flex;
justify-content: center;
align-items: center;
width: 277px;
height: 83px;
margin-right: auto;
margin-left: auto;
}  .our-ceo {
padding-top: 100px;
padding-bottom: 100px;
}
.our-ceo__container {
align-items: center;
}
.our-ceo__col-left {
max-width: 655px;
margin-right: auto;
}
.our-ceo__section-name {
margin-bottom: 12px;
}
.our-ceo__title {
margin-bottom: 22px;
}
.our-ceo__right {
max-width: 515px;
}
@media(max-width: 1439px) {
.our-ceo__col-left {
order: 2;
}
.our-ceo__right {
order: 1;
margin-bottom: 30px;
}
}  .attention {
padding-top: 86px;
padding-bottom: 86px;
background-color: #4f4ff6;
text-align: center;
color: #ffffff;
}
.attention__title {
margin-bottom: 25px;
color: #ffffff;
}
.attention__text-wrapper {
max-width: 650px;
margin-right: auto;
margin-bottom: 32px;
margin-left: auto;
color: #ffffff;
}
.attention__text-wrapper p {
color: #ffffff;
}  .contacts {
padding-top: 100px;
padding-bottom: 100px;
text-align: center;
}
.contacts__section-name {
margin-bottom: 16px;
}
.contacts__title {
margin-bottom: 64px;
}
.contacts__form {
max-width: 407px;
margin-right: auto;
margin-left: auto;
}  .main {
padding-top: 100px;
padding-bottom: 100px;
}  .footer__container {
padding-top: 32px;
padding-bottom: 32px;
border-top: solid 1px #dfe3e8;
}
.footer__col-left {
margin-right: auto;
}
.footer__logo {
display: inline-block;
margin-bottom: 24px;
}
.footer__social-networks {
margin-left: auto;
}
.social-network__item {
margin-right: 16px;
}
.social-network__item:last-of-type {
margin-right: 0;
}
.footer__social-networks {
margin-left: auto;
}
.social-network__icon {
display: block;
width: 24px;
height: 24px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.social-network__icon--facebook {
background-image: url(//gracevenverloh.com/wp-content/themes/fiveblocks-lp/img/icon-facebook.svg);
}
.social-network__icon--linkedin {
background-image: url(//gracevenverloh.com/wp-content/themes/fiveblocks-lp/img/icon-linkedin.svg);
}
.social-network__icon--twitter {
background-image: url(//gracevenverloh.com/wp-content/themes/fiveblocks-lp/img/icon-twitter.svg);
}
.footer__copyright {
font-size: 14px;
color: #777b7f;
} .single-item {
margin-bottom: 70px;
}
.page-numbers {
padding: 10px;
font-size: 20px;
color: #f69e4f;
text-decoration: none;
}
.current.page-numbers {
color: #2e2f30;
}@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");  .banner-sect .title h1 {
margin-top: 0;
margin-bottom: 24px;
font-family: 'Oswald', sans-serif;
font-size: 64px;
font-weight: bold;
line-height: 1.13;
}
.banner-sect .sub-title {
margin-bottom: 72px;
color: #777b7f;
}
.banner-sect {
padding: 70px 0;
}
.banner-sect .main-innr {
display: flex;
flex-wrap: wrap;
}
.banner-sect .main-innr .left-sect {
max-width: 45%;
margin-right: auto;
}
.banner-sect .main-innr .right-sect {
max-width: 49%;
}
.footer li {
list-style: none;
}
.footer__col-right li ul {
margin: 0;
padding: 0;
}
.footer__col-right li ul li {
margin-left: 10px;
display: inline-block;
}
.footer__col-left .widgettitle {
margin: 0 0 15px;
}
.about-main {
padding: 70px 0;
}
.about-main .row {
display: flex;
flex-wrap: wrap;
}
.about-main .about__col-left {
width: 45%;
max-width: inherit;
}
.about-main .about__col-right {
width: 50%;
max-width: inherit;
}
.press-new-temp li {
list-style: none;
}
.blog-category-inner .date-sect {
margin-bottom: 8px;
line-height: 1;
color: #9598a2;
font-size: 14px;
font-weight: 300;
font-family: 'Montserrat', sans-serif;
}
.blog-category-inner .blog-title-info h3 {
margin-top: 8px;
margin-bottom: 12px;
text-transform: uppercase;
font-size: 16px;
line-height: 1.63;
color: #141417;
font-family: 'Montserrat', sans-serif;
}
.blog-category-inner .blog-content-info p {
line-height: 26px;
color: #9598a2;
font-weight: 300;
margin-top: 12px;
margin-bottom: 16px;
font-family: 'Montserrat', sans-serif;
}
.blog-category-inner .read-more a {
color: #141417;
font-size: 14px;
font-weight: bold;
text-decoration: none;
font-family: 'Montserrat', sans-serif;
}
.blog-post-innr > ul {
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
}
.blog-post-innr > ul > li {
width: calc(100% / 3);
padding-left: 15px;
padding-right: 15px;
border-bottom: 1px solid #f2f3f5;
padding-bottom: 48px;
margin-bottom: 38px;
}
.press-new-temp > h2 {
text-align: center;
margin: 0px 0 60px;
font-size: 40px;
line-height: normal;
}
.single .main > div > h1 {
margin-top: 12px;
margin-bottom: 24px;
font-size: 36px;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
}
.single .main > div > p {
margin-top: 16px;
margin-bottom: 24px;
font-family: 'Montserrat', sans-serif;
font-weight: 300;
} .post-nav-pagint {
text-align: center;
display: flex;
width: 100%;
justify-content: center;
margin-top: 80px;
}
.post-nav-pagint .page-numbers.current {
border-color: #141417;
background: #141417;
color: #ffffff;
}
.post-nav-pagint .page-numbers {
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #f2f3f5;
border-radius: 2px;
width: auto;
height: auto;
line-height: 1;
font-size: 14px;
font-weight: 700;
padding: 10px 13px;
color: #141417;
font-family: 'Montserrat', sans-serif;
}
.press-new-temp {
padding: 100px 0;
}
.footer__col-right li ul li img {
max-width: 25px;
}
.blog-category-inner a {
text-decoration: none;
}
.single .detail-readmore {
font-family: 'Montserrat', sans-serif;
color: #141417;
text-decoration: none;
font-weight: 300;
}
.banner-sect .images-sect {
grid-template-columns: repeat(2,1fr);
display: grid;
grid-column-gap: 10px;
grid-row-gap: 10px;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch; margin: 10px 0;
}
@media (max-width:1200px) {
}
@media (max-width:991px) {
.press-new-temp {
padding: 60px 0;
}
.blog-post-innr > ul > li {
width: 100%;
padding-bottom: 20px;
margin-bottom: 20px;
}	
.post-nav-pagint {
margin-top: 0;
}
.about-main {
padding: 60px 0;
}
.banner-sect .title h1 {
margin-bottom: 10px;
font-size: 40px;
line-height: normal;
}
.banner-sect .sub-title {
margin-bottom: 20px;
}
.single .main {
padding-top: 60px;
padding-bottom: 60px;
}
}
@media (max-width:767px) {
.about-main .about__col-left {
width: 100%;
margin-bottom: 30px;
}
.about-main .about__col-right {
width: 100%;
}
.banner-sect .main-innr .left-sect {
max-width: 100%;
margin-right: 0;
margin-bottom: 40px;
width: 100%;
}
.banner-sect .main-innr .right-sect {
max-width: 100%;
width: 100%;
}
.banner-sect {
padding: 60px 0;
}
}
@media (max-width:639px) {
.press-new-temp {
padding: 40px 0;
}
.press-new-temp > h2 {
margin: 0px 0 30px;
font-size: 30px;
}
.about-main {
padding: 40px 0;
}	
.footer .footer__col-left {
width: 100%;
text-align: center;
}
.footer .footer__col-right {
width: 100%;
text-align: center;
margin-top: 20px;
}
.footer__col-right li ul li {
margin: 4px;
}
.banner-sect {
padding: 40px 0;
}
.banner-sect .title h1 {
font-size: 30px;
}
.banner-sect .main-innr .left-sect .button-main a {
padding: 16px 45px;
}
.single .main {
padding-top: 40px;
padding-bottom: 40px;
}
.banner-sect .images-sect {
grid-template-columns: repeat(1,1fr); margin: 0px 0;
}
}
@media (max-width:479px) {
.single .main > div > h1 {
margin-bottom: 10px;
font-size: 30px;
line-height: normal;
}
}@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");  .banner-sect .title h1 {
margin-top: 0;
margin-bottom: 24px;
font-family: 'Oswald', sans-serif;
font-size: 64px;
font-weight: bold;
line-height: 1.13;
}
.banner-sect .sub-title {
margin-bottom: 72px;
color: #777b7f;
}
.banner-sect {
padding: 70px 0;
}
.banner-sect .main-innr {
display: flex;
flex-wrap: wrap;
}
.banner-sect .main-innr .left-sect {
max-width: 45%;
margin-right: auto;
}
.banner-sect .main-innr .right-sect {
max-width: 49%;
}
.footer li {
list-style: none;
}
.footer__col-right li ul {
margin: 0;
padding: 0;
}
.footer__col-right li ul li {
margin-left: 10px;
display: inline-block;
}
.footer__col-left .widgettitle {
margin: 0 0 15px;
}
.about-main {
padding: 70px 0;
}
.about-main .row {
display: flex;
flex-wrap: wrap;
}
.about-main .about__col-left {
width: 45%;
max-width: inherit;
}
.about-main .about__col-right {
width: 50%;
max-width: inherit;
}
.press-new-temp li {
list-style: none;
}
.blog-category-inner .date-sect {
margin-bottom: 8px;
line-height: 1;
color: #9598a2;
font-size: 14px;
font-weight: 300;
font-family: 'Montserrat', sans-serif;
}
.blog-category-inner .blog-title-info h3 {
margin-top: 8px;
margin-bottom: 12px;
text-transform: uppercase;
font-size: 16px;
line-height: 1.63;
color: #141417;
font-family: 'Montserrat', sans-serif;
}
.blog-category-inner .blog-content-info p {
line-height: 26px;
color: #9598a2;
font-weight: 300;
margin-top: 12px;
margin-bottom: 16px;
font-family: 'Montserrat', sans-serif;
}
.blog-category-inner .read-more a {
color: #141417;
font-size: 14px;
font-weight: bold;
text-decoration: none;
font-family: 'Montserrat', sans-serif;
}
.blog-post-innr > ul {
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
}
.blog-post-innr > ul > li {
width: calc(100% / 3);
padding-left: 15px;
padding-right: 15px;
border-bottom: 1px solid #f2f3f5;
padding-bottom: 48px;
margin-bottom: 38px;
}
.press-new-temp > h2 {
text-align: center;
margin: 0px 0 60px;
font-size: 40px;
line-height: normal;
}
.single .main > div > h1 {
margin-top: 12px;
margin-bottom: 24px;
font-size: 36px;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
}
.single .main > div > p {
margin-top: 16px;
margin-bottom: 24px;
font-family: 'Montserrat', sans-serif;
font-weight: 300;
} .post-nav-pagint {
text-align: center;
display: flex;
width: 100%;
justify-content: center;
margin-top: 80px;
}
.post-nav-pagint .page-numbers.current {
border-color: #141417;
background: #141417;
color: #ffffff;
}
.post-nav-pagint .page-numbers {
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #f2f3f5;
border-radius: 2px;
width: auto;
height: auto;
line-height: 1;
font-size: 14px;
font-weight: 700;
padding: 10px 13px;
color: #141417;
font-family: 'Montserrat', sans-serif;
}
.press-new-temp {
padding: 100px 0;
}
.footer__col-right li ul li img {
max-width: 25px;
}
.blog-category-inner a {
text-decoration: none;
}
.single .detail-readmore {
font-family: 'Montserrat', sans-serif;
color: #141417;
text-decoration: none;
font-weight: 300;
}
.banner-sect .images-sect {
grid-template-columns: repeat(2,1fr);
display: grid;
grid-column-gap: 10px;
grid-row-gap: 10px;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch; margin: 10px 0;
}
@media (max-width:1200px) {
}
@media (max-width:991px) {
.press-new-temp {
padding: 60px 0;
}
.blog-post-innr > ul > li {
width: 100%;
padding-bottom: 20px;
margin-bottom: 20px;
}	
.post-nav-pagint {
margin-top: 0;
}
.about-main {
padding: 60px 0;
}
.banner-sect .title h1 {
margin-bottom: 10px;
font-size: 40px;
line-height: normal;
}
.banner-sect .sub-title {
margin-bottom: 20px;
}
.single .main {
padding-top: 60px;
padding-bottom: 60px;
}
}
@media (max-width:767px) {
.about-main .about__col-left {
width: 100%;
margin-bottom: 30px;
}
.about-main .about__col-right {
width: 100%;
}
.banner-sect .main-innr .left-sect {
max-width: 100%;
margin-right: 0;
margin-bottom: 40px;
width: 100%;
}
.banner-sect .main-innr .right-sect {
max-width: 100%;
width: 100%;
}
.banner-sect {
padding: 60px 0;
}
}
@media (max-width:639px) {
.press-new-temp {
padding: 40px 0;
}
.press-new-temp > h2 {
margin: 0px 0 30px;
font-size: 30px;
}
.about-main {
padding: 40px 0;
}	
.footer .footer__col-left {
width: 100%;
text-align: center;
}
.footer .footer__col-right {
width: 100%;
text-align: center;
margin-top: 20px;
}
.footer__col-right li ul li {
margin: 4px;
}
.banner-sect {
padding: 40px 0;
}
.banner-sect .title h1 {
font-size: 30px;
}
.banner-sect .main-innr .left-sect .button-main a {
padding: 16px 45px;
}
.single .main {
padding-top: 40px;
padding-bottom: 40px;
}
.banner-sect .images-sect {
grid-template-columns: repeat(1,1fr); margin: 0px 0;
}
}
@media (max-width:479px) {
.single .main > div > h1 {
margin-bottom: 10px;
font-size: 30px;
line-height: normal;
}
}