/*  */
html, body {
    color: #72777C;
}

section header h2 {
    margin: 0 0 20px;
}

#footer {
    background: #323438;
	color: #B7BBC0;
}

#topline a.btn-contact {
    padding: 0 10px 0 40px;
    background-size: auto 15px;
}

#topline a.btn-register {
    padding: 0 10px 0 40px;
}

#topline a.btn-login:hover {
    color: #fff;
}

#topline a {
    color: #555;
    padding: 0 5px 0 30px;
}

#topline a:hover {
    color: #323438;
}

#footer a {
	color: #B7BBC0;
}

#footer a.social-facebook,
#footer a.social-twitter {
    margin-right: 20px;
}

#footer .copyrights p {
    line-height: 20px;
}

#topline {
	height: 50px;
	background: #F5F5F5;
}

#primary-menu > li > a {
    color: #323438;
}

#primary-menu .sub-menu a {
	color: #323438;
}

#primary-menu .sub-menu a:hover {
	background: #f5f5f5;
}

#primary-menu .sub-menu a > .sub {
	color: #72777C;
}

a.btn, .btn {
    font-weight: 600;
    text-transform: inherit;
}

a:hover {
    color: #007bff;
}

@media only screen and (max-width: 399px) {
    #topline a.btn-contact {
        padding: 0 8px;
    }
    
    #topline a.btn-register {
        padding: 0 8px;
        
    }
}

@media only screen and (max-width: 767px) { 
    #footer {
        padding-bottom: 30px;
    }
}


/* Homepage */

.home-boxes .box {
    color: #323438;
    border-radius: 5px;
}

.home-boxes .box .content p {
    color: #72777C;
}

.home-partners img {
    opacity: 0.2;
}

.home-articles article {
    max-width: 500px;
}

.home-articles article:first-of-type {
    margin: 0 0 50px;
}

.home-articles .entry-thumbnail {
    margin: 0 0 20px;
}

.home-articles .entry-thumbnail img {
    border-radius: 5px;
    height: 125px;
    object-fit: cover;
    margin: 0 0 20px;
}

.home-articles .entry-title a {
    font-size: 1.6rem;
    font-weight: 600;
    color: #323438;
}

.home-articles .entry-meta {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
    letter-spacing: 1px;
    color: #98A0A8;
}

#blog-carousel {
    max-width: 500px;
}

#blog-carousel .entry-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #323438;
}

#blog-carousel .entry-content {
    margin-top: 0;
    padding-bottom: 30px;
}

#blog-carousel .carousel-item img {
    border-radius: 5px;
    height: 320px;
    object-fit: cover;
    margin: 0 0 20px;
}

.home-guide article h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 0 15px;
}

.home-guide article .entry-content {
    margin: 0;
}

.home-technical-statements {
    padding: 50px 0;
}

@media (min-width: 320px) and (max-width: 480px) {
    html, body {
        font-size: 13px;
    }

    .home-technical-statements #statements-carousel .carousel-inner {
        padding: 0;
    }

    .home-technical-statements .carousel-control-prev,
    .home-technical-statements .carousel-control-next {
        display: none;
    }

    .home-articles article:nth-of-type(2) {
        margin-bottom: 30px;
    }
  }

@media only screen and (max-width: 767px) {
    .home-articles article:nth-of-type(2) {
        margin-bottom: 50px;
    }

    .home-guide {
        padding-top: 30px;
        background-position: 70% 0;
    }

    .home-guide header {
        margin-top: 30px;
    }

    .home-technical-statements {
        background-position: 30% 0;
    }

    .home-info-boxes:before {
        background-position: 40% 0;
    }
}  

@media only screen and (max-width: 600px) {
    .home-guide article:nth-of-type(2) {
        padding: 0 0 30px 0;
    }
  }

/* Blog post */

.single-post .site-main {
    padding: 60px 0;
}

.single-post .site-main article {
    margin-bottom: 30px;
}

.single-post .site-main article .entry-header .entry-title {
    font-weight: 600;
    color:#323438;
}

.single-post .site-main article .entry-header .entry-meta {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:#98A0A8;
}

.single-post .site-main article .entry-header .entry-meta .posted-on a,
.single-post .site-main article .entry-header .entry-meta .byline .author a {
    color: #98A0A8;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.single-post .site-main article .entry-content {
    font-size: 1.1rem;
    text-align: justify;
    margin: 15px 0 0;
}

