@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Raleway:100,200,300,500,600,700,800,900");
/*
	Phase Shift by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/
/* Basic */
/* line 12, ../sass/style.scss */
body {
  background: #000;
}
/* line 14, ../sass/style.scss */
body span, body input, body select, body textarea {
  color: #555555;
  font-family: 'Open sans', sans-serif;
  font-size: 12pt;
  font-weight: 300;
  line-height: 1.65em;
}
/* line 22, ../sass/style.scss */
body .btn-primary {
  color: #fff;
  background-color: #d84780 !important;
  border-color: #d84780 !important;
  width: 180px;
  padding: 10px;
  font-size: 20px;
}
/* line 31, ../sass/style.scss */
body .btn-primary:hover {
  color: #fff;
  background-color: #d84780 !important;
  border-color: #d84780 !important;
}
/* line 36, ../sass/style.scss */
body #mainNav {
  border: none;
  background-color: #4B3065;
  color: #fff;
  /*padding: 1.25em 1.25em 1.25em 1.25em;*/
  z-index: 100;
  box-shadow: 0 1px 28px #000;
  border-bottom: 3px solid #E36482;
}
/* line 44, ../sass/style.scss */
body #mainNav a {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  /*font-size: 19px;*/
  line-height: 76px;
  margin-top: 0px;
  margin-right: 0;
  padding: 10px 40px;
  font-family: 'Open sans', sans-serif;
  border-left: 1px solid #472C60;
}


body #mainNav ul li:last-child a {
  border-right: 1px solid #472C60;
}

body #mainNav ul li a:hover{
  background: #E36482;
}

#mainNav ul{
  margin-right: 50px;
}

/* line 48, ../sass/style.scss */
body .wrapper.style1 {
  /*background: url("../images/background-img.jpg");*/
  background: url("../images/bgg.jpg");
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  background-size: cover;
}
/* line 56, ../sass/style.scss */
body a {
  color: #d84780;
  text-decoration: none;
  margin-top: 25px;
  margin-right: 30px;
}
/* line 62, ../sass/style.scss */
body strong, body b {
  font-weight: 700;
}
/* line 66, ../sass/style.scss */
body em, body i {
  font-style: italic;
}
/* line 70, ../sass/style.scss */
body p, body ul, body ol, body dl, body table, body blockquote {
  margin: 0 0 2em 0;
}
/* line 74, ../sass/style.scss */
body p {
  line-height: 2em;
}
/* line 79, ../sass/style.scss */
body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0;
  padding: 0;
  color: #A67CCE;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
/* line 87, ../sass/style.scss */
body h1 a, body h2 a, body h3 a, body h4 a, body h5 a, body h6 a {
  color: inherit;
  text-decoration: none;
}
/* line 91, ../sass/style.scss */
body h2 {
  font-size: 1.5em;
}
/* line 94, ../sass/style.scss */
body .top30 {
  margin-bottom: 80px;
}
/* line 97, ../sass/style.scss */
body ul.style li {
  position: relative;
  padding: 3em 0em 3em 6em;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 106, ../sass/style.scss */
body #copyright {
  color: #ddd;
  color: rgba(255, 255, 255, 0.2) !important;
  text-align: center;
  display: block;
  padding: 3em 0em;
  /*background-color: #46195b;*/

  background-color: #4B3065;
}
/* line 113, ../sass/style.scss */
body #copyright a {
  text-decoration: none;
  color: #ddd;
  color: rgba(255, 255, 255, 0.4) !important;
}

/* line 127, ../sass/style.scss */
h3 {
  font-size: 1.25em;
}

/* line 131, ../sass/style.scss */
sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

/* line 137, ../sass/style.scss */
sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

/* line 143, ../sass/style.scss */
hr {
  border-top: solid 1px #888888;
  border: 0;
  margin-bottom: 1.5em;
}

/* line 149, ../sass/style.scss */
blockquote {
  border-left: solid 0.5em #888888;
  font-style: italic;
  padding: 1em 0 1em 2em;
}

/* line 155, ../sass/style.scss */
section.special, article.special {
  text-align: center;
}

/* line 159, ../sass/style.scss */
header.major {
  padding-bottom: 3em;
  text-transform: uppercase;
}

/* line 164, ../sass/style.scss */
header.major h2 {
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-weight: 800;
  font-size: 2.8em;
}

/* line 172, ../sass/style.scss */
header.major .byline {
  display: block;
  margin: 0.50em 0 0 0;
  padding: 0 0 0.5em 0;
  letter-spacing: 1px;
  font-size: 1.3em;
  font-weight: 300;
}

