/*
	Theme Name: FertilizerDaily
	Description: https://app.activecollab.com/155526/my-work?modal=Task-7431-28
	Version: 1.1.2
	Author: Constantine Golub / Steffnomidi
	Author URI: http://constantinegolub.com http://Steffnomidi.ru

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
/**,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}*/
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

.post h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
}

.post p, .post li {
    font-size: 16px;
}

.post-border {
    border: 1px solid #e5e5e5;
    padding: 29px 30px 21px;
    margin-bottom: 20px;
}

#custom-twitter-feeds-widget-2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.quotes-table {
    font-size: 13px;
}

#select-year {
    float: right;
}

.diez {
    vertical-align: top;
}

.diez .number {
    display: inline-block;
    width: 25px;
    height: 23px;
    padding: 2px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #23bd73;
    border: 1px solid #23bd73;
    color: #fff;
    border-radius: 4px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.diez .number:hover {
    background: #32d587;
    text-decoration: none;
    border: 1px solid #32d587;
}

.diez.outline .number {
    border: 1px solid #23bd73;
    color: #23bd73;
    background: none;
    cursor: default;
}

.diez .number.disabled {
    background: #ddd;
    border-color: #ddd;
    color: #fff;
    pointer-events: none;
    cursor: default;
}

.social {
    text-align: center;
}

.social .url {
    padding-bottom: 1em;
}

.social-details .social {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-right: 8px;
}

.social-details .social.social-fb {
    background: #3b5999;
}

.social-details .social.social-vk {
    background: #4c75a3;
}

.social-details .social.social-tw {
    background: #55acee;
}

.social-details .social.social-yt {
    background: #cd201f;
}

.rating-table th {
    font-size: 14px;
    font-weight: 800;
    color: #333;
    text-align: left;
    padding: 10px;
    position: relative;
}

.rating-table th.text-center {
    text-align: center;
}

.rating-table td {
    vertical-align: top;
    padding: 10px;
}

.rating-table td:first-child,
.rating-table th:first-child {
    padding-left: 0;
}

.rating-table td:last-child {
    padding-right: 0;
}

.rating-table td.number {
    vertical-align: top;
    /* padding-top: 28px; */
}

.rating-table td.number .diez .number {
    width: 29px;
    height: 24px;
    padding: 5px 0 0 0;
}

.rating-table td.company-logo {
    text-align: center;
    line-height: 60px;
}

.rating-table td.company-logo img {
    max-width: 90px;
    max-height: 90px;
    height: auto;
    vertical-align: middle;
}

.rating-table td.company-name {
    width: 90%;
    vertical-align: top;
}

.rating-table td.company-name h4 {
    font-size: 16px;
    font-weight: 800;
    color: #23bd73;
    padding: 0 0 8px 0;
    line-height: 15px;
}

.rating-table td.company-name .product p,
.rating-table td.company-name .product {
    color: #79797a;
    font-size: 12px;
}

.rating-table td.company-name .country {
    color: #79797a;
    font-size: 12px;
    padding-bottom: 6px;
}

.rating-table td.company-name .country .strong {
    font-weight: bold;
}

.rating-table td.company-name .country .flag-icon {
    border: 1px solid #ddd;
}

.rating-table td.volume,
.rating-table td.rating {
    /* padding-top: 30px; */
}

.rating-table td.volume {
    font-size: 14px;
    color: #333;
    font-weight: 800;
}

.rating-table td.rating {
    width: 0%;
    white-space: nowrap;
}

.rating-table td.rating .stars {
    position: relative;
    font-size: 14px;
    color: #f6b700;
}

.rating-table td.rating .stars i {
    margin-left: 2px;
}

.rating-table span.mask {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    background: rgba(255, 255, 255, .9);
    overflow: hidden;
    direction: rtl;
}

.rating-table td.rating .stars span.mask i {
    color: #ccc;
    -moz-text-fill-color: #fff;
    -webkit-text-fill-color: #fff;
    -moz-text-stroke: .05em #ccc;
    -webkit-text-stroke: .05em #ccc;
}

.rating-table td.toggler .spoiler {
    white-space: nowrap;
    background: #fff;
    padding: 3px 5px;
    border-radius: 3px;
    color: #333;
    font-weight: 600;
}


.rating-table td.toggler {
    /* padding-top: 29px; */
}

.rating-table .company-details {
    width: 55%;
    vertical-align: top;
}

.rating-table .company-details div {
    padding-bottom: 10px;
}

.rating-table .rating-details {
    vertical-align: top;
}

.rating-table .rating-details td {
    padding: 0 0 5px 0;
    width: 90%;
}

#trands .rating-table td.rating {
    min-width: 80px;
}

.post.request-add-company {
    font-size: 0;
}