.single-post .site-main article .entry-content h2 {
    font-weight: 600;
    font-size: 1.6rem;
    color:#323438;
    margin: 30px 0 15px 0;
    border-left: 6px solid#2684ff;
    display: block;
    padding-left: 25px;
}

.single-post .post-thumbnail img {
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 30px;
}

.single-post .site-main article .entry-content a {
   color: #2684ff;
}

.single-post .site-main article .entry-content ul {
    margin-left: -25px;
}

.single-post .site-main article .entry-content ul li {
    padding-left: 15px;
    margin-bottom: 10px;
}

.single-post .site-main article .entry-content ul li::marker {
    color: #2684ff;
}

.single-post .site-main article .entry-content blockquote {
    background: #0074e4 url('../img/mask_guide.svg') no-repeat right center;
    background-size: auto 150%;
    padding: 45px;
    color:#fff;
    border-radius: 5px;
}

.single-post .site-main article .entry-content blockquote cite {
    font-style: normal;
    font-weight: 600;
}

.single-post .site-main .nav-links .nav-previous a,
.single-post .site-main .nav-links .nav-next a {
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    color: #2684ff;
    font-weight: 600;
    line-height: 1.5;
    border-radius: .25rem;
    border: 2px solid #2684ff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.single-post .site-main .nav-links .nav-previous a:hover,
.single-post .site-main .nav-links .nav-next a:hover {
    background: #2684ff;
    color: #fff;
    text-decoration: none;
}

.single-post .site-main .entry-footer {
    display: none;
}

.single-post .site-main #comments {
    display: none;
}

.single-post .site-main .widget-area .widget_recent_entries .widget-title {
    font-weight: 600;
    font-size: 1.6rem;
    color:#323438;
    margin-bottom: 15px;
    border-left: 6px solid#2684ff;
    display: block;
    padding-left: 25px;
}

.single-post .site-main .widget-area .widget_recent_entries ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-post .site-main .widget-area .widget_recent_entries ul li {
    margin-bottom: 10px;
}

.single-post .site-main .widget-area .widget_recent_entries ul li a {
    font-weight: 600;
    font-size: 1.1rem;
    color:#323438;
}

.single-post .site-main article .entry-content ol {
    margin-left: -25px;
}

.single-post .site-main article .entry-content ol li {
    padding-left: 15px;
    margin-bottom: 15px;
}

.single-post .site-main .widget-area .widget_recent_entries ul li .post-date {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:#98A0A8;
    display: block;
}

/* Statements */

.single-statements .site-main {
    padding: 60px 0;
}

.single-statements .site-main article {
    margin-bottom: 30px;
}

.single-statements .site-main article .entry-header .entry-title {
    font-weight: 600;
    color:#323438;
}

.single-statements .site-main article .entry-header .entry-meta {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:#98A0A8;
}

.single-statements .site-main article .entry-content {
    text-align: justify;
    font-size: 1.1rem;
    margin: 15px 0 0;
}

.single-statements .site-main .nav-links .nav-previous a,
.single-statements .site-main .nav-links .nav-next a {
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    color: #2684ff;
    font-weight: 600;
    line-height: 1.5;
    border-radius: .25rem;
    border: 2px solid #2684ff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.single-statements .site-main .nav-links .nav-previous a:hover,
.single-statements .site-main .nav-links .nav-next a:hover {
    background: #2684ff;
    color: #fff;
    text-decoration: none;
}

/* Cennik */

.page-template-page-cennik-domeny .site-main,
.page-template-page-cennik-nowe-gtld .site-main,
.page-template-page-cennik-certyfikaty-ssl .site-main,
.page-template-page-cennik-uslugi-dodatkowe .site-main,
.page-template-page-cennik-promocje .site-main {
    padding: 30px 0;
}

#cennik-menu a {
    font-size: 1.143rem;
}

.table-cennik {
    color: #72777C;
    margin: 0 0 30px;
}

.table-cennik thead tr:nth-child(2) {
    background: #fff;
}

.table-cennik thead tr:nth-child(2) td {
    border-top: 0;
    color:#72777C;
    font-weight: 600;
    padding: 15px 35px;
}

.table-cennik thead th {
    border: 0;
    color: #98a0a8;
    background: #f5f5f5;
    vertical-align: middle;
}

