/* 0 =SETUP
-------------------------------------------------------------- */
/*!
 * mercs600 2013
 *
 * Template Name: Weddiness 
 * Template Url: http://usabilitypress.com
 * ====INDEX====
 * 0. IMPORTS, SETUPS, FUNCTIONS
 * 1. GLOBAL TEXT & LINK STYLES
 * 2. BODY, WRAPPER
 * 3. HEADER
 *    + navigation
 * 4. FOOTER
 * 5. SLIDER
 * 6. FORMS
 * 7. COMMON ELEMENTS
 * 8. FEATURED POSTS (USABILITYPRESS HOMEPAGE)
 * 9. PAGES
 *    + services page
 *    + portfolio page
 *    + testimonials page
 *    + 404error page
 *    + contact page
 * 10. ARCHIVE
 *    + post
 *    + sidebar
 *    + comments
 * 11. WORDPRESS ELEMENTS
 * 12. MEDIA QUERY
 */
/* 0 =SETUP
-------------------------------------------------------------- */
/*!
 * mercs600.pl 2013
 *
 * Functions for mercs600.pl themes
 * Site Url: http://mercs600.pl
 * ====INDEX====
 * 0. TEXT FUNCTIONS
 *    1. link hover
 *    2. text selection
 */
/* 0 =TEXT FUNCTIONS
-------------------------------------------------------------- */
/* 1. LINK HOVER *//* 2. TEXT SELECTION */
::-moz-selection {
  color: #ffffff;
  background: #861640;
}
::selection {
  color: #ffffff;
  background: #861640;
}
.color {
  color: #861640;
}
.img-circular_bg {
  background: rgba(209, 147, 170, 0.8);
  text-shadow: 0 1px 0 #901846;
}
.readmore-bg {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  background: url(../img/purple/readmore.png) no-repeat right center;
}
.readmore-bg:hover,
.readmore-bg.active {
  background-image: url(../img/purple/readmore-hover2.png);
}
/* 1 =GLOBAL TEXT & LINK STYLES
-------------------------------------------------------------- */
a {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #d7a1b5;
}
a:hover {
  text-decoration: none;
  color: #861640;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #d193aa;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 14px;
}
/* 2 =BODY
-------------------------------------------------------------- */
body {
  background-color: #861640;
}
#wrapper {
  margin-top: 6px;
  background: url(../img/bg.jpg);
  border-top: 1px solid #d7a1b5;
}
#wrapper:before {
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top: 1px solid #fff;
  margin-top: -2px;
}
#content {
  margin-bottom: 25px;
}
#content.page {
  margin-bottom: 45px;
}
/* 3 =HEADER
-------------------------------------------------------------- */
header {
  margin-top: 30px;
  margin-bottom: 40px;
}
header .logo {
  text-align: center;
}
header .logo img {
  margin: 0 auto;
  margin-bottom: 10px;
}
header p.sublogo {
  color: #d7a1b5;
}
header a.textonly {
  display: inline-block;
  font-size: 42px;
  margin-bottom: 10px;
}
header .tinynav {
  width: 100%;
  display: none;
}
header nav {
  margin-top: 25px;
}
header nav ul {
  font-size: 17px;
  list-style: none;
  display: table;
  margin: 0 auto;
}
header nav ul li {
  float: left;
  margin: 10px 25px;
}
header nav ul li:first-child {
  margin-left: 0;
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav ul li a {
  color: #989898;
}
header nav ul li a:hover,
header nav ul li a .active {
  color: #d7a1b5;
}
header nav ul li a {
  -webkit-transition-property: color, -webkit-border-color;
  -moz-transition-property: color, -moz-border-color;
  -o-transition-property: color, border-color;
  -ms-transition-property: color, border-color;
  transition-property: color, border-color;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
header nav ul li a:hover {
  border-color: #d7a1b5;
}
header nav ul li:hover a,
header nav ul li.active a,
header nav ul li.current-menu-item a,
header nav ul li.current-menu-parent a,
header nav ul li.current-menu-ancestor a {
  color: #d7a1b5;
  border-color: #d7a1b5;
}
header nav ul li:hover ul li a,
header nav ul li.active ul li a,
header nav ul li.current-menu-item ul li a,
header nav ul li.current-menu-parent ul li a,
header nav ul li.current-menu-ancestor ul li a {
  color: #9d9d9d;
}
header nav ul li:hover ul li a:hover,
header nav ul li.active ul li a:hover,
header nav ul li.current-menu-item ul li a:hover,
header nav ul li.current-menu-parent ul li a:hover,
header nav ul li.current-menu-ancestor ul li a:hover,
header nav ul li:hover ul li a .active,
header nav ul li.active ul li a .active,
header nav ul li.current-menu-item ul li a .active,
header nav ul li.current-menu-parent ul li a .active,
header nav ul li.current-menu-ancestor ul li a .active {
  color: #d7a1b5;
}
header nav ul li:hover ul li:hover,
header nav ul li.active ul li:hover,
header nav ul li.current-menu-item ul li:hover,
header nav ul li.current-menu-parent ul li:hover,
header nav ul li.current-menu-ancestor ul li:hover {
  border-color: #d7a1b5;
}
header nav ul li:hover ul li.active,
header nav ul li.active ul li.active,
header nav ul li.current-menu-item ul li.active,
header nav ul li.current-menu-parent ul li.active,
header nav ul li.current-menu-ancestor ul li.active,
header nav ul li:hover ul li.current-menu-item,
header nav ul li.active ul li.current-menu-item,
header nav ul li.current-menu-item ul li.current-menu-item,
header nav ul li.current-menu-parent ul li.current-menu-item,
header nav ul li.current-menu-ancestor ul li.current-menu-item {
  border-top-width: 3px;
  border-color: #d7a1b5;
}
header nav ul li:hover ul li.active a,
header nav ul li.active ul li.active a,
header nav ul li.current-menu-item ul li.active a,
header nav ul li.current-menu-parent ul li.active a,
header nav ul li.current-menu-ancestor ul li.active a,
header nav ul li:hover ul li.current-menu-item a,
header nav ul li.active ul li.current-menu-item a,
header nav ul li.current-menu-item ul li.current-menu-item a,
header nav ul li.current-menu-parent ul li.current-menu-item a,
header nav ul li.current-menu-ancestor ul li.current-menu-item a {
  color: #d7a1b5;
}
header nav ul li ul {
  padding-top: 8px;
  display: none;
  position: absolute;
  z-index: 100;
}
header nav ul li ul ul {
  margin-left: 160px;
  top: 0;
}
header nav ul li ul li {
  font-size: 13px;
  float: none;
  margin: 0;
  margin-bottom: 1px;
  background-color: #fff;
  border: 1px solid #d4d1d1;
  min-width: 120px;
  max-width: 220px;
  min-height: 25px;
}
header nav ul li ul li a {
  line-height: 25px;
  display: block;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 0;
  border-bottom: none;
}
/* 4 =FOOTER
-------------------------------------------------------------- */
.footbar {
  color: #9d9d9d;
  border-bottom: 1px solid #d193aa;
  padding-bottom: 20px;
}
.footbar .container {
  border-top: 1px solid #d193aa;
}
.footbar .row {
  margin-top: 15px;
}
.footbar .widgetbox {
  margin-bottom: 20px;
}
.footbar .widgetbox h4 {
  margin-top: 0;
}
.footbar ul {
  list-style: none;
  margin-left: 0;
}
.footbar ul li {
  padding: 10px 0;
  border-top: 1px dashed #d193aa;
  padding-right: 25px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  background: url(../img/purple/readmore.png) no-repeat right center;
}
.footbar ul li:hover,
.footbar ul li.active {
  background-image: url(../img/purple/readmore-hover2.png);
}
.footbar ul li:last-child {
  border-bottom: 1px dashed #d193aa;
}
.footbar ul li span {
  color: #861640;
}
.footbar ul li a {
  display: inline-block;
  width: 100%;
}
.footbar-bg {
  background: url(../img/footbar-logo.jpg) center no-repeat #ffffff;
  min-height: 29px;
  width: 79px;
  margin: 0 auto;
  margin-top: -20px;
}
.footer {
  background-color: #861640;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 12px;
}
.footer .row {
  padding-top: 7px;
  padding-bottom: 5px;
}
.footer p {
  margin-bottom: 0;
}
.footer .social {
  text-align: right;
}
.footer .social a {
  margin-right: 5px;
  margin-bottom: 0;
}
/* 5 =SLIDER
-------------------------------------------------------------- */
#slider {
  margin-bottom: 15px;
}
#slider .slider-container {
  position: relative;
}
#slider .slider-controls {
  position: absolute;
  z-index: 999;
  top: 350px;
}
#slider .slider-next,
#slider .slider-prev {
  width: 30px;
  height: 30px;
  background: #9e9e9e no-repeat center center;
  float: left;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
