/*

Theme Name: Satellite7

Theme URI: http://demo.qodeinteractive.com/satellite/

Description: Satellite7 Theme

Tags: blog, portfolio, ajax, business, ios, apple, retina, responsive, wpml, corporate, clean, parallax, flat, multi-purpose, creative

Author: Qode Interactive

Author URI: http://www.qodeinteractive.com/

Version: 1.0.2

License: GNU General Public License

License URI: licence/GPL.txt



*/



/*

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.





Changelog



1.0.2

- Added featured posts in wide drop down menu (rethumbnail required for existing posts)

- Added transparency option for initial header color

- Removed smooth scroll from iOS devices

- Fixed content top margin when header height is changed

- Fixed Mac Chrome parallax "jittering"

- Fixed hiding of featured image on single post 





1.0.1

- Added line graph shortcode

- Added pie chart 2 (doughnut) shortcode

- Added pie chart 3 (pie) shortcode

- Added latest post shortcode

- Added "Menu in center" option to Qode Options

- Added "Header in grid" option to Qode Options

- Updated boxed version

- Updated width of wide menu drop down

- Updated smooth scroll effect

- Updated search field layout in Side Bar Area

- Updated dropdown menu to close on click of the menu item

- Fixed link on title in portfolio listing

- Fixed mobile menu opening subitems bug

- Fixed social share popup position on smaller screens

- Fixed logo loading on iPad

- Fixed contact page when recaptcha is enabled



*/

#loginform{

text-align:right;

}

#loginform input[type="text"], #loginform input[type="password"], #loginform input[type="submit"]{

text-decoration: none;

color: #545454;

font-family: "Roboto",sans-serif;

font-size: 15px;

font-weight: 300;

margin-left: 10px;

padding: 2px 4%;

height: 36px;

border: 1px solid #d9d9d9;

background-color: transparent;

border-radius: 6px;

}

#loginform input[type="submit"]:hover{

background-color: #545454;

color: #d9d9d9;

    -moz-transition: all 500ms ease-in;

    /* WebKit */

    -webkit-transition: all 500ms ease-in;

    /* Opera */

    -o-transition: all 500ms ease-in;

    /* Standard */

    transition: all 500ms ease-in;

cursor: pointer;

}

.cdb-fa-ribbon {
    position: absolute;
    top: -0.5em;
    right: 1em;
    padding: 0 10px;
    z-index: 100;
    background: #29a9db;
    color: #FFF;
    border-radius: 50%;
    line-height: 36px;
    height: 36px;
    width: 36px;
    box-sizing: border-box;
}