.table-cennik td,
.table-cennik th {
    border-top: 1px solid #f5f5f5;
    padding: 15px 35px;
}

.table-cennik tbody tr{
    border-left: 4px solid transparent;
    transition: background-color 0.3s ease-out;
}

.table-cennik tbody tr:hover {
    color: #72777C;
    background-color: #EFF6FF;
    border-left: 4px solid #2684ff;
}

.table-cennik > thead:first-child > tr:first-child th:first-child {
    border-radius: 3px 0 0 3px;
}

.table-cennik > thead:first-child > tr:first-child th:last-child {
    border-radius: 0 3px 3px 0;
}

.page-template-page-cennik-uslugi-dodatkowe .site-main h2 {
    font-size: 1.6rem;
    font-weight: 600;
    color:#323438;
    margin: 0 0 30px;
}

.filters {
    margin-bottom: 30px;
}

.filters .btn {
    padding: 10px 45px;
    text-align: -webkit-left;
}

.filters .filter-category {
    padding: 11px 45px;
    text-align: center;
    background-color: #2684ff;
    color:#fff;
    font-weight: 600;
    border: 0;
    height: auto;
    background-image: url('../img/icon_filter_branza.svg'), url('../img/icon_arrow_down.svg');
}

.filters .btn {
    background-position: 15px center;
}

.filters .custom-select {
    background-position: top 16px left 15px, top 20px right 15px, bottom 10px right 10px, bottom 10px left 10px;
    background-size: 20px, 14px, auto;
}

@media only screen and (max-width: 767px) {
    .filters .btn,
    .filters .filter-category {
        margin-bottom: 15px;
    }
}  

/* Poradnik HRD */

.single-guide .site-main {
    padding: 60px 0;
}

.single-guide .site-main article .entry-header .entry-title {
    font-weight: 600;
    color:#323438;
}

.single-guide .site-main article .entry-content {
    text-align: justify;
    font-size: 1.1rem;
    margin: 15px 0 0;
}

.single-guide .site-main .nav-links .nav-previous a,
.single-guide .site-main .nav-links .nav-next a {
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    color: #2684ff;
    font-weight: 600;
    line-height: 1.5;
    border-radius: .25rem;
    border: 2px solid #2684ff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.single-guide .site-main .nav-links .nav-previous a:hover,
.single-guide .site-main .nav-links .nav-next a:hover {
    background: #2684ff;
    color: #fff;
    text-decoration: none;
}

.single-guide .site-main article .entry-content ul {
    margin-left: -25px;
}

.single-guide .site-main article .entry-content ul li {
    padding-left: 15px;
    margin-bottom: 10px;
}

.single-guide .site-main article .entry-content ul li::marker {
    color: #2684ff;
}

.single-guide .site-main article .entry-content ol {
    margin-left: -25px;
}

.single-guide .site-main article .entry-content ol li {
    padding-left: 15px;
    margin-bottom: 15px;
}

.single-guide .entry-meta {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:#98A0A8;
    display: none;
}

/* Aktualności */

.single-news #main {
    padding: 60px 0;
}

.single-news article {
    margin-bottom: 30px;
}

.single-news .entry-header .entry-title {
    font-weight: 600;
    color:#323438;
}

.single-news .entry-content {
    font-size: 1.1rem;
    text-align: justify;
    margin: 15px 0 0;
}

.single-news .entry-content h2 {
    font-weight: 600;
    font-size: 1.6rem;
    color:#323438;
    margin: 30px 0 15px 0;
    border-left: 6px solid#2684ff;
    display: block;
    padding-left: 25px;
}

.single-news .entry-meta {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:#98A0A8;
}

.single-news .post-thumbnail img {
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 30px;
}

.single-news .site-main .nav-links .nav-previous a,
.single-news .site-main .nav-links .nav-next a {
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    color: #2684ff;
    font-weight: 600;
    line-height: 1.5;
    border-radius: .25rem;
    border: 2px solid #2684ff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.single-news .site-main .nav-links .nav-previous a:hover,
.single-news .site-main .nav-links .nav-next a:hover {
    background: #2684ff;
    color: #fff;
    text-decoration: none;
}

.single-news .entry-content ul {
    margin-left: -25px;
}

.single-news .entry-content ul li {
    padding-left: 15px;
    margin-bottom: 10px;
}

.single-news .entry-content ol {
    margin-left: -25px;
}

.single-news .entry-content ol li {
    padding-left: 15px;
    margin-bottom: 10px;
}

.single-news .entry-content ul li::marker {
    color: #2684ff;
}

.single-news .site-main #comments {
    display: none;
}

