/*
Theme Name: Ereg Theme
Theme URI: http://www.ereg.com.my
Author: Adam
Description: A template theme for Eras Tech. This is a child theme.
Template: materialis
Version: 1.0.0
*/

@import url("../materialis/style.css");

body,
button,
input,
select,
textarea {
}

body {
  text-align:left;
}

h2,h3,h4,h5,h6 {
  color:#555299;
}

p:last-child {
  margin-bottom: 1em;
}

a.text-logo,
a.text-logo:visited,
a.text-logo:hover {
  color: #FFFFFF;
  padding-left: 1em;
}

.dark-logo #main_menu > li.logo > a.text-logo, .dark-logo #main_menu > li.logo > a.text-logo:visited, .dark-logo #main_menu > li.logo > a.text-logo:hover, .dark-logo a.text-logo, .dark-logo a.text-logo:visited, .dark-logo a.text-logo:hover, .coloured-nav #main_menu > li.logo > a.text-logo, .coloured-nav #main_menu > li.logo > a.text-logo:visited, .coloured-nav #main_menu > li.logo > a.text-logo:hover, .coloured-nav a.text-logo, .coloured-nav a.text-logo:visited, .coloured-nav a.text-logo:hover, .fixto-fixed #main_menu > li.logo > a.text-logo, .fixto-fixed #main_menu > li.logo > a.text-logo:visited, .fixto-fixed #main_menu > li.logo > a.text-logo:hover, .fixto-fixed a.text-logo, .fixto-fixed a.text-logo:visited, .fixto-fixed a.text-logo:hover {
  color: #555299;
}

#offcanvas-wrapper .offcanvas-top .logo-holder a {
}

.logo-holder .text-logo .span12 {
}

.coloured-nav ul.dropdown-menu.simple-text-buttons > li:not(.current-menu-item):not(.current_page_item):hover > a, .coloured-nav ul.dropdown-menu.simple-text-buttons > li:not(.current-menu-item):not(.current_page_item).hover > a, .fixto-fixed ul.dropdown-menu.simple-text-buttons > li:not(.current-menu-item):not(.current_page_item):hover > a, .fixto-fixed ul.dropdown-menu.simple-text-buttons > li:not(.current-menu-item):not(.current_page_item).hover > a {
  color: #555299;
}

ul.dropdown-menu li li:hover > a, ul.dropdown-menu li li a:hover, ul.dropdown-menu li li a.hover {
  background-color: #555299;
}

.inner-header-description {
  text-align:center;
}

input[type=submit].color1, .button.color1 {
  background-color: #555299;
}

.button.color1:hover {
  background-color: #E3363F;
}

img.icon.reverse.color1, i.mdi.icon.reverse.color1 {
  background-color: #555299;
}

.post h2 {
  font-size:revert;
  line-height:revert;
  margin-bottom:1em;
}

.post p {
  margin-bottom:1em;
}

.cta-blue-section {
  background-color: #555299 !important;
}

.wp-block-list {
  margin: 0 0 16px 1.5rem;
}

.wp-block-media-text__content .gridContainer > p {
  margin-bottom:16px;
}

.wp-block-column {
  padding:1rem !important;
}

.bg-purple {
  color:#F0F0F0;
  background-color:#555299 !important;
}

.bg-yellow {
  color:#F0F0F0;
  background-color:#FFDC32 !important;
}

.bg-green {
  color:#F0F0F0;
  background-color:#28A745 !important;
}

.bg-blue {
  color:#F0F0F0;
  background-color:#1174C3 !important;
}

.bg-purple h1, .bg-purple h2, .bg-purple h3, .bg-purple h4, .bg-purple h5, .bg-purple h6,
.bg-yellow h1, .bg-yellow h2, .bg-yellow h3, .bg-yellow h4, .bg-yellow h5, .bg-yellow h6,
.bg-green h1, .bg-green h2, .bg-green h3, .bg-green h4, .bg-green h5, .bg-green h6,
.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue h6 {
  color:#FFFFFF;
}

@media (min-width: 768px) {
  .logo_col {
      max-width: 80%;
  }
}