/*
 Theme Name:     Astrum Child ACC
 Description:    Astrum Child Theme - use to customize theme without loosing any changes after update
 Author:         You
 Template:       astrum-theme
 Version:        1.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../astrum-theme/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */
#footer .container, #footer-bottom {padding-left: 14%;} /*Moving Footer to the right - for option with 3 columns w/o Newsletter*/

/*.container .columns { padding-left: 70px;}*/
#aq-block-215-1 {padding-left: 12%;}  /*Navigaring Page Builder widget ACChome*/

.headline  {padding-left: 20px;} /*Padding left the ACC sidebar headlines*/

/*#titlebar {padding-right: 800px;}*/ /*ACC title padding*/
#titlebar h2 {font-size:30px;font-weight:bold;} /*Font styling of header h2*/
/*Used for responsive indent of the Page titles h2, e.g. ACC*/
@media (min-width: 1200px) {
#titlebar h2 {padding-left: 315px;}. }
@media only screen and (min-width: 935px) and (max-width: 1199px) {
#titlebar h2 {padding-left: 270px;}. }
@media only screen and (max-width: 934px) {
#titlebar h2 {padding-left: 213px;}. }
@media only screen and (max-width: 760px) {
#titlebar h2 {padding-left: 10px;}. }

.list-3 ul li {line-height:150%}/*Line spacing in Benefits list of ACC page*/

.menu ul > li > a {padding: 24px 18px 30px 18px;} /*Used for the decrease/increase of header menu indicator*/
.sub-menu.sf-js-enabled {width: 238px;} /*Pop down menu of main nav menu*/