.single-news .entry-content blockquote {
    background: #0074e4 url('../img/mask_guide.svg') no-repeat right center;
    background-size: auto 150%;
    padding: 45px;
    color:#fff;
    border-radius: 5px;
}

.single-news .entry-content blockquote cite {
    font-style: normal;
    font-weight: 600;
}

/* Spis rozszerzeń */

.table-spis {
    color: #72777C;
    margin: 0 0 30px;
}

.table-spis  thead tr:nth-child(2) {
    background: #fff;
}

.table-spis  thead tr:nth-child(2) td {
    border-top: 0;
    color:#72777C;
    font-weight: 600;
    padding: 25px 25px;
}

.table-spis  thead th {
    border: 0;
    color: #98a0a8;
    background: #f5f5f5;
    vertical-align: baseline;
}

.table-spis  td,
.table-spis  th {
    border-top: 1px solid #f5f5f5;
    padding: 15px 25px;
}

.table-spis tbody tr{
    border-left: 4px solid transparent;
}

.table-spis  tbody tr:hover {
    color: #72777C;
    background-color: #EFF6FF;
    border-left: 4px solid #2684ff;
}

.table-spis > thead:first-child > tr:first-child th:first-child {
    border-radius: 3px 0 0 3px;
}

.table-spis > thead:first-child > tr:first-child th:last-child {
    border-radius: 0 3px 3px 0;
}

.extensions-list .entry-header h1 {
    font-weight: 600;
    color:#323438;
    margin: 0 0 30px;
}

/* Informacje dodatkowe o rozszerzeniach */

.table-informacje {
    color: #72777C;
    margin: 0 0 30px;
}

.table-informacje thead tr:nth-child(2) {
    background: #fff;
}

.table-informacje thead tr:nth-child(2) td {
    border-top: 0;
    color:#72777C;
    font-weight: 600;
    padding: 25px 25px;
}

.table-informacje thead th {
    border: 0;
    color: #98a0a8;
    background: #f5f5f5;
    vertical-align: baseline;
    
}

.table-informacje td,
.table-informacje th {
    border-top: 1px solid #f5f5f5;
    padding: 15px 35px;
}

.table-informacje tbody tr {
    border-left: 4px solid transparent;
    transition: background-color 0.3s ease-out;
}

.table-informacje  tbody tr:hover {
    color: #72777C;
    background-color: #EFF6FF;
    border-left: 4px solid #2684ff;
}

.table-informacje > thead:first-child > tr:first-child th:first-child {
    border-radius: 3px 0 0 3px;
}

.table-informacje > thead:first-child > tr:first-child th:last-child {
    border-radius: 0 3px 3px 0;
}

.table-informacje thead tr:nth-child(2) th {
    background: #fff;
    vertical-align: baseline;
    color: #72777C;
}

/* FAQ */

#faq .card {
    margin-bottom: 20px;
    border-radius: 5px;
    border: 2px solid #f5f5f5;
}

#faq .card:last-of-type {
    margin-bottom: 0;
}

#faq .card .card-header {
    background: #fff;
    border-bottom: 0;
    padding-left: 60px;
    background-image: url('../img/icon_double_arrow_blue.svg');
    background-repeat: no-repeat;
    background-position: 25px center;
}

#faq .card .card-body {
    padding: 0 60px 15px 60px;
    text-align: justify;
}

#faq .btn {
    padding: 0;
    background: transparent;
    color: #323438;
    font-size: 1.1rem;
    text-align: left;
    border: none;
}

#faq .btn:hover {
    border-color: transparent;
    text-decoration: none;
}

#faq .btn:focus {
    border: none;
    text-decoration: none;
}

#faq ul {
    margin-left: -25px;
}

#faq ul li {
    padding-left: 15px;
}

#faq ul li::marker {
    color: #2684ff;
}

@media (min-width: 320px) and (max-width: 480px) {
    #faq .card .card-body {
        padding: 0 20px 15px 60px;
    }
}

/* Form control */