.post.request-add-company .right {
    width: 25%;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

.post.request-add-company .right>div {
    background: #23bd73;
    color: #fff;
}

.post.request-add-company .right:hover {
    cursor: pointer;
}

.post.request-add-company .right>div {
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}

.post.request-add-company .right>div i {
    font-size: 30px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.post.request-add-company .left {
    width: 70%;
    padding-right: 5%;
    display: inline-block;
    font-size: 14px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Tooltips */
.tooltip-toggle {
    cursor: pointer;
}

.tooltip-toggle i {
    font-style: normal;
    display: inline;
    border-bottom: dashed 1px #333;
}

.tooltip-toggle::before {
    position: absolute;
    bottom: 38px;
    left: -50px;
    background-color: #444;
    border-radius: 5px;
    color: #fff;
    content: attr(data-tooltip);
    padding: .2rem .5rem .3rem;
    text-transform: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 250px;
    min-width: 170px;
    font-weight: 400;
}

.tooltip-toggle::after {
    position: absolute;
    top: 1px;
    left: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #444;
    content: " ";
    font-size: 0;
    line-height: 0;
    margin-left: -5px;
    width: 0;
}

.text-center.tooltip-toggle::after {
    left: 50%;
}

.tooltip-toggle:nth-child(2)::after {
    left: 12px;
}

.tooltip-toggle:hover::before,
.tooltip-toggle:hover::after {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tooltip-toggle::before,
.tooltip-toggle::after {
    color: #efefef;
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 600;
    opacity: 0;
    pointer-events: none;
    text-align: center;
}

.tooltip-toggle:nth-child(1)::before {
    max-width: 100px;
    min-width: 100px;
    left: -30px;
}

.tooltip-toggle:nth-child(4)::before {
    max-width: 250px;
    min-width: 230px;
}

.alfabet {
    padding-bottom: 20px;
}

.catalog a {
    text-decoration: none;
}

.catalog .row {
    margin: 15px -15px 5px;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.catalog .row .col-helf {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 2.5em;
    box-sizing: border-box;
}

.catalog .company {
    padding: 0 0 1em;
}

.catalog .company h2 {
    padding: 0 0 5px;
}

.catalog h2 a {
    color: #333;
    transition: color .2s;
}

.catalog h2 a:hover, .catalog h2 a:active {
    color: #23bd73;
}

.company-content a {
    text-decoration: none;
}

.company-content table td {
    vertical-align: top;
}

.company-content .logo-company img {
    height: auto;
    max-width: 200px;
}

.company-content .label-green {
    background: #23bd73;
}

.company-content .label-green:hover {
    background: #32d587;
}

.company-content .widget {
    padding-bottom: 1.3em;
}

.company-content .title-company {
    padding-bottom: 1em;
}

.company-content .etc-company {
    padding-top: 1em;
}

.company-content .title-company {
    padding-right: 1.5em;
}

.company-content .title-company .description-company {
    padding-top: 1.5em;
}

.company-content .title-company h1 {
    margin: 0;
}

.single-directory .articles li.title {
    padding: 1.3em 1em 0;
    border-top: 1px solid #eee;
}

.single-directory .articles li.title h2 {
    color: #bbb;
}

.transit {
    font-size: .7em;
    position: relative;
    display: inline-block;
    left: -.15em;
}

.transit-up {
    top: .1em;
}

.transit-up:after {
    content: "";
    background: url(customs/img/shu.svg);
    background-size: 9px 9px;
    position: absolute;
    font-size: .7em;
    top: -1em;
    left: -.1em;
    width: 9px;
    height: 9px;
}

.transit-down {
    top: -.4em;
}

.transit-down:after {
    content: "";
    background: url(customs/img/shd.svg);
    background-size: 9px 9px;
    position: absolute;
    font-size: .7em;
    bottom: -1em;
    left: -.1em;
    width: 9px;
    height: 9px;
}

.flag-icon {
    border: .01em solid rgba(0, 0, 0, .1);
}

/* cf7 forms tables */
.formtable {
    display: flex;
}

.formtable [class^="btn-"], .formtable [class*=" btn-"] {
    display: block;
    background-color: #2ebf79;
    color: #fff;
    border: none;
    padding: 11px 21px;
    min-height: 42px;
}

.formtable [class^="btn-"] input, .formtable [class*=" btn-"] input {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.formtable h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
}

.formtable {
    font-size: 16px;
    display: flex;
}

.formtable .cell {
    padding: 12px 12px 0 12px;
}

.formtable ::placeholder {
    color: #ccc;
    opacity: 1;
}

/* All */
.formtable ::-webkit-input-placeholder {
    color: #ccc;
}

/* Chrome/Opera/Safari */
.formtable ::-moz-placeholder {
    color: #ccc;
}

/* Firefox 19+ */
.formtable :-moz-placeholder {
    color: #ccc;
}

/* Firefox 18- */
.formtable :-ms-input-placeholder {
    color: #ccc;
}

.formtable ::-ms-input-placeholder {
    color: #ccc;
}

.formtable :placeholder-shown {
    color: #ccc;
}

/* Standart! */
.formtable span.wpcf7-not-valid-tip {
    font-size: .65em;
}

.footer-inner .formtable [class*=" btn-"] {
    width: 100%;
}

.pdfemb-viewer {
    /* plugin PDF Viewer */
    position: relative;
}

.articles {
    float: left;
    width: 100%;
}

.cat_links:after {
    clear: both;
}

.cat_links_header {
    float: left;
}

.post_meta_list {
    margin-bottom: 20px;
}

.post_meta_list a {
    text-transform: capitalize;
}
