/*   
Theme Name: Imonomy
Theme URI: 
Description: imonomy theme
Author: gertz
Author URI: ваш-URI
Version: 1.01

*/

@media screen and (max-width: 1440px) {
    .advantages {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .advantages-block:first-of-type h3 {
        margin: 10px 0 10px;
    }
    .advantages-block:nth-of-type(even) h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .reviews {
        padding-top: 40px;
    }
    .advantages-block h3 {
        margin: 10px 0 10px;
    }
    .advantages-block p {
        margin-bottom: 10px;
    }
    .page-publisher .section {
        padding-top: 75px;
    }
    .page-ads .section.fp-section {
        padding-top: 420px;
    }
}

.about-list p {
    font-family: "Gotham Small", sans-serif;
    font-size: 18px;
}

.about-list>div:last-of-type p {
    font-family: "Gotham Medium", sans-serif;
    font-size: 20px;
}

@media screen and (max-width: 414px) {
    .see-how .btn {
        font-size: 10px;
        width: 59%;
    }
}

@media screen and (max-width: 414px) {
    .link-next a {
        width: 68px;
    }
}

@media screen and (max-width: 769px) {
    .menu-open .responsive-nav {
        -webkit-transform: translateX(0);
    }
}

@media screen and (max-width: 769px) {
    .section.first:not(.fp-section) {
        padding-top: 150px;
    }
}

@media screen and (max-width: 769px) {
    .contact-form-container.contacts .left {
        padding-top: 72px;
    }
}

textarea {
    resize: none;
}

@media screen and (max-height: 769px) {
    .demo-mobile {
        height: 525px;
        padding: 64px 57px;
    }
    .demo-mobile iframe {
        height: 547px;
        width: 147%;
        transform: scale(0.71);
        transform-origin: 0 0;
    }
}

#WizardCompletion {
    display: inline-block !important;
}

#ContactAbout {
    display: inline-block !important;
}

.main-menu .active {
    color: #ff9c00;
}

.header-top .signup {
    float: right;
    font-size: 15px;
    margin-top: 6px;
    margin-right: 7px;
}

@media screen and (min-width: 1900px) {
    .header-top .signup {
        margin-top: 7.2x;
    }
}

@media screen and (max-width: 769px) {
    .signup {
        display: none;
    }
}

.title-orange-pub b {
    color: #fff;
    background-color: #ff9c00;
    font-size: 80px;
    text-transform: uppercase;
    font-family: "Refrigerator Bold", sans-serif;
}

.title-pub {
    letter-spacing: .5px;
    font-family: "Refrigerator Bold", sans-serif;
    font-size: 36px;
    line-height: 50px;
    color: #636363;
    text-transform: uppercase;
}

@media screen and (max-width: 414px) {
    .contact-form-container .left {
        padding-top: 20px;
    }
    .title-orange-pub b {
        font-size: 25px;
    }
    .title-pub {
        font-size: 20px;
    }
}

@media screen and (max-width: 769px) {
    .title-pub {
        line-height: 32px;
        padding-top: 10px;
    }
    .title-orange-pub b {
        font-size: 60px;
    }
}

@media screen and (max-width: 1200px) {
    .contact-form-container .left-pub {
        padding-top: 50px;
    }
    .title-orange-pub b {
        font-size: 60px;
    }
}

@media screen and (max-height: 769px) {
    .page-product .section {
        padding-top: 85px !important;
    }
}


/*header switcher*/

.header-top .dropdown {
    display: inline-block;
    float: right;
    margin-right: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    background-color: #f9f9f9;
    margin-top: 1px;
}

.dropdown-content a:hover {
    color: #ff9c00
}

.dropdown:hover .dropdown-content {
    display: block;
}

.lang-nav span {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-transform: capitalize;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: gray;
    color: white;
    text-align: center;
    font-size: 15px;
}

.lang-nav a {
    display: inline-block;
    margin: 10px;
}