input[type="submit"] {
    padding: 15px 50px;
    text-align: center;
    background: #2684ff;
    color:#fff;
    border: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    line-height: 1.5;
    border-radius: .25rem;
    font-weight: 600;
    font-size: 1rem;
    margin: 15px 0 0;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
textarea {
    padding: 10px;
    margin: 10px 0 10px 0;
}

textarea.form-control {
    height: 60px;
    margin-top: 10px;
}

form label {
    font-weight: 600;
    color:#98A0A8;
    width: 100%;
    margin-bottom: 0;
}

form span {
    padding: 0 0 0 30px;
    font-size: 13px;
    opacity: 0.7;
}

form span.info {
    background: url('../img/icon_info.svg') no-repeat 0 center;
    background-size: auto;
    background-size: auto 17px;
}

.wpcf7-form-control-wrap {
    padding: 0;
}

.form-control::placeholder {
    color: #98A0A8;
    opacity: 0.7;
}

textarea .form-control {
    height: 60px !important;
}

.small-title h2 {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 15px;
    letter-spacing: 1px;
}

.small-title h2:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 4px;
    position: absolute;
    background:#2684ff;
    margin: auto;
    bottom: 0;
    left: 0;
    right: auto;
}

/* HRD Partner Registration */

#hrdPartnerRegistration {
    margin-top: 15px;
}

#hrdPartnerRegistration h3 {
    font-weight: 600;
    font-size: 1.3rem;
    color:#323438;
    margin: 0 0 15px 0;
    border-left: 6px solid#2684ff;
    display: block;
    padding-left: 25px;
}

#hrdPartnerRegistration fieldset {
    margin-bottom: 15px;
}

#hrdPartnerRegistration fieldset label {
    margin: 0;
}

#hrdPartnerRegistration input[type="checkbox"] {
    margin-left: -15px;
}

.rule-text {
    margin: 0 0 0 -15px;
    font-weight: 500;
}

@media (min-width: 320px) and (max-width: 480px) {
    .rule-text {
        margin: -20px 0 0 10px;
    }
}


/* Kontakt */

.contact {
    padding: 60px 0;
}

.contact .entry-header h1 {
    font-weight: 600;
    color:#323438;
    margin: 0 0 15px;
    border-left: 6px solid#2684ff;
    display: block;
    padding-left: 25px;
}

.contact .entry-content {
    font-size: 1.1rem;
    margin: 0;
}

