/*
Theme Name: Antek-Child
Theme URI: https://parkofideas.com/antek/
Text Domain: antek-child
Description: Construction And Heavy Equipment Rentals Wordpress Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Template: antek
Author: ideapark
Author URI: https://ideapark.com/antek-documentation/
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* =Theme customization starts here
-------------------------------------------------------------- */


h2,h3,h4,h5,h6 {
    color: var(--text-color);
    margin: var(--h1-h6-margin);
    hyphens: auto;
    line-height: 1.2;
    font-weight: bold;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
}

@media (max-width: 1169px) {

    h2 {
        font-size: calc(26px + (14 * ((100vw - 320px) / (1169 - 320))));
    }

    h3 {
        font-size: calc(22px + (8 * ((100vw - 320px) / (1169 - 320))));
    }

    h4 {
        font-size: calc(20px + (4 * ((100vw - 320px) / (1169 - 320))));
    }

    h5 {
        font-size: calc(18px + (2 * ((100vw - 320px) / (1169 - 320))));
    }

    h6 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 25px;
    }
}
.c-blog__grid-wrap {
    justify-content: flex-start;
}
.wpml-ls-current-language .c-top-menu__submenu {
    width: 100px;
}
.wpml-ls-current-language a img, .c-mobile-menu__subitem a img {
    margin-right: 5px;
}
.c-header__top-row-html a {
    text-decoration: none;
}
.c-post {
    width: 100%;
}
.glsr-reviews .glsr-review {
    background: #f5f5f5;
    border:  1px solid #ccc;
    border-radius:  3px;
    padding: 25px;
}
.glsr-tag-value {
    padding-left: 5px;
}
.glsr-label.glsr-label-rating span {
    font-weight: bold;
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
}
.glsr-default button.glsr-button span {
    color:  white;
}
.glsr-default button.glsr-button {
    background: #34318f;
    color:  white!important;
    border:  none;
}
.btn-primary:hover {
    background: #34318f;
    color:  white!important;
    border:  none;
}
.c-blog__list-wrap {
    width: 100%;
}
.meta-author {
    color: var(--text-color);
}
.meta-author-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.news-about-author-profile img {
    max-height: 5rem;
    max-width: 5rem;
    border-radius: 3rem;
}
.author-post-title {
    font-weight: 700;
}
.news-about-author-profile {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}
.news-about-author-info {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-direction: column;
}
.news-about-author-column {display: flex; padding-bottom:2rem; gap: 20px;}
@media(max-width: 600px){
    .author-bio{
        flex-wrap:wrap;
    }
    .author-info-container,.author-about {
        width:100%;
    }
    .author-post-card{
        width:90%;
    }
}
.author-post-thumbnail img {width: 100%;max-height: 10rem;object-fit: cover;object-position: top;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.author-post-card-text {padding-top: 0.5rem;}
.news-about-author-info a {padding: 0.5rem;border: 1px #34318f solid;background: #34318f;color: #fff;}
.news-about-author-info a:after {content:' >'}
.news-about-author-info a:hover {color:#fff}
.news-about-author-info a:visited {color:#fff}
.checkcontainer a {
    font-size: 14px;
    color: #a8a8a8;
    text-decoration: underline;
}


.section-related .c-post-grid {
    width: calc(25% - 30px);
}
.section-related .c-post-grid__content-wrap {
    padding: 20px 20px 25px 20px;
}
.container-gray {
    background-color: #f5f5f5;
    border: solid 1px #dddddd;
}
.form-section {
    padding-top: 45px;
    padding-bottom: 45px;
}
.form-section .form-control {
    outline: none;
    border: solid 2px #ffffff;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #000000;
    -webkit-box-shadow: 0 2px 7px 0 rgba(89, 89, 89, 0.12);
    -moz-box-shadow: 0 2px 7px 0 rgba(89, 89, 89, 0.12);
    box-shadow: 0 2px 7px 0 rgba(89, 89, 89, 0.12);
}
.form-section .title {
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
}
.form-section .subtitle {
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
}
.text-blue {
    color: #34318f;
}
.text-center {
    text-align: center !important;
}
.form-section .form-consultation {
    margin-top: 25px;
}
.checkcontainer {
    text-align: center;
    margin-bottom: 50px;
}
@media (min-width: 1170px) {
    .c-header__top-row-item {
        padding: 0 20px;
        font-size: 16px;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.author-bio {
    display: flex;
    padding: 2rem;
    background-color: #f5f5f5;
    border: solid 1px #dddddd;
}
.author-info {    
    display: flex;
    flex-direction: row-reverse;
}
.author-about {
    width: 50%; 
    padding-top: 1rem; 
    padding-left: 2rem;
}
.author-info img {
    width: 5rem;
    height: 5rem; 
    border-radius:3rem;
}
.author-photo {
    padding-right: 3rem;
}
.author-contacts-title {
    padding-left: 0.5rem;
    font-weight: 800;
}
.certificates-row .item {
    padding-left: 15px;
    padding-right: 15px;
}

.certificates-row .item > a {
    display: inline-block;
}

.certificates-row .item > a > img {
    width: 100%;
}

.partners-row .slick-track,
.certificates-row .slick-track {
    display: flex;
}

.partners-row .slick-track .slick-slide,
.certificates-row .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.partners-row .slick-arrow,
.certificates-row .slick-arrow {
    z-index: 1;
    width: 50px;
    height: 50px;

}

.partners-row .slick-prev,
.certificates-row .slick-prev {
    left: 0;
}

.partners-row .slick-arrow:before,
.certificates-row .slick-arrow:before {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.partners-row .slick-next,
.certificates-row .slick-next {
    right: 0;
}

.partners-row .slick-next:before,
.certificates-row .slick-next:before {
    content: url(img/angle-arrow-right-orange.svg);
    opacity: 1;
}

.partners-row .slick-next:hover:before,
.certificates-row .slick-next:hover:before {
    content: url(img/angle-arrow-right-blue.svg);
}

.partners-row .slick-prev:before,
.certificates-row .slick-prev:before {
    content: url(img/angle-arrow-left-orange.svg);
    opacity: 1;
}

.partners-row .slick-prev:hover:before,
.certificates-row .slick-prev:hover:before {
    content: url(img/angle-arrow-left-blue.svg);
}

.certificates-section {
    padding: 0;
}

.certificates-row {
    padding-left: 65px;
    padding-right: 65px;
    margin-top: 49px;
    margin-bottom: 39px;
    visibility: hidden;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.contacts-content {
    padding-top: 95px;
    padding-bottom: 53px;
}

.contacts-content .text {
    position: relative;
    padding-left: 54px;
    font-size: 22px;
    color: #000000;
    margin-bottom: 42px;
}

.contacts-content .text * {
    font-size: inherit;
    line-height: 35px;
}

.contacts-content .text .icon-orange {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 30px;
}

.contacts-content .text .title {
    font-size: 22px;
    line-height: 35px;
    color: #bababa;
    text-transform: uppercase;
}

.contacts-content .text .contact-link {
    font-size: 22px;
    line-height: 35px;
}

.map-section {
    height: 450px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.map-section iframe {
    width: 100%;
    height: 100%;
}

.category-sub-header {
    margin-top: 100px;
}
.category-sub-header .text {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}
.category-sub-header .text .icon-orange {
    font-size: 36px;
}

.h2 {
    font-size: 40px;
}
.h2 {
    color: var(--text-color);
    margin: var(--h1-h6-margin);
    hyphens: auto;
    line-height: 1.2;
    font-weight: bold;
}
@media (max-width: 1169px) {
    .h2 {
        font-size: calc(26px + (14 * ((100vw - 320px) / (1169 - 320))));
    }
}
.recommended-products-slider {
    visibility: hidden;
}

.recommended-products-slider .slick-arrow {
    z-index: 1;
    width: 26px;
    height: 26px;
    border: solid 2px #34318f;
    border-radius: 3px;
}

.recommended-products-slider .slick-arrow:hover {
    border-color: #e98a55;
}

.recommended-products-slider .slick-prev {
    left: auto;
    right: 50px;
    top: -67px;
}

.recommended-products-slider .slick-arrow:before {
    width: 22px;
    height: 22px;
    display: inline-block;
}

.recommended-products-slider .slick-next {
    right: 15px;
    top: -67px;
}

.recommended-products-slider .slick-next:before {
    content: url(img/angle-arrow-right-blue-sm.svg);
    opacity: 1;
}

.recommended-products-slider .slick-next:hover:before {
    content: url(img/angle-arrow-right-orange-sm.svg);
}

.recommended-products-slider .slick-prev:before {
    content: url(img/angle-arrow-left-blue-sm.svg);
    opacity: 1;
}

.recommended-products-slider .slick-prev:hover:before {
    content: url(img/angle-arrow-left-orange-sm.svg);
}

.recommended-products-slider .slick-slide {
    padding-bottom: 68px;
}

.recommended-products-slider .slick-slide .blue-back {
    bottom: 24px;
}

.recommended-products-slider-container {
    padding-bottom: 93px;
}

table, .table {
    margin-bottom: 55px;
    border: none;
    width: 100%;
}

table thead th,
.table thead th {
    border-bottom: none;
    color: #ffffff;
    font-family: Ubuntu-Medium;
    font-weight: 400;
    font-size: 18px;
    vertical-align: top;
}

table td, table th,
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border: none;
}

table thead,
.table thead {
    background-color: #e98a55;
}

table tbody tr:nth-of-type(2n),
.table-striped tbody tr:nth-of-type(2n) {
    background-color: #fbfbfb;
}

table tbody tr:nth-of-type(2n+1),
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #ffffff;
}

.cat-price-table {
	max-width: 700px;
	margin: 0 auto;
	border-collapse: collapse;
}
.cat-price-table a, .cat-price-table a:hover, .cat-price-table a:visited{
	text-decoration: underline;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto !important;
    display: flex !important;
}

.slick-slide > div {
    display: flex;
    width: 100%;
}
.comments-wrapper {
    margin-top: 75px;
}
.comments-head {
    font-size: 20px;
    padding: 23px 20px 24px 30px;
    background-color: #f6f6f6;
    margin-bottom: 35px;
}

.comments-head > span {
    font-family: inherit;
    font-size: inherit;
}

.comments-head .icon-orange {
    font-size: 14px;
    vertical-align: middle;
}

.comments-head .rating {
    font-size: 16px;
    vertical-align: middle;
}

.comment-item,
.comment {
    position: relative;
    list-style: none;
}

.comment:before {
    display: none;
}

.comment .avatar {
    display: none;
}

.comment-item .date,
.comment .date {
    position: absolute;
    font-size: 14px;
    right: 0;
    top: 2px;
}

.comment-item .date .icon-gray,
.comment .date .icon-gray {
    margin-right: 8px;
    font-size: 16px;
}

.comment-item .name,
.comment .name {
    font-size: 18px;
    margin-bottom: 13px;
    color: #e98a55
}

.comment-item .parameter,
.comment .parameter {
    display: inline-block;
    width: 105px;
    font-size: 14px;
 }

.comment-item .recommended-products-row .item .desc>p,
.comment .desc {
    font-size: 14px;
    display: inline-block;
    width: calc(100% - 110px);
}

.comment-item .comment-title,
.comment .comment-title {
    font-size: 14px;
    float: left;
    width: 105px;
}

.comment-item p,
.comment p {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 21px;
}

.comment-item {
    padding-left: 105px;
}

.comment .reply {
    border-bottom: solid 1px #f7f7f7;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.comment-item .comment-reply-link,
.comment .comment-reply-link {
    font-size: 18px;
    color: #34318f;
}

.tag-block {
    background-color: #f6f6f6;
    padding: 11px 20px 13px 20px;
    margin-top: 31px;
    font-size: 16px;
}

.tag-block .icon-gray {
    margin-left: 12px;
    margin-right: 1px;
}

.tag-block span, .tag-block a {
    font-size: 14px;
    color: #34318f;
}

.product-tabs > li > a {
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px 28px;
    cursor: pointer;
    border-bottom: solid 2px #ffffff;
}

.product-tabs > li > a:hover {
    border-bottom: solid 2px #e98a55;
}

.product-tabs > li > a.active {
    color: #000000;
    border-bottom: solid 2px #e98a55;
}

.product-tabs-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

.product-tabs-wrapper .news-tab-content {
    padding-top: 50px;
    padding-bottom: 23px;
}
.navbar-nav, .news-tabs {
    margin-left: 0;
}
.navbar-nav li, .news-tabs li {
    padding: 0;
    padding-left: 10px;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
input[name="order-detail"], .link-to-product {
    display: none;
}
.desc-wrapper .rating-socicon-block {
    margin-bottom: 8px;
}

.desc-wrapper .rating-socicon-block .icon-orange {
    font-size: 15px;
}

.desc-wrapper .rating {
    font-size: 16px;
}

.desc-wrapper .rating.text-blue {
    margin-left: 10px;
}

.desc-wrapper .socicon-wrapper {
    float: right;
}

.desc-wrapper .socicon-wrapper .icon-orange {
    font-size: 20px;
}

.desc-wrapper .socicon-wrapper a {
    padding: 5px 8px;
}

.desc-wrapper .socicon-wrapper a:last-child {
    padding-right: 0;
}

.desc-wrapper .review-count-wrapper {
    margin-bottom: 34px;
}

.desc-wrapper .review-count {
    border-bottom: solid 1px #e98a55;
    padding-bottom: 1px;
}

.desc-wrapper .short-desc {
    margin-bottom: 36px;
}

.desc-wrapper .btn-rounded {
    width: 100%;
    margin-bottom: 20px;
}
.btn-orange {
    background-color: #e98a55;
}
.btn-orange:hover {
    background-color: #E9B055;
}
.c-header__callback-wrap {
    padding: 40px;
    max-width: 650px;
}

.c-header__callback-content h3 {
    margin: 20px 0;
}
.c-header__callback-content .form-body .item-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: 32%;
    display: inline-block;
}
.c-header__callback-content .form-body .item {
    text-align: center;
    margin-bottom: 0;
}
.c-header__callback-content .form-body .item .img-wrapper {
    height: 260px;
    padding-bottom: 15px;
    position: relative;
}
.c-header__callback-content .form-body .item .img-wrapper > a {
    display: block;
    line-height: 233px;
    height: 233px;
}
.c-header__callback-content .form-body .item .img-wrapper img {
    height: 100%;
    width: auto;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center !important;
}
:is(.entry-content,div[class*="-text-editor"]) tr td, .comment-content tr td {
    padding: 7px;
    line-height: 24px;
}
@media(max-width: 767px){
    .category-sub-header {
				margin-top: 50px;
		}
		.category-sub-header .text {
        margin-bottom: 20px;
    }
}
@media(max-width: 600px){
    .author-bio{
        flex-wrap:wrap;
    }
    .author-info-container,.author-about {
        width:100%;
    }
    .author-post-card{
        width:90%;
    }
    .c-header__callback-content .form-body .item-wrapper {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}
@media (max-width: 1100px) {
    .section-related .c-post-grid {
        width: calc(50% - 30px);
    }
    
}
@media (max-width: 829px) {
    .c-post__related-list {
        margin-top: 45px;
        display: flex;
        flex-direction: row;
        margin-right: 0;
        justify-content: space-between;
        align-items: stretch;
    }
}
@media (max-width: 620px) {
    .section-related .c-post-grid {
        width: 100%;
    }
    
}
@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
.c-post-grid__thumb-wrap {
    background-color: #ffffff;
}
.c-post-grid__thumb {
    width: calc(100% - 30px) !important;
    height: calc(100% - 30px) !important;
    margin: 15px;
    -o-object-fit: contain;
    object-fit: contain;
}
.c-blog__grid-wrap .c-post-grid, .c-post__related-list .c-post-grid {
    border: solid 1px #dddddd;
}

.post-type-archive-news .c-post-grid__thumb {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.dce-posts-container.dce-is-ratio .dce-post-image .dce-img img {
    position: absolute;
    width: calc(100% - 30px) !important;
    height: calc(100% - 30px) !important;
    margin: 15px;
    -o-object-fit: contain;
    object-fit: contain;
    top: unset;
    left: unset;
    transform: unset;
}

@media (min-width: 1170px) {
    .c-header__top-row-item a:hover {
        color: var(--header-color-accent);
    }
}

::-moz-selection {
    background: #e98a55;
    color: #fff;
}

::selection {
    background: #e98a55;
    color: #fff;
}