.full-submenu { background-color: var(--clay); } .full-submenu a { background-color: transparent !important; } .full-submenu .avia-menu-text { font-size: 18px; color: #fff; transition: .5s; } .full-submenu .avia-menu-text:hover { opacity: .8 !important; } .full-submenu li a { border-color: #f4f4f4 !important; } .custom-btn { display: inline-block; background-color: var(--green); color: #fff !important; padding: 8px 25px; border-radius: 3px; margin-top: 15px; font-size: 17px; } .custom-btn:hover { opacity: .9; } .training-table tr td { position: relative; padding: 25px 25px 25px 90px; color: #333; font-size: 16px; background: #fff; border: none !important; } .training-table tr td:before { content: ''; position: absolute; left: 20px; background: var(--coral); color: #fff; font-size: 30px; width: 45px; height: 45px; line-height: 45px; text-align: center; border-radius: 100%; } .training-table tr:nth-child(1) td:before, .training-table tr:nth-child(4) td:before, .training-table tr:nth-child(5) td:before, .training-table tr:nth-child(8) td:before{ background: var(--green); } .training-table tr:nth-child(1) td:before { content: '1';} .training-table tr:nth-child(2) td:before { content: '2';} .training-table tr:nth-child(3) td:before { content: '3';} .training-table tr:nth-child(4) td:before { content: '4';} .training-table tr:nth-child(5) td:before { content: '5';} .training-table tr:nth-child(6) td:before { content: '6';} .training-table tr:nth-child(7) td:before { content: '7';} .training-table tr:nth-child(8) td:before { content: '8';} .training-table tbody { display: grid; gap: 25px; grid-template-columns: 1fr; } @media (min-width: 990px) { .training-table tbody { grid-template-columns: repeat(2, 1fr); } } .training-table tr { border: 1px solid #e2e2e2; background: #fff !important; } .alternate_color table { background: transparent; } .custom-cell { background-color: #f1f1f1; padding: 25px; } .custom-row { display: grid; gap: 10px; grid-template-columns: 1fr; } .custom-row-breath em { display: block; } @media (min-width: 768px) { .custom-row { grid-template-columns: repeat(2, 1fr); } .custom-cell { padding: 30px; } } @media (min-width: 1251px) { .custom-row { grid-template-columns: repeat(3, 1fr); } .custom-cell:nth-child(2), .custom-cell:nth-child(4){ background-color: #e5ecec; } .custom-row-breath .custom-cell:nth-child(4){ background-color: #f1f1f1; } .custom-cell:nth-child(2) h4, .custom-cell:nth-child(4) h4{ color: #008686; } .custom-row-breath .custom-cell:nth-child(4) h4 { color: #333; } .custom-cell:nth-child(3), .custom-cell:nth-child(5){ background-color: #f7eae5; } .custom-cell:nth-child(3) h4, .custom-cell:nth-child(5) h4{ color: #700700; } } @media (max-width: 1250px) { .custom-cell:nth-child(2), .custom-cell:nth-child(5){ background-color: #e5ecec; } .custom-cell:nth-child(2) h4, .custom-cell:nth-child(5) h4{ color: #008686; } .custom-cell:nth-child(3), .custom-cell:nth-child(6){ background-color: #f7eae5; } .custom-cell:nth-child(3) h4, .custom-cell:nth-child(6) h4{ color: #700700; } } .custom-cell h4 { font-size: 20px; color: #000; position: relative; padding-bottom: 20px; margin-bottom: 20px; } .custom-cell h4:after { content: ''; width: 60px; height: 2px; left: 0; bottom: 0; background: var(--coral); position: absolute; } .custom-cell strong { color: #333; } .custom-cell h4 em { display: block; margin-top: 12px; } @media (min-width: 990px) { .colored-table { width: 900px !important; max-width: 100% !important; } } .colored-table th { text-align: center; background-color: var(--green); font-size: 16px; } .colored-table td.bolder-text { width: 110px; text-align: center; } .inner-link { color: var(--coral) !important; } .inner-link:hover { opacity: .85; }