/**
* Inchoo
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Please do not edit or add to this file if you wish to upgrade
* Magento or this extension to newer versions in the future.
** Inchoo *give their best to conform to
* "non-obtrusive, best Magento practices" style of coding.
* However,* Inchoo *guarantee functional accuracy of
* specific extension behavior. Additionally we take no responsibility
* for any possible issue(s) resulting from extension usage.
* We reserve the full right not to provide any kind of support for our free extensions.
* Thank you for your understanding.
*
* @category Inchoo
* @package SocialConnect
* @author Marko Martinović <marko.martinovic@inchoo.net>
* @copyright Copyright (c) Inchoo (http://inchoo.net/)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

div.inchoo-socialconnect-facebook{
    
    height: 30px !important;
    
}

div.inchoo-socialconnect-facebook-inner a{
    /* background: transparent url("../../../images/bg-button3.png") repeat-x scroll left top !important;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    color: #ff7c00 !important;
    float: left !important;
    font-family: "Coustard","Open Sans",Arial,Helvetica,sans-serif;
    font-size: 98%;
    height: 35px !important;
    padding: 7px 0 0;
    text-align: center;
    width: 98%; */
}


div.disconect-facebook a {
    height: 37px !important;
    float: left !important;
    margin-left: 30px !important;
    background-color: transparent;
    background: url(../../../images/desv_fb.png) repeat-x top left !important;
    padding: 0 5px !important;
    text-shadow: 1px 1px #1c376d;
    width: 255px;
    font-size: 0;
    display: block;
}

div.inchoo-socialconnect-facebook-right{
    float: left !important;
    height: 30px !important;
    width: 3px !important;


}

div.inchoo-socialconnect-facebook-inner a{
    /* color: #ff7c00 !important; */
    text-decoration: none !important;
    line-height: 30px !important;
}    

.desktop-only{
    display: block;
}
.mobile-only {
    display: none;
}
.new-users .buttons-set{
    margin-top: 34px;
}

div.inchoo-socialconnect-facebook-inner a i {
        background: #fff;
        border-radius: 50%;
        margin-right: 10px;
        color: #405ea1;
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-weight: normal;
}

div.inchoo-socialconnect-facebook-inner a i::before{
   
    vertical-align: middle;
}


@media only screen and (max-width: 900px) {
    .inchoo-socialconnect-login-lower-facebook{
        width: 100% !important;
    text-align: center;
    display: flex;
    justify-content: center;
    }
    .registered-users .buttons-set{
        flex-direction: column-reverse;
    }
    .inchoo-socialconnect-login{
        width: 100% !important;
    }
    .customer-account-login .login-btn{
        width: 100% !important;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .registered-users .buttons-set button.button,.inchoo-socialconnect-login-lower-facebook .buttons-set,.inchoo-socialconnect-login-lower-facebook .buttons-set .clearer,.customer-account-login .account-login div.inchoo-socialconnect-facebook-inner a{
        width: 100% !important;
    }
    .desktop-only{
        display: none;
    }
    .new-users .buttons-set button.mobile-only {
        display: block;
        width: 100% !important;
    }
}
