/*
 Theme Name:   Continal Child
 Theme URI:    http://demo.thememodern.com/continal
 Description:  In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
 Author:       Ocean Theme Team
 Author URI:   http://vegatheme.com
 Template:     continal
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
 Text Domain:  continal-child
*/

@import url("../continal/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
header .logo {
    height: 100%;
    margin-top: 40px;
    float: left;
}
.nav .main-menu > li {
    display: inline-block;
}
footer .gallery-icon.landscape{
    position: relative;
    display: block;
    width:100%;
}
footer .gallery-icon.landscape img {
    width: 85px;
    position: relative;
    display: inline-block;
    padding: 2px;
    float: left;
}
.contact-info i {
    float: none;
    padding: 0;
    border: none;
    min-width: 16px;
}
.wppm-login-nav,.wppm-logout-nav{display: inline-block; padding-left: 18px; background-size: 14px 14px; background-repeat: no-repeat; background-position: left center;} 
.wppm-login-nav{background-image: url('./images/login.png');} 
.wppm-logout-nav{background-image: url('./images/power-off.png');}
.top-info .socials {
    padding-top: 5px;
}
.loggedin-user-info{ 
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    text-align: left;
    padding: 8px;
}
.loggedin-user-info .user-avatar{
    width: 32px;
    height: 32px;
    display: block;
    margin: auto;
    border-right: 1px solid #f2f2f2;
    padding-right: 5px !important;
    text-align: center;
}
.loggedin-user-info .display_name{
    margin-left: 5px;
}
.loggedin-user-info .urole{
    font-size: 10px !important;
    font-weight: 500;
}
@media only screen and (min-width: 601px) {
    .top-info.user-ingo-block{ 
        padding: 40px 20px;
        margin: auto;
        text-align: left;
    }
    .loggedin-user-info .user-avatar .avatar {
        border-radius: 50%;
        margin: auto !important;
        box-shadow: -2px 0 2px 0 #0202026b;
    }
}
.ai1wm-emphasize {
    -webkit-animation: ai1wm-emphasize 1s infinite;
    animation: ai1wm-emphasize 1s infinite;
}