/**
 * Justmotion v1.1
 * One page HTML template
 * http://axminenko.com
 *
 * Copyright 2014 Alexander Axminenko
 */
@charset 'UTF-8';
/* Variables */
/* Media Queries: Retina */
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  /* Header */
  header.main .menu {
    background-image: url('../img/menu%402x.png');
  }
  /* Welcome */
  section.welcome .slider.arrows a.prev {
    background-image: url('../img/arrows/white.left%402x.png');
    background-size: 100%;
  }
  section.welcome .slider.arrows a.next {
    background-image: url('../img/arrows/white.right%402x.png');
    background-size: 100%;
  }
}
/* Media Queries: Responsive */
@media only screen and (min-width: 960px) and (max-width: 1160px) {
  /* About Us */
  section.about .circles .row h1 {
    font-size: 4.5em;
    padding-top: 45px;
  }
  /* Services */
  section.services .line {
    padding-top: 40px;
  }
  section.services .horizontal .row .icon i {
    font-size: 1.4em;
  }
  /* Portfolio */
  section.portfolio nav {
    padding-bottom: 80px;
  }
  /* Our Team */
  section.team .row {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* Offsets */
  .offsetTop {
    padding-top: 80px;
  }
  .offsetBottom {
    padding-bottom: 80px;
  }
  /* Header */
  header.main nav ul li a {
    padding-left: 8px;
    padding-right: 8px;
  }
  /* Sections */
  section:not(.welcome) > header,
  section:not(.welcome) > div > header {
    padding-bottom: 60px;
  }
  /* About Us */
  section.about .circles .row h1 {
    font-size: 4em;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  section.about .circles .row span {
    font-size: 0.9em;
  }
  /* Custom Content */
  section.custom .offsetSliderLeft {
    padding-left: 20px;
  }
  section.custom .offsetSliderRight {
    padding-right: 20px;
  }
  section.custom header.offsetSmall {
    padding-bottom: 2em;
  }
  /* Services */
  section.services .line {
    padding-top: 40px;
  }
  section.services .horizontal .row .icon i {
    font-size: 1.1em;
  }
  section.services .vertical.offset {
    padding-top: 80px;
  }
  section.services .vertical .row .icon i {
    font-size: 2em;
  }
  /* Parallax Sections */
  section.parallax header,
  section.parallax .icon {
    padding-bottom: 40px;
  }
  section.parallax .slides {
    padding-top: 40px;
  }
  section.parallax.subscribe input[type="text"] {
    width: 60%;
  }
  /* Posts */
  section.posts .row {
    padding-bottom: 20px;
  }
  section.posts .row header h6 {
    padding: 25px 20px 20px;
  }
  section.posts .row p {
    padding: 0 20px;
  }
  section.posts .row .details {
    padding: 20px 20px 0;
  }
  /* Portfolio */
  section.portfolio nav {
    padding-bottom: 60px;
  }
  /* Our Team */
  section.team .row {
    margin-top: 40px;
  }
  section.team .row .photo .hover .social {
    font-size: 1.8em;
  }
  section.team .row .name {
    margin-top: 2em;
  }
  section.team .row .name span {
    display: block;
  }
  /* Pricing Tables */
  section.pricing .content .row .table {
    padding: 40px 20px;
  }
  section.pricing .content .row .table header :not(span) {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  section.pricing .content .row .table ul li {
    padding: 10px 0;
  }
  section.pricing .content .row .table .button {
    margin-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
  }
  /* Footer */
  footer small {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  /***** BLOG PAGE *****/
  /* Posts */
  section.blog.header.offsetTop {
    padding-top: 156px;
  }
  /* Comments */
  section.comments .comment {
    padding-bottom: 40px;
  }
  /* Author Info */
  section.author .row header {
    margin-top: 2em;
  }
  section.author .text {
    padding-top: 30px;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
.mt{
	position:absolute;
	left: 5%;
    top: 90%;
}
}
@media only screen and (max-width: 767px) {

    section.parallax header h1, section.parallax header h2, section.parallax header h3, section.parallax header h4, section.parallax header h5, section.parallax header h6{
        padding:0;
        margin: 0;
    }
    .h1, h1 {
    font-size: 24px;
}
  /* General and Typography */
  p {
    padding-top: 1.2em;
  }



a.button.slider.scroll.pricelist {
    color: #fff;
    width: 100%;
    padding: 15px;
    font-size: 30px;
    margin-left: 0px;
}

  

  /* Offsets */
  .offsetTop {
    padding-top: 60px;
  }
  .offsetBottom {
    padding-bottom: 60px;
  }
  /* Welcome */
  section.welcome .slider.content h1 {
    font-size: 5.7em;
    padding-bottom: 25px;
  }
  section.welcome .slider.content h2 {
    font-size: 1.8em;
    padding-bottom: 20px;
  }
  section.welcome .slider.content p {
    padding-bottom: 30px;
  }
  section.welcome .slides {
    display: none;
  }
  /* Header */
  header.main .menu {
    display: block;
  }
  header.main nav {
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding-right: 0;
    display: none;
  }
  header.main nav.active {
    display: block;
  }
  header.main nav ul {
    padding: 0;
  }
  header.main nav ul li {
    width: 100%;
    padding: 0;
  }
  header.main nav ul li a {
    padding: 20px 30px !important;
    background-color: #fff;
    font-size: 1rem;
  }
  header.main nav ul li a.active:hover {
    color: #61d2d6;
  }
  header.main nav ul li a:hover {
    background-color: #f9f9f9;
    color: #404040;
  }
  /* Sections */
  section:not(.welcome) > header,
  section:not(.welcome) > div > header {
    padding-bottom: 40px;
  }
  section:not(.welcome) span.description {
    padding-top: 0px !important;
  }
  /* About Us */
  section.about .circles .column3 {
    width: auto;
    display: block;
  }
  section.about .circles .column3:nth-child(even) {
    float: right;
  }
  section.about .circles .column3:nth-child(1) .row,
  section.about .circles .column3:nth-child(2) .row {
    margin-top: 40px;
  }
  section.about .circles .row {
    margin: 30px 0 0 0;
    padding-bottom: 190px;
    width: 190px;
  }
  section.about .circles .row h1 {
    font-size: 4em;
    padding-top: 45px;
    padding-bottom: 15px;
  }
  section.about .circles .row span {
    font-size: 0.9em;
  }
  /* Custom Content */
  section.custom .offsetSliderLeft,
  section.custom .offsetSliderRight {
    padding: 2em 0 0 0;
  }
  section.custom header.offsetSmall {
    padding-bottom: 2em;
  }
  section.custom .imageSlider .image img {
    padding: 0;
    width: 100%;
    border-radius: 0;
  }
  /* Image Slider */
  .imageSlider .slides {
    display: none;
  }
  /* Services */
  section.services .line {
    padding-top: 0px !important;
  }
  section.services .line:nth-child(1) {
    padding-top: 5px !important;
  }
  section.services .horizontal .row .icon {
    width: 15%;
    padding-bottom: 15%;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  section.services .horizontal .row p {
    padding: 0;
    text-align: center;
  }
  section.services .horizontal .row:nth-child(1) .icon {
    margin-top: 0;
  }
  section.services .horizontal .line + .line .row:nth-child(1) .icon {
    margin-top: 40px;
  }
  section.services .vertical.offset {
    padding-top: 60px;
  }
  section.services .vertical .row .icon {
    width: 20%;
    padding-bottom: 20%;
    margin-top: 40px;
  }
  section.services .vertical .row h6 {
    padding-bottom: 20px;
  }
  section.services .vertical .row p {
    padding: 0;
    text-align: center;
  }
  section.services .vertical .row:nth-child(1) .icon {
    margin-top: 0;
  }
  section.services .vertical .line + .line .row:nth-child(1) .icon {
    margin-top: 40px;
  }
  /* Parallax Sections */
  section.parallax header,
  section.parallax .icon {
    padding-bottom: 40px;
  }
  section.parallax .slides {
    padding-top: 40px;
  }
  section.parallax.subscribe input[type="text"] {
    width: 60%;
    margin-top: 40px;
  }
  /* Posts */
  section.posts .row {
    width: 100%;
  }
  section.posts .content > div:not( :nth-child(1)) .row {
    margin-top: 40px;
  }
  section.posts .more {
    margin-top: 40px;
  }
  /* Our Skills */
  section.skills .content > div {
    width: 140px;
  }
  section.skills .row span {
    padding-bottom: 30px;
  }
  /* Portfolio */
  section.portfolio nav {
    line-height: 1.2em;
    padding-bottom: 40px;
  }
  section.portfolio .content > div {
    width: 50%;
  }
  section.portfolio .content .row {
    width: 80%;
  }
  section.portfolio .details .image {
    width: 95.23809523809524%;
  }
  section.portfolio .details .information {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* Our Team */
  section.team .content > div:nth-of-type(-n+2) .row {
    margin-top: 0 !important;
  }
  section.team .row {
    margin-top: 30px !important;
  }
  section.team .row .photo {
    width: 80%;
  }
  section.team .row .photo .hover .social {
    font-size: 1.8em;
  }
  section.team .row .name {
    margin-top: 2em;
  }
  section.team .row .name span {
    display: block;
  }
  section.team .content > div {
    width: 210px;
    float: left;
  }
  /* Pricing Tables */
  section.pricing .content > div:first-child .row {
    margin-top: 0 !important;
  }
  section.pricing .content .row {
    width: 98.66666666666667%;
    margin-top: 40px !important;
  }
  section.pricing .content .row .table {
    padding: 30px 20px;
  }
  section.pricing .content .row .table header :not(span) {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  section.pricing .content .row .table ul li {
    padding: 6px 0;
  }
  section.pricing .content .row .table .button {
    margin-top: 25px;
  }
  /* Get in Touch */
  section.contact .content .row {
    padding-bottom: 20px !important;
  }
  section.contact .content .row textarea {
    float: none;
  }
  section.contact .content .button {
    margin-top: 10px;
  }
  /* Footer */
  footer .social a i {
    width: 40px;
    padding: 6px 0;
  }
  footer small {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  /***** BLOG PAGE *****/
  /* Posts */
  section.blog.header.offsetTop {
    padding-top: 136px;
  }
  section.blog .post {
    padding: 30px 0;
  }
  section.blog .post .image,
  section.blog .post .imageSlider,
  section.blog .post iframe {
    margin-bottom: 30px;
  }
  section.blog .post header .details {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  /* Author Info */
  section.author .row .photo {
    width: 50%;
  }
  section.author .row header {
    margin-top: 2.5em;
  }
  section.author .text {
    padding-top: 30px;
  }
  /* Comments */
  section.comments .comment {
    padding-bottom: 30px;
  }
  /* Comment Form */
  section.reply .content .row {
    padding-bottom: 10px;
  }
  section.reply .content .button {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .mt {
    
    top: 27% !important;
}
    .mt a {
    font-size: 20px !important;
}
    section.welcome {
        height: 35% !important; 
    }
    section.welcome .images {
     display: block !important; 
}

}
section.welcome .images {
    display: block !important;
}
section.welcome {
    height: auto !important;;
    clear: both;
}
/* Small phones (portrait) */
@media only screen and (min-width: 300px) and (max-width: 342px) {

    
 .mt {
    position: absolute;
    left: 4%;
    top: 19% !important;
}
.mt a {
    font-size: 9px !important;
}

  a.button.slider {
        padding: 5px 8px;
        letter-spacing: 1px;
       
    }
    
}


@media only screen and (min-width: 342px) and (max-width: 360px) {

    
 .mt {
    position: absolute;
    left: 4%;
    top: 15% !important;
}
.mt a {
    font-size: 9px !important;
}

  a.button.slider {
        padding: 5px 8px;
        letter-spacing: 1px;
       
    }
    
}

@media only screen and (min-width: 360px) and (max-width: 374px) {

    
 .mt {
    position: absolute;
    left: 4%;
    top: 19% !important;
}
.mt a {
    font-size: 9px !important;
}

  a.button.slider {
        padding: 5px 8px;
        letter-spacing: 1px;
       
    }
    
}
@media only screen and (min-width: 374px) and (max-width: 390px) {

    
 .mt {
    position: absolute;
    left: 4%;
    top: 22% !important;
}
.mt a {
    font-size: 9px !important;
}

  a.button.slider {
        padding: 5px 8px;
        letter-spacing: 1px;
       
    }
    
}

@media only screen and (min-width: 390px) and (max-width: 412px) {

    
 .mt {
    position: absolute;
    left: 4%;
    top: 18% !important;
}
.mt a {
    font-size: 9px !important;
}

  a.button.slider {
        padding: 5px 8px;
        letter-spacing: 1px;
       
    }
    
}
@media only screen and (min-width: 412px) and (max-width: 430px) {

    
 .mt {
    position: absolute;
    left: 5%;
    top: 18% !important;
}
.mt a {
    font-size: 9px !important;
}

  a.button.slider {
        padding: 5px 8px;
        letter-spacing: 1px;
       
    }
    
}
@media only screen and (min-width: 430px) and (max-width: 445px) {

    
 .mt {
    position: absolute;
    left: 4%;
    top: 18% !important;
}
.mt a {
    font-size: 9px !important;
}

  a.button.slider {
        padding: 5px 8px;
        letter-spacing: 1px;
       
    }
    
}
@media only screen and (min-width: 479px) and (max-width: 540px) {

    
 .mt {
    position: absolute;
    left: 6%;
    top: 30% !important;
}
.mt a {
    font-size: 9px !important;
}

  a.button.slider {
        padding: 5px 8px;
        letter-spacing: 1px;
       
    }
    
}

@media only screen and (min-width: 540px) and (max-width: 590px) {

    
 .mt {
    position: absolute;
    left: 6%;
    top: 30% !important;
}
.mt a {
    font-size: 9px !important;
}

  a.button.slider {
        padding: 5px 8px;
        letter-spacing: 1px;
       
    }
    
}

@media only screen and (min-width: 590px) and (max-width: 640px) {

    
 .mt {
    position: absolute;
    left: 6%;
    top: 36% !important;
}
.mt a {
    font-size: 12px !important;
}

  a.button.slider {
        padding: 7px 9px;
        letter-spacing: 2px;
       
    }
    
}

@media only screen and (min-width: 640px) and (max-width: 700px) {

    
 .mt {
    position: absolute;
    left: 6%;
    top: 39% !important;
}
.mt a {
    font-size: 12px !important;
}

  a.button.slider {
        padding: 10px 11px;
        letter-spacing: 2px;
       
    }
    
}

@media only screen and (min-width: 700px) and (max-width: 750px) {

    
 .mt {
    position: absolute;
    left: 6%;
    top: 27% !important;
}
.mt a {
    font-size: 12px !important;
}

  a.button.slider {
        padding: 12px 17px;
        letter-spacing: 2px;
       
    }
    
}

@media only screen and (min-width: 750px) and (max-width: 810px) {

    
 .mt {
    position: absolute;
    left: 6%;
    top: 28% !important;
}
.mt a {
    font-size: 12px !important;
}

  a.button.slider {
       
        letter-spacing: 2px;
       
    }
    
}

@media only screen and (min-width: 810px) and (max-width: 850px) {

    
 .mt {
    position: absolute;
    left: 7%;
    top: 28% !important;
}
.mt a {
    font-size: 12px !important;
}

  a.button.slider {
       
        letter-spacing: 2px;
       
    }
    
}
@media only screen and (min-width: 850px) and (max-width: 950px) {

    
 .mt {
    position: absolute;
    left: 7%;
    top: 83% !important;
}
.mt a {
    font-size: 14px !important;
}

  a.button.slider {
       
        letter-spacing: 2px;
       
    }
    
}

@media only screen and (min-width: 920px) and (max-width: 950px) {

    
 .mt {
    position: absolute;
    left: 8%;
    top: 30% !important;
}
.mt a {
    font-size: 12px !important;
}

  a.button.slider {
       
        letter-spacing: 2px;
       
    }
    
}

@media only screen and (min-width: 950px) and (max-width: 1000px) {

    
 .mt {
    position: absolute;
    left: 8%;
    top: 56% !important;
}
.mt a {
    font-size: 12px !important;
}

  a.button.slider {
       
        letter-spacing: 2px;
       
    }
    
}
@media only screen and (min-width: 1000px) and (max-width: 1050px) {

    
 .mt {
    position: absolute;
    left: 8%;
    top: 65% !important;
}
.mt a {
    font-size: 16px !important;
}

  a.button.slider {
       
        letter-spacing: 2px;
       
    }
    
}
@media only screen and (min-width: 1050px) and (max-width: 1100px) {

    
 .mt {
    position: absolute;
    left: 8%;
    top: 61% !important;
}
.mt a {
    font-size: 12px !important;
}

  a.button.slider {
       
        letter-spacing: 2px;
       
    }
    
}
@media only screen and (min-width: 1100px) and (max-width: 1140px) {

    
 .mt {
    position: absolute;
    left: 8%;
    top: 63% !important;
}
.mt a {
    font-size: 12px !important;
}

  a.button.slider {
       
        letter-spacing: 2px;
       
    }
    
}
@media only screen and (min-width: 1140px) and (max-width: 1200px) {

    
 .mt {
    position: absolute;
    left: 8%;
    top: 87% !important;
}
.mt a {
    font-size: 12px !important;
}

  a.button.slider {
       
        letter-spacing: 2px;
       
    }
    
}
@media only screen and (min-width: 1200px) and (max-width: 1260px) {

    
 .mt {
    position: absolute;
    left: 8%;
    padding: 18px;
    top: 69% !important;
}
.mt a {
    font-size: 14px !important;
}

  a.button.slider {
       
        letter-spacing: 2px;
       
    }
    
}

@media only screen and (min-width: 1260px) and (max-width: 1340px) {

    
 .mt {
    position: absolute;
    left: 8%;
    padding: 18px;
    top: 85% !important;
}
.mt a {
    font-size: 15px !important;
}

  a.button.slider {
       
        letter-spacing: 2px;
       
    }
    
}

@media only screen and (min-width: 1340px) and (max-width: 1400px) {

    
 .mt {
    position: absolute;
    left: 8%;
    padding: 18px;
    top: 82% !important;
}
.mt a {
    font-size: 16px !important;
}

  a.button.slider {
       
        letter-spacing: 2px;
       
    }
    
}

@media only screen and (min-width: 1400px) and (max-width: 1500px) {

    
 .mt {
    position: absolute;
    left: 8%;
    padding: 18px;
    top: 77% !important;
}
.mt a {
    font-size: 16px !important;
}

  a.button.slider {
       
        letter-spacing: 2px;
       
    }
    
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {

    
 .mt {
    position: absolute;
    left: 3%;
    padding: 20px;
    top: 77% !important;
}
.mt a {
    font-size: 28px !important;
}

  a.button.slider {
       
        letter-spacing: 2px;
       
    }
    
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {

    
 .mt {
    position: absolute;
    left: 4%;
    padding: 20px;
    top: 80% !important;
}
.mt a {
    font-size: 28px !important;
}

  a.button.slider {
       
        letter-spacing: 2px;
       
    }
    
}
@media only screen and (min-width: 1800px) and (max-width: 4000px) {

    
 .mt {
    position: absolute;
    left: 3%;
    padding: 20px;
    top: 62% !important;
}
.mt a {
    font-size: 28px !important;
}

  a.button.slider {
       
        letter-spacing: 2px;
       
    }
    
}
@media screen and (min-width: 445px) and (max-width: 479px) {
    
    .mt {
    position: absolute;
    left: 4%;
    top: 27% !important;
}
.mt a {
    font-size: 9px !important;
}

  a.button.slider {
        padding: 5px 8px;
        letter-spacing: 1px;
       
    }
  /* Offsets */

    a.button.slider {
        padding: 5px 8px;
        letter-spacing: 1px;
       
    }

a.button.slider {
    padding: 6px 20px;
    letter-spacing: 1px;
    border-radius: 3px;
    background: #dc117a;
  
}

section.welcome {
     height:22% !important;
    clear: both;
}



a.button.slider.scroll.pricelist {
    color: #fff;
    width: 100%;
 padding: 7px;
    font-size: 14px;
    margin-left: 0px;
}
  a.button.slider.pricelist {
    color: #fff;
    width: 100%;
    padding: 7px;
    font-size: 14px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
}

section.welcome .images {
    display: block;
}

  .textcenter{
	  text-align:center !important;
  }
  .offsetTop {
    padding-top: 0px;
  }
  .offsetBottom {
    padding-bottom: 40px;
  }
  /* Welcome */
  section.welcome .slider.content h1 {
    padding-bottom: 30px;
  }
  section.welcome .slider.content h2 {
    padding-bottom: 30px;
  }
  section.welcome .slider.content p {
    padding-bottom: 40px;
  }
  section.welcome .slider.arrows {
    display: none;
  }
  /* About Us */
  section.about .circles .column3 {
    width: auto;
    display: block;
  }
  section.about .circles .column3:nth-child(even) {
    float: right;
  }
  section.about .circles .column3:nth-child(1) .row,
  section.about .circles .column3:nth-child(2) .row {
    margin-top: 40px;
  }
  section.about .circles .row {
    margin-top: 20px;
    padding-bottom: 135px;
    width: 135px;
  }
  section.about .circles .row h1 {
    font-size: 2.5em;
    padding-top: 35px;
    padding-bottom: 10px;
  }
  /* Services */
  section.services .line {
    padding-top: 0 !important;
  }
  section.services .horizontal .row .icon {
    width: 20%;
    padding-bottom: 20%;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 0.9em;
  }
  section.services .horizontal .row p {
    padding: 0;
    text-align: center;
  }
  section.services .horizontal .row:nth-child(1) .icon {
    margin-top: 0;
  }
  section.services .horizontal .line + .line .row:nth-child(1) .icon {
    margin-top: 30px;
  }
  section.services .vertical .row .icon {
    width: 25%;
    padding-bottom: 25%;
    margin-top: 40px;
    font-size: 0.9em;
  }
  section.services .vertical .row p {
    padding: 0;
    text-align: center;
  }
  section.services .vertical .row:nth-child(1) .icon {
    margin-top: 0;
  }
  section.services .vertical .line + .line .row:nth-child(1) .icon {
    margin-top: 30px;
  }
  /* Posts */
  section.posts .row {
    padding-bottom: 20px;
  }
  section.posts .row header h6 {
    padding: 25px 20px 20px;
  }
  section.posts .row p {
    padding: 0 20px;
  }
  section.posts .row .details {
    padding: 20px 20px 0;
  }
  /* Portfolio */
  section.portfolio .details .image {
    width: 93.33333333333333%;
  }
  /* Our Skills */
  section.skills .content > div {
    width: 100px;
  }
  /* Our Team */
  section.team .row .photo .hover .social {
    font-size: 1.5em;
  }
  section.team .row .name {
    margin-top: 1em;
  }
  section.team .content > div {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  /* Get in Touch */
  section.contact .content .row {
    width: 100%;
  }
  section.contact .content .row .field,
  section.contact .content .row textarea {
    width: 83.33333333333333%;
  }
  /* Footer */
  footer small {
    padding-bottom: 0px;
  }
  /***** BLOG PAGE *****/
  /* Posts */
  section.blog.header.offsetTop {
    padding-top: 116px;
  }
  /* Author Info */
  section.author .row header {
    margin-top: 2em;
  }
  section.author .text {
    padding-top: 25px;
  }
  /* Comments */
  section.comments .comment .details > div {
    padding-top: 0;
  }
  section.comments .comment .details .date,
  section.comments .comment .details .reply {
    padding-top: 9px;
  }
  /* Comment Form */
  section.reply .content .row {
    width: 100%;
  }
  section.reply .content .row input.field,
  section.reply .content .row textarea {
    width: 83.33333333333333%;
  }
}
