.header {
    background-color: #481747 !important;
  	border-bottom: 10px solid #bd326f;
}

.toggle a {
    background-color: #481747 !important;;
}



.header-nav ul li a:hover, .header-nav ul li.current_page_item a {
   background-color: #481747 !important;
  color: #fff;
}

.header-nav ul li a:hover, .header-nav ul {
  background-color: #481747 !important;
    color: #fff;
}

.header-nav ul li a {
    padding: 30px 15px;
}

.button {
    background-color: #481747;
    border: 3px solid;
    color: white;
  	border-color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  font-size: 1.2em;
}

h2.section_title {
    color: #fff !important;
}

h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.5em;
    line-height: 1.5em;
}

.document-icon a {
    color: #481747 !important;
}

section {
    padding: 20px 0;
}

.BlogPost span {
    display: none;
}

.postmeta, .entry-meta {
    display: none;
}

a.rdmore {
    width: 100%;
    text-align: center;
  	color: #481747 !important;
    border: 2px solid #481747 !important;
}

.BlogPost {
    min-height: 412px !important;
}

.BlogPost img {
    width: 75%;
    height: auto;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#aboutsection.menu_page {
  padding-top: 40px;
}

#latestposts.menu_page h2.section_title {
  display: none;
  padding-bottom: 0px;
}

.innerbanner {
height: 130px;
display: none;
}

/* LOGO CAROUSEL */

.bx-wrapper ul.kiwi-logo-carousel.align-center li img {  
}

.bx-wrapper ul.kiwi-logo-carousel.align-center li div.helper { 
  width: auto !important; 
}

.bx-wrapper {
  max-width: 100% !important;
}

.bx-viewport {
  max-width: 80% !important;
  margin: auto !important;
}

.bx-next {
  border-radius: 50% !important;
  background-color: #481747 !important;
  color: #fff !important;
  height: 50px !important;
  width: 50px !important; 
  background-image: none !important;
}

.bx-prev {
  border-radius: 50% !important;
  background-color: #481747 !important;
  color: #fff !important;
  height: 50px !important;
  width: 50px !important;
  background-image: none !important;
}

.bx-prev::before {
  content: '\f053';
  font-family: FontAwesome;
  color: #fff;
  text-align: center;
  line-height: 3.2;
  margin-left: 40%;
}

.bx-next::before {
  content: '\f054';
  font-family: FontAwesome;
  color: #fff;
  text-align: center;
  line-height: 3.2;
  margin-left: 42%;
}

.bx-wrapper .bx-controls-direction a {
  opacity: 1.0 !important;
  top: 50%;
  margin-top: -16px;
  text-indent: 0px;
  color: transparent !important;
}

.UnderLine {
visibility: hidden;
}


.toggle a {
    background: url(/wp-content/uploads/2016/09/menu.png) no-repeat right center #3e3e3e;
}

/*
Document Gallery Styling 
*/

.document-gallery .descriptions.document-icon-row .document-icon {
    max-width: 100% !important;
}

.document-gallery .document-icon {
  border-color: #481747 !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-style: solid !important;
  border-width: 2px !important;
  color: #481747;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 10px 0;
  padding: 10px 10px 10px 20px;
  position: relative;
  text-decoration: none;
  zoom: 1;
  z-index: 1000;
  width: 100% !important;
  text-align: left !important;
}

.document-gallery .document-icon img {
  width: 30px;
  border: 0;
  float: left;
  margin-right: 16px;
}

.document-gallery .document-icon .title {
  display: inline;
  line-height: 2em;
  font-size: 1.5em;
  font-weight: bold;
}

.descriptions.document-icon-row {
  border-color: rgb(74, 189, 172) !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-style: solid !important;
  border-width: 2px !important;
  display: block;
  line-height: 1.2em;
  margin: 10px 0;
  padding: 10px 10px 10px 20px;
  position: relative;
  text-decoration: none;
  z-index: 1000;
  width: 100% !important;
  text-align: left !important;
  clear: both;
}

.descriptions.document-icon-row .document-icon {
  border-width: 0px !important;
}

.document-gallery .descriptions.document-icon-row img {
  width: 30px;
  border: 0;
  float: left;
  margin-right: 16px;
}

#pageboxes, #wrapsecond, #ThemeFeaturd, #ourclients, #creativeteam {
    border-top: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset;
}

#partnersarea.menu_page {
    padding-top: 30px;
    padding-bottom: 30px;
}

.bx-wrapper {
  background-color: #fff;
  border: 1px solid #c1c1c1;
}

.screen-reader-text {
  display: none;
}

.alert {
    padding-top: 10px;
    padding-bottom: 4px;
    margin: 10px;
}

.alert-info {
    background-color: #ffffff;
    border: 2px solid #481747;
}

.alert-info a {
    color: #481747 !important;
 	font-weight: bold;
    text-decoration: none;
}

.alert-info a:hover {
    text-decoration: underline;
}

#aboutsection.menu_page {
    padding-top: 40px;
    line-height: 1.7em;
}

h1.entry-title, h1.page-title {
    line-height: 1em;
}

.menu-cypservices-container {
  line-height: 2em;
}

.fixed .header-inner .header-nav ul li a {
padding: 30px 15px !important;
}


.slide_info p {
  background: #481747;
  padding: 10px 32px;
  font-size: 1.5em;
}

.slide_info a {
  font-size: 1.5em;
	color: #fff;
}