@media screen and (max-width: 769px) {
    .header-top .dropdown,
    .header-top .signup {
        display: none !important;
    }
}

.main-menu li:hover .sub-menu {
    z-index: 1;
    opacity: 1;
}

.sub-menu {
    padding: 5px 0px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 120px;
    transition: opacity linear 0.15s;
    background: #f9f9f9;
    margin-top: 5px;
}

.sub-menu li {
    font-size: 16px;
    display: inline-block;
    margin-top: 1px;
    margin-right: 0;
    width: 100%;
}

.sub-menu li:not(:first-child) {
    border-top: 1px solid #C8C8C8;
}

.sub-menu li a {
    padding: 10px 30px;
    display: block;
}

@media screen and (max-width: 769px) {
    .responsive-nav li:nth-of-type(5):after,
    .responsive-nav li:nth-of-type(9):after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        display: block;
        width: 230px;
        position: absolute;
        margin-left: -115px;
        height: 1px;
        background-color: #d9d9d9;
    }
    .responsive-nav li:nth-of-type(4):after,
    .responsive-nav li:nth-of-type(7):after {
        content: none !important;
    }
    .responsive-nav li:nth-of-type(4),
    .responsive-nav li:nth-of-type(7) {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .responsive-nav li:nth-of-type(5),
    .responsive-nav li:nth-of-type(9) {
        margin-bottom: 10px !important;
        padding-bottom: 10px !important;
    }
}


/*header switcher*/

.header-top .dropdown {
    display: inline-block;
    float: right;
    margin-right: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    background-color: #f9f9f9;
    margin-top: 1px;
}

.dropdown-content a:hover {
    color: #ff9c00
}

.dropdown:hover .dropdown-content {
    display: block;
}

.lang-nav span {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-transform: capitalize;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: gray;
    color: white;
    text-align: center;
    font-size: 15px;
}

.lang-nav a {
    display: inline-block;
    margin: 10px;
}

@media screen and (max-width: 769px) {
    .header-top .dropdown,
    .header-top .signup {
        display: none !important;
    }
}

.main-menu li:hover .sub-menu {
    z-index: 1;
    opacity: 1;
}

.sub-menu {
    padding: 5px 0px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 120px;
    transition: opacity linear 0.15s;
    background: #f9f9f9;
    margin-top: 5px;
}

.sub-menu li {
    font-size: 16px;
    display: inline-block;
    margin-top: 1px;
}

.sub-menu li a {
    padding: 10px 0 10px 10px;
    display: block;
}

@media screen and (max-width: 480px) {
    .my-cover .screenshot-desktop img {
        width: 66px !important;
        margin-top: 70px !important;
        margin-left: 70px !important;
    }
}

@media screen and (max-width: 480px) {
    .my-cover .screenshot-tablet img {
        width: 58px !important;
        margin-top: 40px !important;
        margin-left: 28px !important;
    }
}

@media screen and (max-width: 480px) {
    .my-cover .screenshot-mobile img {
        margin-top: 32px !important;
    }
}


/**german fixes***/

.publisher-de .publisher-heading .fl-l {
    font-size: 42px;
}

@media screen and (max-width: 1440px) {
    .publisher-de .publisher-heading .fl-l {
        font-size: 36px;
    }
    .publisher-de .screenshot-list {
        height: 354px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .publisher-de #MobStartPublisher {
        margin-top: 10px;
        padding: 5px 6px;
    }
    .network-de .fl-l h2 {
        font-size: 31px !important;
        line-height: 27px;
    }
    .network-de .fl-l .btn {
        margin-top: 5px;
    }
    .product-de .heading span::before {
        content: "\A";
        white-space: pre;
    }
    .product-de .heading {
        margin-top: 0;
        padding: 0;
    }
    .about-de #ContactAbout {
        display: block;
        float: none;
        width: 75%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .publisher-de .screenshot-list {
        height: 236px;
    }
    .publisher-de .section:first-of-type {
        padding-top: 165px;
    }
}

