/*
 * Base structure
 */
 
html {
	height: 100%;
}

body {

	
    /*background: rgba(241,232,242,1);
    background: -webkit-linear-gradient(rgba(241,232,242,1), #ffffff);
    background: -o-linear-gradient(rgba(241,232,242,1), #ffffff);
    background: -moz-linear-gradient(rgba(241,232,242,1), #ffffff);
    background: linear-gradient(rgba(241,232,242,1), #ffffff);
    background-repeat: no-repeat;
    background-attachment: fixed;*/
    background: #ffffff;
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
	
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Sidebar
 */
 
.logo {
	padding-bottom: 20px;
}

.logo img {
	cursor: pointer;
}

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
/*	background: rgba(41,10,173,0.14);*/
    border-right: 1px solid #cccccc;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  font-family: Arial, sans-serif;
  color: #9419cd;
  font-size: 1.5em;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #9419cd;
}

.nav-social a:hover {
  background-color: none;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}

h1 {
	padding-bottom: 40px;
	font-family: Arial, sans-serif;
	color: #760aad;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
opacity: 0.5;
cursor: pointer;
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

/* about */

.about-highlight img {
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}

/* modal / portfolio highlights */

.modal {
	background: rgba(0,0,0,0.5);
}

.modal-dialog {
	width: 75%;
}

.modal-header {
	border-color: #c581e4;
}

.modal-header .close {
	color: #ffffff;
}

.modal-content {
	background: rgba(255,255,255,0.7);
	font-family: Arial, sans-serif;
	color: #010101;
	font-size: 1.3em;
	width: 100%;
}

.modal-body {
	min-height: 200px; /* height of thumbnail image */
}

.modal-body a {
	color: #010101;
}

.modal-body img {
	padding-right: 2%;
}

#highlight-preview .modal,
#highlight-preview .modal-content {
  background: transparent;
  box-shadow: none;
  border: none;
}

#highlight-preview .modal-dialog {
  width: 620px; /* image width */
}

#highlight-preview .modal-header,
#highlight-preview .modal-footer {
  border: none;
}

#highlight-preview .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  font-size: 2em;
  text-shadow: none;
  color: #f1f1f1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.wpcf7-submit {
	font-size: 1em !important;
}
.wpcf7-submit:hover {
	background: none;
	color: #000;
}