/**
Child Theme

*** Overwrite Logo and color of admin-bar and login screen from child theme **/

#wpadminbar li#wp-admin-bar-gn-site_title a { background-image: url(https://www.golfnations.com/wp-content/uploads/2017/04/golf_nations_header.png) !important; }

body.login { background-color: #070707 !important; background-image: url(https://www.golfnations.com/wp-content/uploads/2017/04/bg-img-4.jpg); }
div#login {background: #232121;}
.login h1 a { background: url(https://www.golfnations.com/wp-content/uploads/2017/04/golf_nations_header.png) center center no-repeat; }
.login .message {margin:0px !important;}

/*** ***/


/*Adjust padding globally for Froala editing boxes. This is also done separately in the my clubhouse pages plugin*/
.fr-box.fr-basic .fr-element {
    padding: 0 20px 0 20px;
}