.contact-de .contact-form-container .right .field_item .btn {
    padding-right: 30px;
    padding-left: 30px;
}

.product-de .heading {
    margin-top: 0;
    padding: 0;
}

@media screen and (min-width: 1900px) {
    .de .numbers-list p {
        font-size: 30px;
    }
}

@media screen and (max-width: 380px) {
    .de .slogan h1 b {
        font-size: 44px;
    }
    .de .slogan h1 strong {
        font-size: 42px;
    }
}

@media screen and (min-width: 380px) and (max-width: 414px) {
    .de .slogan h1 strong {
        font-size: 50px;
    }
}

.publisher-heading .btn {
    color: #fff;
    background-color: #fe9e07;
}

.page-heading .btn {
    color: #fff;
    background-color: #fe9e07;
}

@media screen and (min-width: 1000px) and (max-width: 1500px) {
    .page-ads .section .resize:after {
        background-position-y: -225px;
        background-position-x: -225px;
    }
}

@media screen and (max-width: 1440px) {
    .page-publisher .screenshot-list {
        margin-bottom: 10px;
    }
    .advantages {
        padding-top: 2px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .publisher-heading h1 {
        font-size: 35px
    }
    .description h2 {
        font-size: 35px;
    }
    .description p {
        font-size: 18px;
    }
    .page-publisher .resize {
        padding-left: 112px;
    }
    .page-publisher .description {
        width: 38%
    }
    .advantages a {
        font-size: 19px;
        line-height: 28px;
    }
    .advantages img {
        width: 121px;
    }
    .publisher-heading {
        padding-bottom: 20px;
    }
}


/*franch*/

#home-fr .advantages-block:nth-child(3) p {
    padding-left: 235px;
}

#fr .publisher-heading h1 {
    font-size: 46px;
}

#fr .contact-form-container .right .field_item .btn {
    padding-right: 30px;
    padding-left: 30px;
}

s #home-fr .slogan h1 {
    width: 700px;
    font-size: 58px;
}

@media screen and (max-width: 1366px) {
    #home-fr .slogan h1 {
        font-size: 65px;
        line-height: 81px;
    }
}

.pub-fr h1 {
    font-size: 25px;
}

@media screen and (max-width: 480px) {
    .pub-fr h1 {
        font-size: 21px;
    }
    .network-fr .fl-l h2 {
        font-size: 19px !important;
        line-height: 23px;
    }
    .network-fr .fl-l h2 {
        margin-right: 100px;
    }
    .fr-head-pro {
        font-size: 20px !important;
    }
    #home-fr .slogan h1 {
        width: 100%;
        font-size: 40px;
        line-height: 50px;
    }
    #home-fr .advantages-block:nth-child(3) p {
        padding-left: 0px;
    }
    .demo-fr .btn {
        margin-top: 25px;
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
    }
    #team-fr .btn {
        height: 57px;
    }
}

@media screen and (min-width: 1900px) {
    #home-fr .slogan h1 {
        font-size: 50px;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
    #fr .publisher-heading h1 {
        font-size: 35px;
    }
    .network-fr .section:nth-of-type(1) h2 {
        font-size: 38px;
    }
}

@media screen and (max-width: 414px) {
    #home-fr .see-how .btn {
        font-size: 10px;
        width: 68%;
    }
    .slogan h1 b {
        font-size: 38px;
    }
    .page-wizard-fr .wizard-features-container {
        height: 171px;
    }
    .page-wizard-fr .wizard-features-container .item {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 375px) {
    #home-fr .header-page {
        background-size: auto 56%;
    }
    .network-fr .title_section h2 {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 440px) {
    .network-fr .title_section h2 {
        font-size: 26px;
    }
}

a.signup.SignupMenu.Signup_lg {
    color: #ff9c00;
    font-weight: 700;
}

.SignupMenu span {
    color: #43413f;
    font-weight: normal;
    margin-left: 10px;
}