.contact-box {
    padding: 30px;
    border-radius: 5px;
    text-align: left;
    border: 1px solid#eee;
    background:#fff url("../img/mask_grey_small.svg")no-repeat right top;
    background-size: 60% auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-box h2 {
    font-weight: 600;
    font-size: 1.3rem;
    color:#323438;
}

.contact-box table td,
.contact-box table th {
    border: none;
    padding: 5px 0;
}

.contact-box table tbody tr {
    border-left: none;
}

.contact-box table tbody tr:hover {
    background: transparent;
    border-left: none;
}

@media (min-width: 320px) and (max-width: 767px) {
    .contact-box {
        margin-top: 20px;
    }
}

/* Regulaminy */

.regulations a {
    display: block;
    padding: 10px 30px;
    background: url('../img/icon_double_arrow_blue.svg') no-repeat left center;
    color: #72777c;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
}

.regulations .entry-content a {
    color: #72777c !important;
    font-size: 1rem;
}

ol {
    margin-left: -25px;
}

ol li {
    padding-left: 15px;
    margin-bottom: 10px;
}

 ul {
    margin-left: -25px;
}

/* Site content */

.section-content {
    padding: 60px 0;
}

.section-content .entry-header {
    margin: 0 0 30px;
}

.section-content h1 {
    margin: 0;
    font-weight: 600;
    color:#323438;
    text-align: left;
}

.section-content .entry-content {
    margin: 0;
    font-size: 1.1rem;
    text-align: justify;
}

.section-content .entry-content h2 {
    font-weight: 600;
    font-size: 1.6rem;
    color:#323438;
    margin: 0 0 15px 0;
    text-align: left;
    border-left: 6px solid#2684ff;
    display: block;
    padding-left: 25px;
}

.section-content .entry-content h2:not(:first-child) {
    margin-top: 30px;
}

.section-content .entry-content h3 {
    font-size: 1.4rem;
    color:#323438;
    font-weight: 600;
}

.section-content .entry-content a {
   color: #2684ff;
}

.section-content .entry-content ul {
    margin-left: -25px;
}

.section-content .entry-content ul li {
    padding-left: 15px;
    margin-bottom: 10px;
}

.section-content .entry-content ul li::marker {
    color: #2684ff;
}

table {
    color: #72777C;
    font-size: 1rem;
    margin-bottom: 0;
}

table thead tr:nth-child(2) {
    background: #fff;
}

table thead tr:nth-child(2) td {
    border-top: 0;
    color:#72777C;
    font-weight: 600;
    padding: 15px 35px;
}

table thead th {
    border: 0;
    color: #98a0a8;
    background: #f5f5f5;
    
}

table td,
table th {
    border-top: 1px solid #f5f5f5;
    padding: 15px 25px;
    vertical-align: baseline;
    text-align: left;
}

table tbody tr {
    border-left: 4px solid transparent;
    transition: background-color 0.3s ease-out;
}

table tbody tr:hover {
    color: #72777C;
    background-color: #EFF6FF;
    border-left: 4px solid #2684ff;
}

table > thead:first-child > tr:first-child th:first-child {
    border-radius: 3px 0 0 3px;
}

table > thead:first-child > tr:first-child th:last-child {
    border-radius: 0 3px 3px 0;
}

.syntaxhighlighter {
    border: 2px solid #f5f5f5;
    border-radius: 3px !important;
}

.syntaxhighlighter .plain,
.syntaxhightlighter {
    color: #323438 !important;
    font-size: 0.9rem !important;
}

.syntaxhighlighter .code {
    padding: 10px !important;
    font-size: 0.9rem !important;
}

.syntaxhighlighter table td.code .line:not(:first-child) {
    margin-top: 8px !important;
}

.syntaxhighlighter table td.gutter .line:not(:first-child) {
    margin-top: 8px !important;
    font-size: 0.9rem !important;
}

.arrow-links {
    margin-bottom: 0;
}

.arrow-links a {
    display: block;
    padding: 5px 30px;
    background: url('../img/icon_double_arrow_blue.svg') no-repeat left center;
    color: #72777c !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
}

.wp-block-button__link {
    background: transparent;
    padding: 10px 30px;
    color:#72777c !important;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-image: url('../img/icon_double_arrow_blue.svg');
    background-repeat: no-repeat;
    background-position: left center;
    text-align: left;
    border-radius: 0;
}

.wp-block-columns:last-child {
    margin-bottom: 0;
}

.boxes .box {
    padding: 0 30px 30px;
    margin: 0;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #eee;
    background:#fff url("../img/mask_grey_small.svg")no-repeat right top;
    background-size: auto;
    background-size: 60% auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #323438;
}

.boxes {
    padding: 30px 0 60px 0;
}

.boxes .box .logo,
.boxes .box .icon {
    display: flex;
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
}

.boxes .box .title {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #4383ff;
}

.boxes .box .subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.boxes .box .content p {
    color: #727272;
}

.boxes .box:hover .content p {
    color: #fff;
}

.boxes .box:hover {
    box-shadow: none;
    background:#0074e4 url("../img/mask_blue_small.svg") no-repeat right top;
    background-size: auto;
    background-size: 60% auto;
    color: #fff;
}

.boxes .box:hover .title {
    color: #fff;
}

.info-boxes {
    color:#fff;
    padding: 60px 0;
    background:#0074e4 url('../img/mask_statements.svg') no-repeat left center;
    background-size: auto;
    background-size: auto 100%;
}

.info-boxes .box .title {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 0 15px;
}

.info-boxes .box .content ul li {
    padding-left: 10px;
    margin-bottom: 10px;
}

.info-boxes .box .content ul li::marker {
    color: #4aa7f9;
}

.boxes > .container > .row > div {
    margin: 15px 0;
}

iframe {
    width: 100%;
    display: block;
}

.img-rounded img {
    border-radius: 5px;
}

@media (min-width: 320px) and (max-width: 480px) {
    #socials {
        display: none;
    }
  }

@media only screen and (max-width: 767px) { 
    .info-boxes {
        background-position: 30% 0;
    }
}

@media only screen and (max-width: 780px) {
    .img-rounded {
        margin-top: 15px;
    }

    .wp-block-image img {
        margin-top: 15px
    }
}

/* Testimonials */

.boxes-testimonials {
    padding: 60px 0;
}

.boxes-testimonials .box {
    padding: 30px;
    margin: 0;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #eee;
    background:#fff url("../img/mask_grey_small.svg")no-repeat right top;
    background-size: auto;
    background-size: auto;
    background-size: 60% auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color:#323438;
}

