/*
 Theme Name:   APSM
 Theme URI:    http://www.afternet.gr
 Description:
 Author:       Afternet
 Author URI:   http://www.afternet.gr
 Template:     broker
 Version:      1.0.0
*/

/* Menu */
.cg-header-fixed .menu, .cg-primary-menu .menu {
    text-align: center;
}

.cg-primary-menu .menu > li a::before {
    display: none;
}

/* Partners Contact Form */

#gform_submit_button_3, #gform_submit_button_2 {float:right;background:#252b39; color:#fff}


/* Footer */
.footer-copyright {
    text-align: center;
}

.gs1-banner {
    margin-top: 80px;
    background-image: url(/wp-content/uploads/2017/04/GS1_banner.png);
    background-repeat: no-repeat;
    width: 229px;
    height: 135px;
}

.first-footer .widget-2 {
    margin-top: 15px;
}
/*
.first-footer .widget-3  {
    margin-top: 40px;
}
*/
.first-footer p.contact-details {
    font-weight: 300;
    margin-right: 20px;
    font-size: 14px;
    line-height: 18px;
}
.first-footer ul li {
    font-weight: 300;
    font-size: 14px;
    line-height: 2em !important;
    text-transform: uppercase;
}

#home-news .wpb_text_column,
#home-vendor,
#home-customer,
#home-distributors,
#home-about-us {
    text-align: center;
}

.vc_btn3 {
    color: #fff !important;
    background-color: #fb2947 !important;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 40px;
}

#home-news .vc_btn3-container {
    display: none;
}

#home-about-us .wpb_content_element {
    margin-bottom: 25px;
}

/* Home Distributors Carousel */
#home-distributors .cg-logos .row .item {
    border: inherit;
    padding: 30px 25px;
}

#home-news .vc_gitem-link {
    color: #24345d;
    text-transform: uppercase;
}

#home-distributors .owl-carousel .owl-item img {
    width: inherit;
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

#home-distributors .owl-carousel {
    overflow: hidden;
}

/* Seperator */
hr.apsm {
    width: 110px;
    border-top: 1px solid #24345d;
    text-align: center;
    margin: 20px auto 40px auto;
}

hr.apsm:after {
    font-family: FontAwesome;
    content: '\f111';
    display: inline-block;
    position: relative;
    top: -13px;
    padding: 0 12px;
    background: #ffffff;
    font-size: 4px;
    color: #24345d;
}

#home-vendor hr.apsm:after {
    background: #e7e7e7;
}

#home-customer hr.apsm:after,
#home-about-us hr.apsm:after {
    background: #f4f4f4;
}

/* Header */
/*.home .header-wrapper,*/
/*.home .breadcrumbs-wrapper {*/
    /*display: none;*/
/*}*/
.cg-menu-below .cg-extras .cg-header-details {
    font-size: 14px;
    font-weight: 300;
}

.cg-menu-below .cg-extras .cg-header-details i {
    color: #fb2947 !important;
}
/*.ion-ios-telephone-outline::before {*/
    /*content: inherit;*/
    /*background-image: url(/wp-content/themes/apsm/images/phone.svg);*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
/*}*/



.cg-menu-below .cg-extras .search-field {
    border: solid 1px #5275b5;
}

/* WPML Switcher */
.wpml-ls-legacy-dropdown {
    width: inherit;
}

.wpml-ls-legacy-dropdown a {
    display: inherit;
    border: inherit;
    background-color: inherit;
    padding: inherit;
    line-height: inherit;
}

.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
    color: inherit;
    background: #f4f4f4;
}
.wpml-ls-legacy-list-horizontal {
    padding: inherit;
}
.wpml-ls-legacy-list-horizontal a {
    padding: 0 10px;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: inherit;
    background: #f4f4f4;
    padding-right: 16px;
}

.top-bar-right div {
    float: right;
}

.top-bar-left {
    font-style: italic;
    font-weight: 300;
}

/* Header Social */
.top-bar-right .social {
    margin-bottom: inherit;
}

.top-bar-right .social li {
    display: inline;
    margin-right: 20px;
    margin-top: 3px;
}


@media only screen and (max-width: 768px) {
    #home-customer-mobile {
        display: block;
    }

    #home-customer {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    #home-customer-mobile {
        display: none;
    }

    #home-customer {
        display: block;
    }
}