/**
 * @file
 * Subtheme specific CSS.
 */

/* Start of 4 Column CSS */
#container4 {
  clear:left;
  float:left;
  width:100%;
  overflow:hidden;
  background:#fffff3; /* column 4 background colour */
}
#container3 {
  clear:left;
  float:left;
  width:100%;
  position:relative;
  right:25%;
  background:#fffff3; /* column 3 background colour */
}
#container2 {
  clear:left;
  float:left;
  width:100%;
  position:relative;
  right:25%;
  background:#fffff3; /* column 2 background colour */
}
#container1 {
  float:left;
  width:100%;
  position:relative;
  right:25%;
  background:#fffff3; /* column 1 background colour */
}


.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%155, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/********************* added 11th nov 2020   navbar-toggle ***/ 
.navbar-custom {
     /* border-color: #9b6bcc;*/
}


.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(155,107,204, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler .navbar-toggler {
  /* border-color: #9b6bcc;*/
} 

.eerr_content {
  padding-top: 0px;
  padding-bottom: 0px;
}


.eerr-site-footer {
  border:0;  

}


/**************************************** Header ****************************************/
.eerr__title-container {
    background: #fcfcfc;
    border-top: solid 1px #eee;tab
    border-bottom: solid 1px #eee;
    padding: 10px 0 6px;
    margin-bottom: 1em;
}




.eerr__title {
    color: #666;
    font-size: 22px;
    margin-top: 8px;
}





/**************************************** Menu ****************************************/
.dropdown-item.active, .dropdown-item:active {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}



/**************************************** Content ****************************************/

/**
 * Tables.
 */

 tr {
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
  background: transparent;
}



table {
  width: 100%;
  font-size: 0.923em;
  margin: 0 0 10px;
  border: 1px solid #bebfb9;
}
table td,
table th {
  vertical-align: middle;
  padding: 8px 10px;
  border: 0;
  color: #000;
}
tr.even,
tr.odd {
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #bebfb9;
  background: #f3f4ee;
}
tr.odd {
  background: #fff;
}
tr.drag {
  background: #fe7;
}
tr.drag-previous {
  background: #ffb;
}
table th {
  text-transform: uppercase;
  background: #e1e2dc;
  font-weight: normal;
  border-width: 1px;
  border-style: solid;
  border-color: #bebfb9;
  padding: 3px 10px;
}
/**
 * Force browsers to calculate the width of a 'select all' TH element.
 */
table th.select-all {
  width: 1px;
}
table th.active {
  background: #bdbeb9;
}
table th a {
  display: block;
  position: relative;
}
table th.active a {
  padding: 0 25px 0 0; /* LTR */
}
table th.active img {
  position: absolute;
  top: 3px;
  right: 3px; /* LTR */
}
table td.active {
  background: #e9e9dd;
}
table tr.odd td.active {
  background: #f3f4ee;
}
table tr.selected td.active,
table tr.selected td {
  background: #ffc;
  border-color: #eeb;
}
table.system-status-report tr {
  border-bottom: 1px solid #ccc;
}
table.system-status-report tr.ok {
  color: #255b1e;
  background-color: #e5ffe2;
}
table.system-status-report tr.info {
  color: #040f37;
  background-color: #bdf;
}
table.system-status-report tr.warning {
  color: #840;
  background-color: #fffce5;
}
table.system-status-report tr.error {
  color: #8c2e0b;
  background-color: #fef5f1;
}
/**
 * Exception for webkit bug with the right border of the last cell
 * in some tables, since it's webkit only, we can use :last-child
 */
tr td:last-child {
  border-right: 1px solid #bebfb9; /* LTR */
}



p {
/*margin-left: 50px;  */
margin-left:  0px;
}

h3 {
margin-left: 50px;
}


.node img {
    max-width: 100%;
    height: auto;
}

article h2 {
    font-size: 22px;
}

@media (min-width: 768px) {
    .eerr__homebg {
        background: url(../images/bg__home.jpg) no-repeat;
        height: 400px;
        width: 1400px;
 
    }
}

.purchase {
    padding: 25px 0 30px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    background: #fcfcfc;
    margin-bottom: 10px;
}

.purchase span {
    color: #666;
    display: block;
    font-size: 24px;
    line-height: 35px;
    font-weight: normal;
    margin-bottom: 12px;
    font-family: "Open Sans", Arial, sans-serif;
}

.purchase p {
    margin-bottom: 0;
}

.btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #72c02c;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

.btn-u {
    background: #9b6bcc;
}

.btn-u-lg, a.btn-u-lg {
    font-size: 18px;
    padding: 10px 25px;
}



.purchase .btn-buy a {
    margin-top: 27px;
}

.purchase .btn-buy {
    text-align: center;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.eerr__homebg-container {
  margin-bottom: 10px;
}

.page-news-events .views-row {
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.service {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px 15px 10px;
}

.service .service-icon {
    float: left;
    padding: 10px;
    color: #72c02c;
    font-size: 60px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service .desc {
    padding: 0 15px;
    overflow: hidden;
}

.service .desc h4 {
    font-size: 22px;
    line-height: 25px;
}

.header .dropdown > a:after {
    display: none !important;
}




    /**************************************** Footer ****************************************/
.footer {
    border-top: none;
    background: #272727;
}

.copyright {
    background: #222;
    padding: 10px 0 5px;
}

.copyright p {
    color: #eee;
    margin-top: 14px;
}

.footer a,
.copyright a,
.footer a:hover,
.copyright a:hover {
    color: #9b6bcc;
}

.footer-socials {
    margin-top: 12px;
    text-align: right;
}

.footer-socials li a {
    color: #777;
    font-size: 16px;
}