.boxes-testimonials .content {
    margin-bottom: 15px;
    color:#72777C;
    font-size: 1.1rem;
}

.boxes-testimonials .box .author {
    font-size: 1.2rem;
    font-weight: 600;
}

.boxes-testimonials .box .company {
    color:#2684ff;
    font-weight: 600;
    font-size: 1.2rem;
}

.boxes-testimonials > .container > .row > div {
    margin: 15px 0;
}

/* Archive */

.blog main,
.archive main {
    padding: 60px 0;
}

.blog .page-header,
.archive .page-header {
    margin: 0 0 30px;
}

.blog .page-header h1,
.archive .page-header h1 {
    margin: 0;
    font-weight: 600;
    color:#323438;
    text-align: left;
}

.blog .entry-title a,
.archive .entry-title a {
    font-weight: 600;
    font-size: 1.6rem;
    color:#323438;
    margin: 0 0 15px 0;
    text-align: left;
    border-left: 6px solid#2684ff;
    display: block;
    padding-left: 25px;
}

.blog .entry-header img,
.archive .entry-header img {
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 30px;
}

.blog .entry-meta,
.archive .entry-meta {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:#98A0A8;
}

.blog .entry-content,
.archive .entry-content {
    margin: 15px 0 0;
}

.blog .entry-content p,
.archive .entry-content p {
    text-align: justify;
    font-size: 1.1rem;
}

.archive .entry-content ul,
.archive .entry-content ul {
    margin-left: -25px;
}

.blog .entry-content ul li,
.archive .entry-content ul li {
    padding-left: 15px;
    margin-bottom: 10px;
}

.blog .entry-footer .btn,
.archive .entry-footer .btn {
    padding: 10px 30px;
    background: url('../img/icon_double_arrow_blue.svg') no-repeat left center;
    color:#72777c;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
} 

.blog .entry-content ul li::marker,
.archive .entry-content ul li::marker {
    color: #2684ff;
}

.blog article,
.archive article {
    margin: 0 0 30px 0;
    border-bottom: 1px solid #eee;
}

.blog .entry-footer,
.archive .entry-footer {
    margin: 0 0 20px 0;
}

a.page-numbers {
    text-decoration: none;
    color:white;
    border: 2px solid #2684ff;
    color: #2684ff;
    border-radius: 3px;
    margin: 0 5px;
    transition: ease-in-out 0.3s;
}

.page-numbers {
    font-size: 1.2rem;
    padding: 8px 16px;
    transition: background-color .3s;
}

.page-numbers.dots {
    text-decoration: none;
    color:white;
    border: 2px solid #2684ff;
    color: #2684ff;
    border-radius: 3px;
    margin: 0 5px;
    padding: 8px 12px;
}

.page-numbers.current {
    color:#fff;
    background: #0074e4;
    border: 2px solid transparent;
    border-radius: 3px;
}

.page-numbers:hover:not(.current) {
    background:#2684ff;
    color: #fff;
}

@media (min-width: 320px) and (max-width: 480px) {
    a.page-numbers {
        margin: 0;
    }
}

/* Slider */

.tp-bullet-title {
    display: none;
}

/* Thumbnail */

.page-thumbnail::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/mask_slider.svg') no-repeat center center;
    background-size: cover;
}

.page-thumbnail {
    position: relative;
    width: 100%;
    display: block;
}

.page-thumbnail img {
    max-width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.page-thumbnail .entry-header .entry-title {
    position: absolute;
    top: 40%;
    font-weight: 600;
    font-size: 60px;
    color: #fff;
}

.new-domains .boxes .box .subtitle {
    font-size: 1.6rem;
}

.new-domains .info-boxes .box {
    text-align: center;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid#21d735;
    margin: 20px 0 0;
    background:#21d735;
    color:white;
    border-radius: 3px;
}

span.wpcf7-not-valid-tip {
    padding: 0;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
    border: 2px solid#ecdf1f;
    margin: 20px 0 0;
    background:#ecdf1f;
    color:#323438;
    border-radius: 3px;
}

@media screen and (max-width: 991px) and (min-width: 500px) {
    .page-thumbnail .entry-header .entry-title {
        font-size: 50px;
    }
  }

@media screen and (max-width: 500px) {
    .page-thumbnail .entry-header .entry-title {
        font-size: 32px;
    }
}