/**
Theme Name: ECO Design Studio group
Author: eRadionica
Author URI: https://www.eradionica.com
Description: Fully customizable WordPress theme for business website. Child theme of Astra.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eco-design-studio-group
Template: astra
*/
/* Header */
.site-header-above-section-right .language-picker { margin: 0 0 0 91px; }
/* Content */
h1.entry-title { text-align: center; }
/* Mobile */
@media only screen and (max-width: 991px) {
    #content { margin-top: 160px; }
}
/* Desktop */
@media only screen and (min-width: 992px) {
    #content { margin-top: 300px; }
    .mobile { display: none; }
}
/* End of Content */
/* Footer */
.site-footer .ast-footer-html-1 p,
.site-footer .ast-footer-html-1 p a,
.site-footer .ast-footer-html-2 p a,
.site-footer .ast-footer-html-3 p a { color: #ebebeb; }
.site-footer .ast-footer-html-1 p,
.site-footer .ast-footer-html-2 p,
.site-footer .ast-footer-html-3 p { font-size: 14px; }
.site-footer .ast-footer-html-1 p a:hover,
.site-footer .ast-footer-html-2 p a:hover,
.site-footer .ast-footer-html-3 p a:hover {
    color: #e1e1e1;
    text-decoration: underline;
}
.ast-footer-copyright p a {
    color: #ebebeb;
    text-decoration: none;
}
.ast-footer-copyright p a:hover {
    color: #e1e1e1;
    text-decoration: underline;
}
#terms { font-size: 16px; }
#developer { font-size: 14px; }
/* End of Footer */