#slider .slider-next a,
#slider .slider-prev a {
  display: block;
  width: 100%;
  height: 100%;
}
#slider .slider-next:hover,
#slider .slider-prev:hover {
  background-color: #861640;
}
#slider .slider-next {
  margin-left: 1px;
  background-image: url(../img/slider-next.png);
}
#slider .slider-prev {
  background-image: url(../img/slider-prev.png);
}
#slider .slide-item img {
  height: 380px;
}
#slider .desc {
  width: 470px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 12px;
  color: #b8b8b8;
  font-style: italic;
  text-align: center;
}
.bottom20 {
  margin-bottom: 20px;
}
.top20 {
  margin-top: 20px;
}
/* 6 =FORMS
-------------------------------------------------------------- */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.dk_toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition-property: -webkit-border-color, color;
  -moz-transition-property: -moz-border-color, color;
  -o-transition-property: border-color, color;
  -ms-transition-property: border-color, color;
  transition-property: border-color, color;
  width: 93%;
  color: #9d9d9d;
  border-color: #d4d1d1;
  border-bottom: 3px solid #d193aa;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.dk_toggle:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #d7a1b5;
  border-color: #d193aa;
}
select {
  -webkit-appearance: none;
  padding: 5px;
  color: #555;
  line-height: 1;
  height: 32px;
  width: 100%;
  background: url(../img/purple/select-bg.png) no-repeat right;
  background-position: 95% center;
}
select:focus {
  color: #797979;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.readmore {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  background: url(../img/purple/readmore.png) no-repeat right center;
  -webkit-transition-property: background, color;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  -ms-transition-property: background, color;
  transition-property: background, color;
  display: inline-block;
  min-height: 19px;
  border: none;
  padding-right: 30px;
  font-style: italic;
  font-size: 15px;
  color: #d7a1b5;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.readmore:hover,
button.active,
html input[type="button"].active,
input[type="reset"].active,
input[type="submit"].active,
.readmore.active {
  background-image: url(../img/purple/readmore-hover2.png);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.readmore:hover {
  color: #861640;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
button.pull-right,
html input[type="button"].pull-right,
input[type="reset"].pull-right,
input[type="submit"].pull-right {
  margin-right: 3%;
}
input[type="search"] {
  background: url(../img/search.png) right center no-repeat #ffffff;
  background-position: 95% center;
}
input.datepicker {
  background: url(../img/date.png) right center no-repeat #ffffff;
  background-position: 95% center;
  cursor: pointer;
}
.radio-color,
.checkbox-color {
  display: none;
}
label {
  display: inline;
}
.radio-color  + label {
  margin-bottom: 0;
  margin-right: 5px;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #d9d6d6;
  padding: 8px;
  -webkit-border-radius: 500px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 500px;
  -moz-background-clip: padding;
  border-radius: 500px;
  background-clip: padding-box;
  display: inline-block;
  position: relative;
}
.radio-color:checked + label:after {
  content: ' ';
  width: 8px;
  height: 8px;
  -webkit-border-radius: 500px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 500px;
  -moz-background-clip: padding;
  border-radius: 500px;
  background-clip: padding-box;
  position: absolute;
  top: 4px;
  background: #d193aa;
  text-shadow: 0px;
  left: 4px;
  font-size: 32px;
}
.radio-color:checked + label {
  background-color: #fff;
  color: #99a1a7;
  border: 1px solid #d193aa;
}
.radio-color:disabled + label {
  border: 1px solid #d9d6d6;
}
.radio-color:disabled + label:after {
  background: #d9d6d6;
}
.checkbox-color  + label {
  margin-bottom: 0;
  margin-right: 5px;
  background-color: #fff;
  border: 1px solid #d9d6d6;
  padding: 7px;
  display: inline-block;
  position: relative;
}
.checkbox-color:checked + label {
  background-color: #fff;
  border: 1px solid #d193aa;
}
.checkbox-color:checked + label:after {
  content: '\2714';
  font-size: 12px;
  position: absolute;
  top: -2px;
  left: 2px;
  color: #d193aa;
}
.checkbox-color:disabled  + label {
  border-color: #d9d6d6;
}
.checkbox-color:disabled  + label:after {
  color: #d9d6d6;
}
/* Toggle switcher for checkbox */.pink {
  color: #9d9d9d;
}
.pink .slide-button {
  border-color: #d193aa;
  background-color: #d7a1b5;
}
.pink span {
  color: #9d9d9d;
}
.error {
  border-color: red !important;
}
/* 7 =COMMON ELEMENTS
-------------------------------------------------------------- */
hr {
  border-color: #d193aa;
  border-bottom: none;
  margin: 15px 0;
}
hr.dashed {
  border-style: dashed;
  border-bottom: none;
}
iframe {
  margin-bottom: 20px;
}
blockquote {
  margin-top: 10px;
  color: #dcb0c0;
  font-style: italic;
  border: none;
  background: url(../img/testimonials.png) top left no-repeat;
  background: url(../img/testimonials.png) top left no-repeat, url(../img/testimonials2.png) bottom right no-repeat;
  padding: 15px 30px 20px 20px;
}
blockquote span {
  display: block;
  font-style: normal;
  text-align: right;
  color: #901846;
}
#title {
  background-color: #fff;
  border-top: 1px solid #d193aa;
  padding: 1px 0;
  min-height: 40px;
  border-bottom: 1px solid #901846;
  margin-bottom: 30px;
}
#title h1 {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  color: #901846;
}
#title h1 a {
  color: #901846;
}
#title:before {
  display: block;
  content: '';
  min-height: 44px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  border-top: 1px solid #901846;
  margin-top: -4px;
  border-bottom: 1px solid #d193aa;
}
.paginate {
  border-top: 1px solid #901846;
  padding-top: 10px;
  text-align: center;
}
.paginate ul {
  list-style: none;
  display: table;
  margin: 0 auto;
}
.paginate ul li {
  float: left;
  margin: 0 10px;
}
.paginate .next,
.paginate .prev {
  margin: 0 10px;
  display: inline-block;
  width: 19px;
  height: 19px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  background: url(../img/purple/readmore.png) no-repeat right center;
}
.paginate .next:hover,
.paginate .prev:hover,
.paginate .next.active,
.paginate .prev.active {
  background-image: url(../img/purple/readmore-hover2.png);
}
.paginate .prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
p.tel,
p.adress {
  font-size: 20px;
  color: #d193aa;
  background: url(../img/purple/icon-tel.jpg) no-repeat;
  background-position: 5px center;
  padding-left: 35px;
  min-height: 21px;
}
p.adress {
  background: url(../img/purple/icon-adress.jpg) no-repeat center left;
  font-size: 12px;
}
img.bordered,
div.imgbordered {
  padding: 8px;
  border: 1px solid #d4d1d1;
  position: relative;
}
img.bordered.hovered a,
div.imgbordered.hovered a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
img.bordered.hovered:after,
div.imgbordered.hovered:after {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 4px;
  width: 80px;
  height: 80px;
  background: url(../img/purple/image-hover.png) no-repeat;
  opacity: 0;
  z-index: 1;
}
img.bordered.hovered:hover:after,
div.imgbordered.hovered:hover:after {
  opacity: 1;
}
div.imgbordered img,
div.imgbordered a img {
  margin: 0 auto;
  width: 100%;
}
.block-right {
  text-align: right;
  display: block;
}
.tagcloud a {
  background: url(../img/purple/tags.png) no-repeat left center;
  background-size: 10px;
  display: inline-block;
  padding-left: 20px;
  margin-right: 15px;
}
table {
  width: 100%;
  border-collapse: separate;
  position: relative;
  z-index: 10;
  border: 1px solid #901846;
  text-align: center;
}
table:before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #d193aa;
}
table td,
table th {
  border-right: 1px solid #d193aa;
}
table td:last-child,
table th:last-child {
  border-right: none;
}
table tr td {
  border-bottom: 1px dotted #d193aa;
  line-height: 35px;
}
table thead {
  color: #901846;
  font-size: 25px;
}
table thead tr {
  height: 40px;
}
table thead th {
  font-weight: normal;
  border-bottom: 1px solid #d193aa;
}
ul[class*="list"] {
  list-style: none;
  margin-left: 0;
}
ul[class*="list"] li {
  padding-left: 15px;
  background-position: left 5px;
  background-repeat: no-repeat;
}
ul[class*="list"].list1 li {
  background-image: url(../img/purple/list1.png);
}
ul[class*="list"].list2 li {
  background-image: url(../img/purple/list2.png);
}
ul[class*="list"].list3 li {
  background-image: url(../img/purple/list3.png);
  background-position: left 8px;
}
ul[class*="list"].list4 li {
  background-image: url(../img/purple/list4.png);
  background-position: left 8px;
}
ul[class*="list"].list5 li {
  background-image: url(../img/purple/list5.png);
  background-position: left 9px;
}
ul[class*="list"].list6 li {
  background-image: url(../img/purple/list6.png);
  background-position: left 8px;
}
ul[class*="list"].list7 li {
  background-image: url(../img/purple/list7.png);
}
ul[class*="list"].list8 li {
  background-image: url(../img/purple/list8.png);
}
/* 8 =FEATURED BLOCKS
-------------------------------------------------------------- */
.featured-block {
  margin-bottom: 25px;
}
h2.title {
  position: relative;
}
h2.title:before {
  content: "";
  display: block;
  border-bottom: 1px solid #d193aa;
  width: 100%;
  height: 1px;
  bottom: 10px;
  position: absolute;
  z-index: 1;
}
h2.title a,
h2.title span {
  background: url(../img/bg.jpg) #ffffff;
  margin-top: 1px;
  padding-right: 10px;
  z-index: 2;
  position: relative;
}
.circle-block p {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
}
.circle-block img {
  -webkit-border-radius: 500px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 500px;
  -moz-background-clip: padding;
  border-radius: 500px;
  background-clip: padding-box;
}
.circle-block .span4 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}
.circle-block .desc {
  right: 0;
  bottom: 0;
  position: absolute;
  width: 160px;
  height: 160px;
  background: rgba(209, 147, 170, 0.8);
  text-shadow: 0 1px 0 #901846;
  -webkit-border-radius: 500px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 500px;
  -moz-background-clip: padding;
  border-radius: 500px;
  background-clip: padding-box;
  color: #fff;
  text-align: center;
  display: table;
  line-height: 30px;
}
.circle-block .desc p {
  margin-bottom: 0;
  padding: 0 10px;
}
.circle-block .desc a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.text-block .span4 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d193aa;
}
.latest-project {
  font-size: 11.5px;
}
.latest-project .span4 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d193aa;
  position: relative;
}
.latest-project img {
  margin-bottom: 10px;
}
.latest-project strong {
  color: #861640;
}
.latest-project p {
  margin-bottom: 0;
}
.latest-project div.imgbordered {
  margin-bottom: 10px;
}
.latest-project .readmore {
  margin-top: 5px;
  position: absolute;
  right: 0;
}
/* 9 =PAGES
-------------------------------------------------------------- */
.page-sidebar h2.title,
.archive h2.title {
  margin-top: -5px;
}
.page h2.title {
  margin-top: 0;
}
/* + SERVICES PAGE */.page-services .service-menu ul {
  font-size: 14px;
  list-style: none;
  margin-left: 0;
  border-right: 1px solid #d193aa;
}
.page-services .service-menu ul li {
  border-top: 1px dashed #d193aa;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  background: url(../img/purple/readmore.png) no-repeat right center;
  background-position: 95% center;
}
.page-services .service-menu ul li:hover,
.page-services .service-menu ul li.active {
  background-image: url(../img/purple/readmore-hover2.png);
}
.page-services .service-menu ul li:last-child {
  border-bottom: 1px dashed #d193aa;
}
.page-services .service-menu ul li:hover a,
.page-services .service-menu ul li.active a {
  color: #861640;
}
.page-services .service-menu ul li a {
  display: block;
  padding: 20px 35px 20px 15px;
  height: 100%;
}
/* + PORTFOLIO PAGE */.page-portfolio .portfolio-catalog {
  clear: both;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-portfolio .portfolio-catalog .span4 {
  margin-bottom: 20px;
}
.page-portfolio .portfolio-desc {
  margin-top: 15px;
  text-align: center;
}
.page-portfolio .portfolio-desc p.title {
  color: #d193aa;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 0;
}
.page-portfolio .portfolio-gallery .span2 {
  margin-bottom: 20px;
}
.portfolio-thumb {
  position: relative;
}
.portfolio-thumb p {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.portfolio-thumb a,
.portfolio-thumb img {
  display: block;
  position: relative;
  -webkit-border-radius: 500px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 500px;
  -moz-background-clip: padding;
  border-radius: 500px;
  background-clip: padding-box;
}
.portfolio-thumb a {
  overflow: hidden;
}
.portfolio-thumb a div {
  position: absolute;
  background: rgba(209, 147, 170, 0.8);
  text-shadow: 0 1px 0 #901846;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 500px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 500px;
  -moz-background-clip: padding;
  border-radius: 500px;
  background-clip: padding-box;
}
.portfolio-thumb a div p {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.portfolio-thumb a div span {
  text-align: center;
  color: #fff;
  font-size: 25px;
  display: table-cell;
  vertical-align: middle;
}
.portfolio-thumb a div span span {
  display: inline;
  padding-right: 30px;
  background: url(../img/purple/portfolio-more.png) right center no-repeat;
}
/* + TESTIMONIALS PAGE */.page-kindwords .row {
  margin-bottom: 20px;
}
/* + 404ERROR PAGE */.page-404error .error-container {
  width: 450px;
  max-width: 450px;
  min-height: 170px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.page-404error h2 {
  font-size: 24px;
  line-height: 27px;
  color: #901846;
  text-transform: uppercase;
}
/* + CONTACT PAGE */.page-contact .map iframe {
  border: 1px solid #d4d1d1;
  border-bottom: 3px solid #d193aa;
  margin-bottom: 0;
}
.page-contact .contact-info ul {
  list-style: none;
  margin-left: 0;
}
.page-contact .contact-form textarea {
  width: 98%;
  height: 90px;
}
.page-contact .social {
  text-align: center;
}
.page-contact .social a {
  margin: 0 10px;
}
/* 10 =ARCHIVE
-------------------------------------------------------------- */
.archive h2.title {
  margin-top: -5px;
}
/* + POST */.post {
  clear: both;
  margin-bottom: 40px;
}
.post .imgbordered {
  margin-bottom: 10px;
}
.post .meta {
  padding: 10px 25px;
  background: #fff;
  position: relative;
  z-index: 10;
  border: 1px solid #901846;
}
.post .meta:before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #d193aa;
}
.post .meta span {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-right: 45px;
}
.post .meta span.date {
  background-image: url(../img/purple/date.png);
}
.post .meta span.tags {
  background-image: url(../img/purple/tags.png);
}
.post .meta span.comments {
  background-image: url(../img/purple/comments.png);
}
.post .meta span.author {
  background-image: url(../img/purple/author.png);
}
.post .content {
  margin-top: 25px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d193aa;
}
/* + SIDEBAR */.sidebar .widget-box {
  position: relative;
  z-index: 10;
  border: 1px solid #901846;
  background: #fff;
  padding: 0 2px;
  margin-bottom: 30px;
  /*&:last-child {
      margin-bottom:0;
    }*/

}
.sidebar .widget-box:before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #d193aa;
}
.sidebar .widget-box .content {
  padding: 10px 15px;
}
.sidebar ul {
  list-style: none;
  margin-left: 0;
}
.sidebar ul li {
  padding: 7px 15px;
  background: url(../img/purple/list1.png) no-repeat;
  background-position: left 13px;
  border-bottom: 1px dashed #d193aa;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.sidebar ul li a {
  color: #d193aa;
}
.sidebar ul li a:hover,
.sidebar ul li a .active {
  color: #901846;
}
.sidebar ul li:hover {
  background-image: url(../img/purple/list1-hover.png);
}
.sidebar ul li:last-child {
  border: none;
}
.sidebar ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.sidebar h3 {
  padding-left: 15px;
  font-size: 26px;
  color: #901846;
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d193aa;
}
.sidebar .widget-box-clear {
  border: none;
  background: none;
  padding: 0;
}
.sidebar .widget-box-clear h3 {
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .widget-box-clear .content {
  padding-top: 5px;
}
.sidebar .widget-box-clear:before {
  display: none;
}
.single-post .content {
  border-bottom: none;
}
/* + COMMNETS */.comments {
  margin-top: 30px;
}
.comments ol {
  list-style: none;
  margin-left: 0;
}
.comments ol li {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #d193aa;
}
.comments ol ul.children {
  margin-bottom: 0;
  margin-left: 50px;
  list-style: none;
}
.comments ol ul.children li {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.comments ol ul.children ul ul ul {
  margin-left: 0;
}
.comments .avatar {
  text-align: center;
  font-style: italic;
}
.comments .avatar img {
  -webkit-border-radius: 500px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 500px;
  -moz-background-clip: padding;
  border-radius: 500px;
  background-clip: padding-box;
}
.comments .avatar p.name {
  font-size: 15px;
  color: #d193aa;
  margin-bottom: 0;
  margin-top: 5px;
}
.comments .avatar p {
  font-size: 12px;
}
.comments .entry {
  padding-top: 15px;
}
.comments-form {
  margin-top: 30px;
}
.comments-form h2.title {
  margin-bottom: 20px;
}
.comments-form textarea {
  width: 98%;
  height: 100px;
}
.comments-form input[type=submit] {
  margin-right: 0;
}
/* 11 =WORDPRESS ELEMENTS
-------------------------------------------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */

  height: auto;
  /* Override height to match resized width for correct aspect ratio. */

}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  /* prevent too-wide images from breaking layout */

  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
.wp-smiley {
  margin: 0;
}
.gallery {
  margin: 0 auto 18px;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.gallery .gallery-icon {
  padding: 8px;
  border: 1px solid #cfcfcf !important;
}
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item {
  margin-right: 2.127659574468085% !important;
}
.gallery-columns-2 .gallery-item {
  width: 48.717948717948715% !important;
}
.gallery-columns-2 .gallery-item:nth-of-type(2n) {
  margin-right: 0 !important;
}
.gallery-columns-3 .gallery-item {
  width: 31.623931623931625% !important;
}
.gallery-columns-3 .gallery-item:nth-of-type(3n) {
  margin-right: 0 !important;
}
.gallery-columns-4 .gallery-item {
  width: 22.92817679558011% !important;
}
.gallery-columns-4 .gallery-item:nth-of-type(4n) {
  margin-right: 0 !important;
}
.gallery img {
  border: none !important;
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
.gallery dl {
  margin: 0;
}
.gallery img {
  border: 10px solid #f1f1f1;
}
.gallery br + br {
  display: none;
}
/* =EXAMPLE CONTENT
-------------------------------------------------------------- */
blockquote.example {
  width: 250px;
}
.social-example a {
  margin-right: 20px;
}
.example-form label + label {
  margin-right: 10px;
}
/* 12 =MEDIA QUERY
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
  /* = PORTRAIT TABLETS  
  -------------------------------------------------------------- */
  header .tinynav {
    display: block;
  }
  header ul.primary-menu {
    display: none;
  }
  #slider .slider-controls {
    top: 263px;
  }
  #slider .slide-item img {
    height: 293px;
  }
  .page-404error .error-container {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .post .meta span {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  {
    /* = PHONES TO TABLETS
  -------------------------------------------------------------- */
  
    /* =EXAMPLE CONTENT
  -------------------------------------------------------------- */
  
  }
  body {
    padding: 0;
  }
  .container {
    padding: 0 20px;
  }
  header {
    margin-bottom: 25px;
  }
  header .tinynav {
    display: block;
  }
  header ul.primary-menu {
    display: none;
  }
  .footbar .container {
    margin: 0 20px;
    padding: 0;
  }
  .footbar .widgetbox {
    margin-bottom: 30px;
  }
  .footer div[class*="span"] {
    text-align: center;
  }
  .footer .social {
    margin-top: 10px;
  }
  #slider .slider-controls {
    top: 0;
    right: 0;
  }
  #slider .slide-item img {
    height: auto;
  }
  #slider .desc {
    width: auto;
  }
  .circle-block {
    text-align: center;
  }
  .circle-block .span12 {
    text-align: left;
  }
  .circle-block .desc {
    left: 50%;
  }
  .latest-project img {
    width: 100%;
  }
  .title-block h2 {
    background-color: transparent;
  }
  .title-block .span12 {
    height: auto;
    min-height: 40px;
  }
  .page-sidebar h2.title {
    margin-top: 20px;
  }
  .portfolio-thumb {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
  .page-404error .error-container {
    background-size: 100% auto;
    width: auto;
    margin: 0 auto;
  }
  .page-contact .contact-form textarea {
    width: 93%;
  }
  .post {
    margin-bottom: 20px;
  }
  .post .meta {
    padding: 10px 10px;
    text-align: center;
  }
  .post .meta span {
    margin-right: 0;
  }
  .sidebar {
    margin-top: 30px;
  }
  .comments-form textarea {
    width: 93%;
  }
  blockquote.example {
    width: auto;
  }
}
@media (max-width: 767px) and (max-width: 360px) {
  .portfolio-thumb {
    width: auto;
    height: auto;
  }
  .circle-block {
    text-align: center;
  }
  .circle-block .desc {
    left: auto;
  }
}
@media (max-width: 480px) {
  /* = PHONES
  -------------------------------------------------------------- */
}
