/*

Theme Name: xavitech theme
Author: Frosting
Author URI: http://www.frosting.se/
Description: Main xavitech Wordpress theme
Version: 1.0.0
Template: x

*/

@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400');

body {
  background: #f9f9f9 !important;
}


.x-topbar .p-info {
    float: right;
    font-size: 0.825em;
}
.x-topbar .p-info span {
    display: inline-block;
    margin-right: 5px;
}
.x-topbar .p-info a [class^="x-icon-"],
.x-topbar .p-info a [class*=" x-icon-"] {
    margin-right: 2px;
}

.tp-bullets {
    display: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000000;
}


footer {
    text-align: center;

}
footer.x-colophon.top {
    padding-top: 3%;
    padding-bottom: 3%;
}
.x-btn, .button, [type="submit"] {
  box-shadow: 0 0.25em 0 0 #c97200 !important;

}
.x-slider-container {
  clear: both;
}
.x-btn.black:hover,
.x-btn.black {
    background: #000;
    border-color: #000;
    box-shadow: 0 0.25em 0 0 #333 !important;
}
.x-navbar-fixed-top {
    border-bottom: #e98300 2px solid;
}
.x-columnize {
  -webkit-column-rule: 2px solid #e98300;
  -moz-column-rule: 2px solid #e98300;
  column-rule: 2px solid #e98300;
}
.x-map .x-map-inner {
  padding-bottom: 31.25%;
}

.x-nav-tabs>li>a {
    color: #e98300;
  background-color: #f4f4f4;
}
.x-nav-tabs>li>a:hover {
    color: #fff;
  background-color: #e98300;
}

.side-contact {
  display: none;
}

.h-skill-bar {
  float: right;
  padding: 7px;
}

@media only screen and (min-width: 980px) {
  .side-contact {
    display: block;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 9999;
  }
  .side-contact a {
    display: block;
    background: #000;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 35px;
    height: 114px;
    background: url(contact.png) no-repeat;
  }

}

.centered-content{
  padding:45px 6%;
}

.centered-content h4{
  margin-top: 0;
}

.centered-content p:last-child{
  margin-bottom: 0;
}

.marginless-box .x-column{
  vertical-align: middle !important;
}
.marginless-box-bgimage{
  height: 300px;
}

@media all and (min-width:768px){
  .push-6{
    left:50%;
    position: relative;
  }

  .pull-6{
    right:50%;
    position: relative;
  }
}

@media all and (min-width: 768px){
  .centered-content{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

}

@media all and (min-width: 1000px){
  .marginless-box-bgimage{
    height: 500px;
  }
}

.x-feature-box-title{
  font-weight: 300;
  letter-spacing: .04em;
}


.section-contact textarea{
    height: 111px;
  }

.section-contact{
  color: #fff;
}
.section-contact input[type="submit"]{
  border-color: #fff;
  background-color: #fff;
  color: #e98300;
  text-shadow: none;
}

.x-recent-posts a{
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.x-recent-posts.vertical a.x-recent-post4{
  margin-bottom: 0;
}

.x-recent-posts .x-recent-posts-content{
  padding:15px 0;
}

.x-recent-posts .x-recent-posts-date{
  font-size:12px;
}

@media (min-width:1030px){
  .x-recent-posts .x-recent-posts-content{
    display: table;
  }

  .x-recent-posts .x-recent-posts-date{
    display: table-cell;
    width: 100%;
    text-align: right;
  }
}

.bord-members .x-feature-box-text{
  opacity: 0;
  display: none;
  transition: opacity .4s ease;
}

.bord-members .x-feature-box-text.active{
  opacity:1;
  display: block;
}

.bord-members .x-feature-box-title{
  cursor: pointer;
  transform: translateY(30px);
  transition: all .2s ease-in-out;
}

.bord-members .x-feature-box-title:after {
    content: '\f055';
    font-family: 'fontawesome';
    padding-left: .4em;
    font-size: .8em;
}

.bord-members .x-feature-box-title.active:after {
    content: '\f056';
}
.bord-members .x-feature-box-title.active{
  transform: translateY(0);
}

.h-landmark, .entry-title.h-landmark{
  letter-spacing: 0;
}

.prenbox input.textfield{
  border: 2px solid #ddd;
  margin: 9px 0 9px;
  padding: .5em;
}

.calendar table{
  margin-top: -7px;
}

.calendar td{
  border-top:none;
  border-bottom: 1px solid #e5e5e5;
  padding: 17px 0;
}

.calendar tr > td:first-child{
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  line-height: 1.2;
  margin: -1px 0 5px;
}

.calendar tr > td:last-child{
  font-size: 12px;
  color: rgba(0,0,0,.65);
  line-height: 1;
}