/*
	Theme Name: NG Studio
	Theme URI: 
	Description: 
	Version: 
	Author: 
	Author URI: 
	Text Domain: NG
	Domain Path: /languages/
	Tags:
	License:
	License URI: 
*/

/*
PLEASE DO NOT EDIT THIS FILE! 
This file is only to recognize basic theme data like name and version.
Instead use the style.css file located your child theme folder 'goya-child' to add your own styles.
If you  want to add small css snippets you can also use the Custom CSS field in Appearance -> Customize -> Custom Code
*/

#pojo-a11y-toolbar {
    bottom: 150px !important;
    top: unset !important;
}
.pojo-a11y-toolbar-toggle {
    bottom: 0px !important;
}

.top-bar .topbar-right > *:not(:first-child) {
    margin-left: 0 !important;
    margin-right: 20px !important;
}

.megamenu-fullwidth .et-header-menu>li.menu-item-mega-parent>.sub-menu:before {
    width: 200vw;
    transform: translateX(50%) !important;
}

.et-header-menu>li.menu-item-mega-parent>.sub-menu:before {
    left: unset !important;
    right: 0;
    width: 100%;
}

.top-bar .et-top-menu > li:last-child > a {
    padding-right: 15px !important;
}

.joinchat__message {
    text-align: right;
}

.joinchat__header {
padding: 0 26px 0 70px!important;
}


.header .logolink .logoimg {
    max-width: 262px !important;
}

@media only screen and (max-width: 767px) {
.col-12.col-md-6.col-lg-3.footer1 {
    text-align: center;
    padding-bottom: 15px;
} }


@media only screen and (max-width: 991px) {
.mobile-header-icons > * {
    margin-left: 0 !important;
    margin-right: 12px;
} 

.footer-items.footer-left {
    display: none !important;
}

.footer-bar .copyright, .footer-bar-social {
    padding-top: 5px !important;
    padding-bottom: 10px !important;
}

.footer-bar .footer-right>* {
    margin-right: 0px !important;
}

}