/* line 181, ../sass/style.scss */
footer > :last-child {
  margin-bottom: 0;
}

/* line 185, ../sass/style.scss */
footer.major {
  padding-top: 3em;
}

/* Form */
/* line 191, ../sass/style.scss */
form {
  width: 70%;
  margin: 0em auto;
}

/* line 196, ../sass/style.scss */
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: white;
  color: #555555;
  border: none;
  display: block;
  outline: 0;
  padding: 1em 1em;
  text-decoration: none;
  width: 100%;
  border-radius: 6px;
}

/* line 216, ../sass/style.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: #d84780;
}

/* line 223, ../sass/style.scss */
textarea {
  min-height: 14em;
}

/* line 227, ../sass/style.scss */
input[type="text"],
input[type="password"],
input[type="email"] {
  line-height: 1em;
}

/* line 233, ../sass/style.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
  position: relative;
  top: 3px;
}

/* line 240, ../sass/style.scss */
:-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

/* line 245, ../sass/style.scss */
::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

/* line 250, ../sass/style.scss */
:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

/* line 255, ../sass/style.scss */
.formerize-placeholder {
  color: rgba(85, 85, 85, 0.5) !important;
}

/* Image */
/* line 261, ../sass/style.scss */
.image {
  border: 0;
  position: relative;
}

/* line 266, ../sass/style.scss */
.image.fit {
  display: block;
}

/* line 270, ../sass/style.scss */
.image.fit img {
  display: block;
  width: 100%;
}

/* line 275, ../sass/style.scss */
.image.feature {
  display: block;
  margin: 0 0 2em 0;
}

/* line 280, ../sass/style.scss */
.image.feature img {
  display: block;
  width: 100%;
}

/* line 285, ../sass/style.scss */
.image.featured {
  position: static;
  display: block;
  margin: 0;
}

/* line 291, ../sass/style.scss */
.image.featured img {
  display: block;
  width: 100%;
}

/* Icon */
/* line 298, ../sass/style.scss */
.icon {
  position: relative;
}

/* line 302, ../sass/style.scss */
.icon:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

/* line 312, ../sass/style.scss */
.icon > .label {
  display: none;
}

/* Lists */
/* line 318, ../sass/style.scss */
ol.default {
  list-style: decimal;
  padding-left: 1.25em;
}

/* line 323, ../sass/style.scss */
ol.default li {
  padding-left: 0.25em;
}

/* line 327, ../sass/style.scss */
ul.default {
  margin: 0em 0em 2em 0em;
  padding: 0em 0em 1.5em 0em;
  list-style: none;
}

/* line 333, ../sass/style.scss */
ul.default li {
  padding: 0.60em 0em;
  font-size: 0.90em;
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 340, ../sass/style.scss */
ul.default li:first-child {
  border-top: none;
}

/* line 344, ../sass/style.scss */
ul.icons {
  cursor: default;
  text-align: center;
}

/* line 349, ../sass/style.scss */
ul.icons li {
  display: inline-block;
  padding: 0em 0.20em;
}

/* line 354, ../sass/style.scss */
ul.icons li:first-child {
  padding-left: 0;
}

/* line 358, ../sass/style.scss */
ul.icons li span {
  display: none;
}

/* line 362, ../sass/style.scss */
ul.icons li a {
  display: inline-block;
  color: #828282;
  width: 30px;
  height: 30px;
  text-align: center;
}

/* line 370, ../sass/style.scss */
ul.icons li a:before {
  display: inline-block;
  border: 1px solid #828282;
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-size: 1em;
  color: #828282;
  border-radius: 100%;
  text-align: center;
}

/* line 382, ../sass/style.scss */
ul.actions {
  cursor: default;
}

/* line 386, ../sass/style.scss */
ul.actions:last-child {
  margin-bottom: 0;
}

/* line 390, ../sass/style.scss */
ul.actions li {
  display: inline-block;
  padding: 0 0 0 1.5em;
}

/* line 395, ../sass/style.scss */
ul.actions li:first-child {
  padding: 0;
}

/* line 399, ../sass/style.scss */
ul.actions.vertical li {
  display: block;
  padding: 1.5em 0 0 0;
}

/* line 404, ../sass/style.scss */
ul.actions.vertical li:first-child {
  padding: 0;
}

/* line 408, ../sass/style.scss */
ul.style {
  padding-top: 3em;
  margin: 0;
  padding: 0;
  padding-bottom: 3em;
}

/* line 415, ../sass/style.scss */
ul.style > :first-child {
  border-top: none;
}

/* line 419, ../sass/style.scss */
ul.style li:before {
  position: absolute;
  left: 0;
  top: 1em;
  display: block;
  background: none;
  color: #FFF;
  width: 56px;
  height: 56px;
  text-align: center;
  font-size: 3em;
  border-radius: 6px;
}

/* line 433, ../sass/style.scss */
ul.style h3 {
  margin-bottom: 0.80em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2em;
  color: #FFF;
}

/* line 441, ../sass/style.scss */
ul.style span {
  line-height: 180%;
  color: #FFF;
}

/* Tables */
/* line 448, ../sass/style.scss */
table {
  width: 100%;
}

/* line 452, ../sass/style.scss */
table.default {
  width: 100%;
}

/* line 456, ../sass/style.scss */
table.default tbody tr {
  border-bottom: solid 1px #888888;
}

/* line 460, ../sass/style.scss */
table.default td {
  padding: 0.5em 1em 0.5em 1em;
}

/* line 464, ../sass/style.scss */
table.default th {
  font-weight: 700;
  padding: 0.5em 1em 0.5em 1em;
  text-align: left;
}

/* line 470, ../sass/style.scss */
table.default thead {
  background: #555555;
  color: #fff;
}

/* line 483, ../sass/style.scss */
.wrapper.style2 {
  padding: 6em 0;
  background: #d84780;
  color: white;
}

/* Logo */
/* line 494, ../sass/style.scss */
#logo {
  font-size: 1.2em;
  cursor: default;
}

