.wpcf7 select,
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="time"],
.wpcf7 input[type="week"],
.wpcf7 input[type="number"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="color"],
.uneditable-input .wpcf7-not-valid-tip {
height: 60px;
max-width: 100%;
outline: none;
}
.wpcf7 textarea {
height: 300px;
padding-top: 1em;
margin-top: 20px;
margin-bottom: 15px;
}
.wpcf7-not-valid-tip {
padding: 18px 15px !important;
padding-left: 5px !important;
padding-right: 5px !important;
border-radius: 0;
font-weight: 400;
font-size: 12px;
line-height: 20px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wpcf7 input[type="reset"] {
margin-right: 10px;
}
.wpcf7 .submit-wrap {
position: relative;
}
.wpcf7 .submit-wrap .ajax-loader {
position: absolute;
top: 50%;
margin-top: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.wpcf7 .wpcf7-form-control-wrap {
position: relative;
margin-bottom: 1em;
}
.wpcf7 .wpcf7-form-control-wrap:before {
position: absolute;
height: 100%;
width: 60px;
text-align: center;
font-family: FontAwesome;
font-size: 30px;
color: #ccc;
left: 0;
line-height: 60px;
}
.wpcf7 .wpcf7-form-control-wrap input,
.wpcf7 .wpcf7-form-control-wrap textarea {
width: 100%;
}
.wpcf7 .wpcf7-form-control-wrap.your-name:before {
content: '\f007';
}
.wpcf7 .wpcf7-form-control-wrap.your-email:before {
content: '\f0e0';
}
.wpcf7 .wpcf7-form-control-wrap.your-phone:before {
content: '\f095';
}
.wpcf7 .wpcf7-form-control-wrap.your-message:before {
content: '\f040';
margin-top: 15px;
}
.wpcf7 .submit-wrap input {
line-height: 0;
padding: 20px 25px 16px;
border-radius: 0;
text-transform: uppercase;
}/*/*//**/section.footer-widgets {
padding: 40px 0;
background-color: #0064cd;
color: #fff;
}
footer#colophon {
padding-top: 20px;
padding-bottom: 20px;
margin-top: 40px;
}/*/*//**/ #back-top {
display: none;
}
#back-top-wrapper {
position: fixed;
right: 10px;
bottom: 10px;
overflow: hidden;
z-index: 99;
}
#back-top a {
display: block;
width: 50px;
color: #bbb;
text-align: center;
text-decoration: none;
text-transform: uppercase;
font: 11px/100% Arial, Helvetica, sans-serif;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
#back-top a:after {
content: '\f062';
font-family: fontawesome;
display: inline-block;
position: relative;
top: -37px;
left: 0px;
font-size: 24px;
color: #fff;
}
#back-top a:hover {
color: #000;
}
#back-top a:hover span {
background-color: #0064cd;
}
#back-top span {
display: block;
margin-bottom: 7px;
width: 50px;
height: 50px;
border-radius: 50%;
background: #0088DC;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}/*/*//**/.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
@media (max-width: 782px) {
html body.admin-bar {
margin-top: -46px !important;
}
}
ul li ul {
list-style: circle;
}
ul li ul li ul {
list-style: revert;
} h1 a {
text-decoration: none;
}
h1.hero-header {
margin: 0 auto;
}
h2 {
font-size: 30px;
line-height: 1;
}
h3,
.h3 {
font-size: 25px;
}
h4,
.h4 {
font-size: 20px;
}
h5,
.h5 {
font-size: 18px;
}
h6,
.h6 {
font-size: 16px;
}
h2.post-title a {
font-size: 2.5rem;
line-height: 1.4em;
text-decoration: none;
margin-bottom: 0;
display: inline-block;
}
h2.widget-title {
font-size: 25px;
text-transform: uppercase;
}
h2.screen-reader-text {
display: none;
}
.home h2 {
margin-bottom: 50px;
}
a.no-underline,
#cooler-nav a {
text-decoration: none !important;
}
.hero__content .hero__title {
font-size: 43px;
display: inline-block;
vertical-align: middle;
line-height: 1.3em;
margin-bottom: 65px;
max-width: 60%;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 1030px) {
.hero__content .hero__title {
font-size: 38px;
}
}
@media (max-width: 768px) {
.hero__content .hero__title {
font-size: 34px;
}
}
@media (max-width: 550px) {
.hero__content .hero__title {
max-width: 80%;
}
}
.hero__content .field--item a {
text-align: center;
font-size: 13px;
font-weight: 600;
display: inline-block;
box-shadow: none;
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
background-color: #F23D4E;
padding: 0 20px;
min-width: 240px;
border: none;
text-decoration: none;
color: #ffffff;
letter-spacing: 0.5px;
height: 40px;
line-height: 40px;
}
.en .hero__content .field--item a {
text-transform: capitalize;
}
.hero__content .field--item a:hover {
color: #F23D4E;
background-color: #FFFFFF;
}/*/*/@media screen and (max-width: 1320px) {
.collapse.in .searchbox__cancel {
display: none;
}
.collapse.in .searchbox__form .searchbox__icon .icon-search {
z-index: 1;
right: 0;
}
.collapse.in .searchbox__form .form-group:after {
content: "";
display: block;
right: 0;
top: 0;
position: absolute;
}
.collapse.in .searchbox__form .form-group input[type="text"] {
width: 80%;
}
.collapse.in .searchbox__form .form-group input[type="text"]::-webkit-input-placeholder {/**/color: lightgrey;
}
.collapse.in .searchbox__form .form-group input[type="text"]::-moz-placeholder { color: lightgrey;
}
.collapse.in .searchbox__form .form-group input[type="text"]:-ms-input-placeholder { color: lightgrey;
}
.collapse.in .searchbox__form .form-group input[type="text"]:-moz-placeholder { color: lightgrey;
}
}
@media (max-width: 1320px) {
#main-menu {
background-color: #ffffff;
}
}
@media (max-width: 1320px) {
.navbar .navbar__col-2 {
width: 100%;
}
}
ul.navbar-nav {
list-style: none;
}
@media (max-width: 1024px) {
ul.navbar-nav {
padding-left: 0;
}
}
.navbar-nav > li {
padding: 20px 0;
}
@media (max-width: 1320px) {
.navbar-nav > li {
padding: 0 0 0 15px;
}
}
.navbar-nav > li a {
color: #fff;
font-family: 'Noto Sans', "Helvetica", "Arial", sans-serif;
font-weight: 700;
text-transform: uppercase;
padding: 2px;
vertical-align: middle;
margin: 0 8px;
border-bottom: 3px solid transparent;
-webkit-transition: 250ms;
-o-transition: 250ms;
transition: 250ms;
display: flex;
justify-content: space-between;
align-items: center;
}
@media (max-width: 1024px) {
.navbar-nav > li a {
margin: 6px;
}
}
@media (max-width: 1320px) {
.navbar-nav > li a {
color: #13191c;
font-size: 16px;
font-family: 'Noto Sans', "Helvetica", "Arial", sans-serif;
font-weight: 700;
text-transform: uppercase;
line-height: 72px;
vertical-align: middle;
}
}
.navbar-nav > li a:hover,
.navbar-nav > li a:focus,
.navbar-nav > li a:active {
border-bottom: 3px solid #0088DC;
}
.navbar-nav .dropdown-menu li {
padding: 5px 0;
}
.navbar-nav .dropdown-menu li a {
color: black !important;
border-bottom: none;
position: relative;
display: inline-block;
}
.navbar-nav .dropdown-menu li a:hover:after,
.navbar-nav .dropdown-menu li a:focus:after,
.navbar-nav .dropdown-menu li a:active:after {
border-bottom: 3px solid #0088DC;
background-color: #0088DC;
content: '';
bottom: 0;
position: absolute;
width: 105%;
height: 3px;
left: -2px;
}
@media (max-width: 1320px) {
.overlay.overlay--gradient-down {
background: none;
}
}
.hero {
top: 0;
margin: 0;
}
@media only screen and (min-width: 768px) {
.hero {
top: -83px;
margin-bottom: 0;
}
}
@media only screen and (min-width: 914px) {
.hero {
top: -83px;
margin-bottom: 0;
}
}
@media only screen and (min-width: 1024px) {
.hero {
top: -73px;
margin-bottom: 0;
}
}
@media only screen and (min-width: 1270px) {
.hero {
top: -73px;
margin-bottom: 0;
}
}
.hero__content {
height: 670px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
@media only screen and (max-width: 550px) {
.hero__content {
max-height: 567px;
}
}
@media only screen and (max-width: 480px) {
.hero__content {
justify-content: center;
padding-top: 0;
}
}
.hero__content .container {
display: flex;
justify-content: center;
align-items: center;
}
.hero .hero-title-section {
flex-direction: column;
}
.hero .blog-title {
font-size: 48px;
font-weight: 700;
}
.hero .latest {
font-size: 18px;
font-weight: 600;
}
div#hero-meta {
position: absolute;
bottom: 20px;
}
figure.author {
width: 60px;
height: 60px;
border-radius: 50%;
overflow: hidden;
margin: 1em;
display: inline-flex;
}
@media (max-width: 480px) {
figure.author {
width: 45px;
height: 45px;
flex: 0 0 45px;
}
}
figure.author img {
width: 60px;
height: 60px;
}
@media (max-width: 480px) {
figure.author img {
width: 45px;
height: 45px;
}
}
#author {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-size: 13px;
line-height: 23px;
}
#author .author {
max-width: 60px;
width: 100%;
}
@media (max-width: 480px) {
#author .author {
max-width: 45px;
}
}
@media (max-width: 767px) {
.post .entry-content {
padding-top: 40px;
}
}
.post h4 {
font-family: 'Noto Sans', "Helvetica", "Arial", sans-serif;
font-weight: 700;
font-size: 15px;
line-height: 22px;
}
.post p,
.post td {
font-family: 'Noto Sans', "Helvetica", "Arial", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 22px;
color: #3E4143;
}
.pagination-posts {
padding-top: 32px;
padding-bottom: 32px;
}
aside ul {
padding-left: 20px;
}
aside ul li {
padding: 0 0 8px 6px;
}
aside ul a {
text-decoration: none;
font-size: 15px;
line-height: 22px;
font-family: 'Noto Sans', "Helvetica", "Arial", sans-serif;
font-weight: 500;
}
aside ul a:hover {
text-decoration: underline;
}
aside.widget_archive label {
display: none;
}
aside.widget_archive select {
margin-top: 10px;
}/*/*//**/ #content {
margin-right: auto;
margin-left: auto;
padding-left: 16px;
padding-right: 16px;
}
#content:before,
#content:after {
content: " ";
display: table;
}
#content:after {
clear: both;
}
@media (min-width: 768px) {
#content {
width: 756px;
}
}
@media (min-width: 992px) {
#content {
width: 972px;
}
}
@media (min-width: 1270px) {
#content {
width: 1282px;
}
}
.row-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.row-flex.vertical-align {
align-items: center;
justify-content: center;
}
.row-flex .col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-flex.align-items-center {
align-items: center;
}/*/*//**/#trending {
margin-top: 50px;
justify-content: center;
}
#trending a {
text-decoration: none;
}
#popular .row-flex,
#featured-categories {
justify-content: center;
}
.featured-video {
padding-top: 60px;
padding-bottom: 60px;
margin-top: 60px;
margin-bottom: 60px;
}
.video-content {
max-width: 800px;
margin: 0 auto;
}
.video-content p {
font-family: 'Spectral', serif;
font-weight: 400;
font-size: 15px;
line-height: 22.5px;
color: #3E4143;
}
.video-content p strong {
font-weight: 600;
}
.video-content blockquote p {
font-size: 23px;
line-height: 34.5px;
color: #3E4143;
}
.video-content .button {
font-size: 13px;
line-height: 40px;
height: 40px;
letter-spacing: 0.5px;
padding: 0 20px;
font-weight: 600;
min-width: 240px;
font-family: "gilroy", "Helvetica", sans-serif;
border: none;
}
.en .video-content {
text-transform: capitalize;
}
.row.featured-video {
align-items: center;
}
#featured-categories a {
text-decoration: none;
}
#featured-categories figure {
position: relative;
}
#featured-categories h3 {
padding-top: 16px;
font-size: 15px;
line-height: 22px;
font-family: 'Noto Sans', "Helvetica", "Arial", sans-serif;
font-weight: 500;
}
.post__holder h3 {
padding-top: 16px;
font-size: 15px;
line-height: 22px;
font-family: 'Noto Sans', "Helvetica", "Arial", sans-serif;
font-weight: 500;
}
.no-gutter > [class*='col-'].video-content {
padding: 0 40px;
}
h3.card__title {
padding-top: 16px;
font-size: 15px;
line-height: 22px;
font-family: 'Noto Sans', "Helvetica", "Arial", sans-serif;
font-weight: 500;
}
.btn.button {
outline: 1px solid #4986B6;
color: #ffffff;
}
.btn.button:hover {
background-color: #4986B6;
color: #ffffff;
}
.wp-block-button .wp-block-button__link {
text-align: center;
font-size: 14px;
font-weight: 600;
letter-spacing: -0.5px;
display: inline-block;
box-shadow: none;
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
color: #fff;
background-color: #0088dc;
border-color: #0088dc;
min-width: 240px;
border-radius: 0;
line-height: 48px;
height: 46px;
padding: 0 48px;
outline: 1px solid #4986B6;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:active,
.wp-block-button .wp-block-button__link:focus {
background-color: transparent;
color: #0088dc;
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.en .wp-block-button .wp-block-button__link {
text-transform: capitalize;
}
.red.wp-block-button .wp-block-button__link {
background-color: #f23d4e;
outline: 1px solid #f23d4e;
}
.red.wp-block-button .wp-block-button__link:hover,
.red.wp-block-button .wp-block-button__link:active,
.red.wp-block-button .wp-block-button__link:focus {
background-color: transparent;
color: #f23d4e;
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.wp-admin .wp-block-button .wp-block-button__link {
padding-top: 0;
} header.page-header {
text-align: center;
}
header.page-header h1.page-title {
text-align: center;
text-transform: uppercase;
position: relative;
display: inline-block;
font-size: 35px;
line-height: 35px;
}
header.page-header h1.page-title:before {
content: 'POSTS';
font-size: 18px;
color: #888;
float: right;
padding-left: 10px;
}
header.page-header h1.page-title:after {
content: attr(data-num);
font-size: 18px;
color: #888;
float: right;
padding-left: 20px;
}
header.page-header .taxonomy-description p {
max-width: 593px;
margin: 0 auto;
font-size: 15px;
}
.topbar__center {
text-align: center;
padding-top: 10px;
font-weight: 700;
}
@media (max-width: 991px) {
.topbar__right {
display: none;
}
}
@media (max-width: 991px) {
.topbar .region-topbar-left {
display: inline-block;
}
}
@media (max-width: 380px) {
.topbar .menu > li {
padding: 0px 13px;
}
}
#mobile-language {
display: none;
float: right;
}
#mobile-language .wpml-ls-legacy-dropdown {
width: 65px;
}
#mobile-language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
width: 40px;
left: 0px;
}
@media (max-width: 991px) {
#mobile-language {
display: inline-block;
}
}
.footer .footer__top .block-title {
padding: 10px 0;
margin-top: 15px;
margin-bottom: 0;
}
.footer .footer__top .menu a:hover {
color: white;
}
.searchbox {
right: 5px;
position: relative;
}
.searchbox ::-webkit-input-placeholder { color: #fff;
}
.searchbox ::-moz-placeholder { color: #fff;
}
.searchbox :-ms-input-placeholder { color: #fff;
}
.searchbox :-moz-placeholder { color: #fff;
}
.archive h3.card__title,
.search h3.card__title {
margin: 5px 0 5px 0;
}
.archive .col-md-4 article,
.search .col-md-4 article {
margin-bottom: 2em;
}
.archive .excerpt,
.search .excerpt,
.archive .post p,
.search .post p {
font-size: 14px;
line-height: 22px;
}
a.archive-link {
text-decoration: none;
}
a.archive-link:hover {
text-decoration: underline;
}/*/*//*/*//*/*//**//*/*//**/.textwidget ul.social {
column-count: 2;
}
.textwidget ul.social li a {
text-decoration: none;
}
aside ul.wpp-list.wpp-list-with-thumbnails {
margin-left: -40px;
}/*/*//**/.dd_categories .dd_category .overlay {
position: absolute;
height: 75px;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
}
.wpml-ls-legacy-dropdown {
font-size: 12px;
font-weight: 600;
height: 44px;
line-height: 44px;
vertical-align: middle;
padding-top: 8px;
width: 100px;
background: none;
border: none;
}
.wpml-ls-legacy-dropdown a {
border: none;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
content: "\f107";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
border: none;
top: 8px;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
width: 170px;
left: -70px;
}
.search-results .hero {
max-height: 400px;
}
.search-results .hero__content {
height: 400px;
}
.search-results #search-results a {
text-decoration: none !important;
}
.search-results #search-results a:hover {
text-decoration: underline !important;
}
div#sb_instagram {
margin-top: 60px;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
margin: 1em 0;
}
#back-top span {
background: #0088DC;
}
#author_meta {
margin-bottom: 2rem;
}
html[lang="ru-RU"] blockquote p:after {
content: '»';
}
html[lang="ru-RU"] blockquote p:before {
content: '«';
}
.author-name a {
color: white;
font-weight: bold;
text-decoration: none;
}
.author-name a:hover {
text-decoration: underline;
}
.author .hero__content {
padding-top: 15%;
}
.author .container-table {
margin-bottom: 2.5em;
margin-top: -1.5em;
}
.error404 .searchform {
margin-bottom: 3em;
}
.error404 .searchform ::-webkit-input-placeholder { color: #555555;
}
.error404 .searchform ::-moz-placeholder { color: #555555;
}
.error404 .searchform :-ms-input-placeholder { color: #555555;
}
.error404 .searchform :-moz-placeholder { color: #555555;
}
.error404 .error-404 #edit-submit-search {
max-width: 200px;
margin-left: 2em;
margin-top: -7px;
}
.error404 .error-404 input#s {
width: 100%;
max-width: 450px;
padding-left: 40px;
max-height: 55px;
display: inline-block;
}
.error404 .error-404 .searchbox__icon .icon-search {
position: absolute;
top: 18px;
}
aside#sidebar {
margin-bottom: 2em;
}
.count-results {
font-size: 28px;
font-weight: 500;
margin-bottom: 2rem;
}
main ul li,
main ol li {
font-family: 'Noto Sans', "Helvetica", "Arial", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 22px;
color: #3E4143;
padding: 0;
}
.caption {
font-size: 14px;
font-family: 'Spectral', serif;
}/*/*/.page-template-page-fullwidth {
font-size: 16px;
color: #002547;
}
.page-template-page-fullwidth .hero-title-section {
height: 670px;
display: flex;
justify-content: flex-end;
align-items: flex-start;
flex-direction: column;
}
@media only screen and (max-width: 550px) {
.page-template-page-fullwidth .hero-title-section {
max-height: 567px;
}
}
.page-template-page-fullwidth .hero-title-section h1.hero-title {
color: #fff;
max-width: 50%;
text-align: left;
margin-left: 1ch;
margin-bottom: 2em;
line-height: 1.3;
}
@media only screen and (max-width: 767px) {
.page-template-page-fullwidth .hero-title-section h1.hero-title {
font-size: 34px;
}
}
.page-template-page-fullwidth p.crumbs a {
color: #0070d3;
}
.page-template-page-fullwidth p.crumbs {
margin-top: -2rem;
margin-bottom: 4rem;
font-size: 14px;
}
@media only screen and (max-width: 767px) {
.page-template-page-fullwidth p.crumbs {
margin-top: 1rem;
}
}
.page-template-page-fullwidth .wp-block-columns {
margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
.page-template-page-fullwidth article {
padding-left: 16px;
padding-right: 16px;
}
}
.page-template-page-fullwidth article h2 {
font-size: 4rem;
color: #002547;
}
.page-template-page-fullwidth article h3 {
color: #002547;
font-size: 31px;
}
.page-template-page-fullwidth article a {
color: #002547;
text-decoration: none;
}
.page-template-page-fullwidth article a:hover,
.page-template-page-fullwidth article a:active,
.page-template-page-fullwidth article a:focus {
text-decoration: underline;
transition: all 0.2s;
}
.page-template-page-fullwidth a.wp-block-button__link.has-white-background-color.has-background {
border-color: #0070d3;
color: #0070d3;
}
.en .page-template-page-fullwidth a.wp-block-button__link.has-white-background-color.has-background {
text-transform: capitalize;
}
.page-template-page-fullwidth a.wp-block-button__link.has-white-background-color.has-background:hover,
.page-template-page-fullwidth a.wp-block-button__link.has-white-background-color.has-background:active,
.page-template-page-fullwidth a.wp-block-button__link.has-white-background-color.has-background:focus {
background-color: #0070d3;
color: #fff;
text-decoration: none;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.mb-5 {
margin-bottom: 48px;
}
.entry-meta {
font-family: 'Spectral', serif;
font-weight: 400;
font-size: 15px;
line-height: 22.5px;
letter-spacing: -0.4px;
color: #3E4143;
}
.wp-block-image figure.aligncenter.size-full {
display: block;
}
.wp-block-image figure.aligncenter.size-full img {
width: 100%;
display: block;
margin: 1rem auto;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
display: block;
}
.page-template-page-fullwidth-fluid.wpml-lang-th .hero__content .field--item a,
.wp-admin.wpml-lang-th .hero__content .field--item a {
font-size: 20px;
}
.page-template-page-fullwidth-fluid .full-width-wrapper,
.wp-admin .full-width-wrapper {
margin-top: -3rem;
}
.page-template-page-fullwidth-fluid .wp-block-image,
.wp-admin .wp-block-image {
margin-bottom: 0;
}
.page-template-page-fullwidth-fluid h3 a,
.wp-admin h3 a {
margin-top: 0;
text-decoration: none;
}
@media only screen and (min-width: 768px) {
.page-template-page-fullwidth-fluid .justify-content-end > div,
.wp-admin .justify-content-end > div {
justify-content: end;
}
}
.page-template-page-fullwidth-fluid .overlay-wrapper,
.wp-admin .overlay-wrapper {
position: relative;
}
.page-template-page-fullwidth-fluid .overlay-wrapper .btn.btn-primary,
.wp-admin .overlay-wrapper .btn.btn-primary {
text-align: center;
font-size: 13px;
font-weight: 600;
display: inline-block;
box-shadow: none;
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
background-color: #F23D4E;
padding: 0 20px;
min-width: 240px;
border: none;
text-decoration: none;
color: #ffffff;
letter-spacing: 0.5px;
height: 40px;
line-height: 40px;
}
.en .page-template-page-fullwidth-fluid .overlay-wrapper .btn.btn-primary,
.en .wp-admin .overlay-wrapper .btn.btn-primary {
text-transform: capitalize;
}
.page-template-page-fullwidth-fluid .overlay-wrapper .btn.btn-primary:hover,
.wp-admin .overlay-wrapper .btn.btn-primary:hover {
color: #F23D4E;
background-color: #FFFFFF;
}
.page-template-page-fullwidth-fluid .overlay-wrapper .overlay-block,
.wp-admin .overlay-wrapper .overlay-block {
position: absolute;
bottom: 20px;
width: 100%;
left: 0;
text-align: center;
}
.page-template-page-fullwidth-fluid .overlay-wrapper .overlay-block h3,
.wp-admin .overlay-wrapper .overlay-block h3 {
color: #fff;
font-size: 20px;
}
.page-template-page-fullwidth-fluid #double-stack,
.wp-admin #double-stack {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.page-template-page-fullwidth-fluid #overlay-red-button,
.wp-admin #overlay-red-button {
z-index: 1;
position: relative;
}
.page-template-page-fullwidth-fluid #overlay-red-button .wp-block-buttons,
.wp-admin #overlay-red-button .wp-block-buttons {
position: absolute;
z-index: 9;
left: 50px;
bottom: 50px;
}
#editor h2.components-panel__body-title {
line-height: 1.25;
}
#signup {
padding: 6rem 0;
margin-top: 4rem;
font-size: 20px;
font-weight: 500;
text-align: center;
}
#signup input.wpcf7-form-control.form-control {
height: 55px;
}
#signup span.wpcf7-not-valid-tip {
display: none !important;
}
#signup .wpcf7 form .wpcf7-response-output {
padding: 0.75rem;
width: 100%;
text-align: center;
justify-content: center;
}
#signup .wpcf7 form.invalid .wpcf7-response-output {
background: #a38841;
display: flex;
}
#signup .wpcf7 form.sent .wpcf7-response-output {
display: flex;
background-color: #5c8d61;
}
.bg-blue-dark {
background: #085cac;
}
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.m-0 {
margin: 0 !important;
}
.mt-0,
.my-0 {
margin-top: 0 !important;
}
.mr-0,
.mx-0 {
margin-right: 0 !important;
}
.mb-0,
.my-0 {
margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
margin-left: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.mt-1,
.my-1 {
margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
margin-left: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.mt-2,
.my-2 {
margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
margin-left: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.mt-3,
.my-3 {
margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
margin-right: 1rem !important;
}
.mb-3,
.my-3 {
margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
margin-left: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.mt-4,
.my-4 {
margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
margin-left: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.mt-5,
.my-5 {
margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
margin-right: 3rem !important;
}
.mb-5,
.my-5 {
margin-bottom: 48px !important;
}
.ml-5,
.mx-5 {
margin-left: 3rem !important;
}
.m-6 {
margin: 4rem !important;
}
.mt-6,
.my-6 {
margin-top: 4rem !important;
}
.mr-6,
.mx-6 {
margin-right: 4rem !important;
}
.mb-6,
.my-6 {
margin-bottom: 4rem !important;
}
.ml-6,
.mx-6 {
margin-left: 4rem !important;
}
.p-0 {
padding: 0 !important;
}
.pt-0,
.py-0 {
padding-top: 0 !important;
}
.pr-0,
.px-0 {
padding-right: 0 !important;
}
.pb-0,
.py-0 {
padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
padding-left: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.pt-1,
.py-1 {
padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
padding-left: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.pt-2,
.py-2 {
padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
padding-left: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.pt-3,
.py-3 {
padding-top: 1rem !important;
}
.pr-3,
.px-3 {
padding-right: 1rem !important;
}
.pb-3,
.py-3 {
padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
padding-left: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.pt-4,
.py-4 {
padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
padding-left: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.pt-5,
.py-5 {
padding-top: 3rem !important;
}
.pr-5,
.px-5 {
padding-right: 3rem !important;
}
.pb-5,
.py-5 {
padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
padding-left: 3rem !important;
}
.p-6 {
padding: 4rem !important;
}
.pt-6,
.py-6 {
padding-top: 4rem !important;
}
.pr-6,
.px-6 {
padding-right: 4rem !important;
}
.pb-6,
.py-6 {
padding-bottom: 4rem !important;
}
.pl-6,
.px-6 {
padding-left: 4rem !important;
}
.m-n1 {
margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
margin-left: -0.25rem !important;
}
.m-n2 {
margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
margin-left: -0.5rem !important;
}
.m-n3 {
margin: -1rem !important;
}
.mt-n3,
.my-n3 {
margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
margin-left: -1rem !important;
}
.m-n4 {
margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
margin-left: -1.5rem !important;
}
.m-n5 {
margin: -3rem !important;
}
.mt-n5,
.my-n5 {
margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
margin-left: -3rem !important;
}
.m-n6 {
margin: -4rem !important;
}
.mt-n6,
.my-n6 {
margin-top: -4rem !important;
}
.mr-n6,
.mx-n6 {
margin-right: -4rem !important;
}
.mb-n6,
.my-n6 {
margin-bottom: -4rem !important;
}
.ml-n6,
.mx-n6 {
margin-left: -4rem !important;
}
.m-auto {
margin: auto !important;
}
.mt-auto,
.my-auto {
margin-top: auto !important;
}
.mr-auto,
.mx-auto {
margin-right: auto !important;
}
.mb-auto,
.my-auto {
margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
margin-left: auto !important;
}/**/