/* line 499, ../sass/style.scss */
#logo h1 {
  display: inline-block;
  text-transform: uppercase;
}

/* Navigation */
/* line 506, ../sass/style.scss */
#nav {
  position: absolute;
  right: 0;
  top: 0;
  cursor: default;
}

/* line 513, ../sass/style.scss */
#nav ul li {
  display: inline-block;
  padding: 1.25em 1.25em;
}

/* line 518, ../sass/style.scss */
#nav ul li a {
  -moz-transition: color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out;
  display: inline-block;
  color: #fff;
  color: #fff;
  text-decoration: none;
}

/* line 530, ../sass/style.scss */
#nav ul li a:hover {
  color: #fff;
}

/* Banner */
/* line 536, ../sass/style.scss */
#banner {
  text-align: center;
  color: #fff;
  padding: 0em 4em;
  margin-bottom: 6em;
}

/* line 543, ../sass/style.scss */
#banner p {
  font-size: 1.75em;
  line-height: 1.75em;
}

/* line 548, ../sass/style.scss */
#banner strong,
#banner a {
  color: inherit;
}

/* Main */
/* Footer */
/* line 557, ../sass/style.scss */
#footer {
  text-align: center;
}

/* line 561, ../sass/style.scss */
#footer .major h2,
#footer .major .byline {
  color: #FFF !important;
}

/* Page */
/* line 568, ../sass/style.scss */
#page {
  position: relative;
  background: #FFF;
  padding: 6em 4em 6em 4em;
  border-radius: 6px;
}

/* Sidebar */
/* line 577, ../sass/style.scss */
#sidebar .major {
  padding-bottom: 2em;
}

/* line 581, ../sass/style.scss */
#sidebar .major h2 {
  font-size: 1.8em;
}

/* Box */
/* line 589, ../sass/style.scss */
.box {
  padding: 3em 2em;
  background: #FFF;
  text-align: center;
  border-radius: 0px 0px 6px 6px;
}

.main-content{
  width: 70%;
  clear: both;
  display: block;
  margin-bottom: 20px;
  padding: 20px 60px;
  background: rgba(255,255,255,0.8);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

.img-responsive{ margin: 20px;}

.post-content img,
.sidebar img{
  margin: 20px;
  width: 100%;
  height: auto;  
}

.sidebar .well{
      background: none;
    border: none;
    box-shadow: none;
}

.page-header{
      border-bottom: 2px solid #A981D0;
}

.page-template-blog-page 

.page-template-blog-page h1,
.page-template-blog-page h2, 
.page-template-blog-page h3, 
.page-template-blog-page h4, 
.page-template-blog-page h5, 
.page-template-blog-page h6 {
  color: #E36482;
  font-weight: 700;
}

.post-content .meta,
.post-content .comments{
    font-size: 13px;
    font-weight: 300;
    padding: 0px 0 10px;
    display: inline-block;
}

.page-template-blog-page .post-content hr{
    margin: 7px 0 16px;
    border-bottom: 1px solid #E36482;
}

div.wpcf7 img.ajax-loader {
    width: initial;
}