/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Trebuchet MS', sans-serif;
}

hr {
    border-color: #F05F40;
    border-width: 3px;
    max-width: 50px;
}

hr.light {
    border-color: white;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #F05F40;
}

a:hover, a:focus {
    color: #eb3812;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Trebuchet MS', cursive;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.bg-primary {
    background-color: #5F5F5F;
}

.bg-dark {
    background-color: #222222;
    color: white;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

section {
    padding: 100px 0;
}

aside {
    padding: 20px 0 0 0;
}

.no-padding {
    padding: 0;
}

.navbar-brand {
    padding: 5px;
}

.navbar-brand>img {
    height: 40px;
}

.navbar-default {
    background-color: rgba(50, 50, 50, 0.8);
    border-color: rgba(34, 34, 34, 0.05);
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.navbar-default .navbar-header .navbar-brand {
    color: #F05F40;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .navbar-header .navbar-toggle {
    font-weight: 700;
    font-size: 12px;
    color: #222222;
    text-transform: uppercase;
}

.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #222222;
}

.navbar-default .nav>li>a:hover, .navbar-default .nav>li>a:focus:hover {
    color: #F05F40;
}

.navbar-default .nav>li.active>a, .navbar-default .nav>li.active>a:focus {
    color: #F05F40 !important;
    background-color: transparent;
}

.navbar-default .nav>li.active>a:hover, .navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0.3);
    }
    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
        color: white;
    }
    .navbar-default .nav>li>a, .navbar-default .nav>li>a:focus {
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar-default .nav>li>a:hover, .navbar-default .nav>li>a:focus:hover {
        color: white;
    }
    .navbar-default.affix {
        background-color: white;
        border-color: rgba(34, 34, 34, 0.05);
    }
    .navbar-default.affix .navbar-header .navbar-brand {
        color: #F05F40;
        font-size: 14px;
    }
    .navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }
    .navbar-default.affix .nav>li>a, .navbar-default.affix .nav>li>a:focus {
        color: #222222;
    }
    .navbar-default.affix .nav>li>a:hover, .navbar-default.affix .nav>li>a:focus:hover {
        color: #F05F40;
    }
}

.navbar-collapse.in {
    background-color: BurlyWood;
}

.navbar-toggle {
    border: 0px;
    padding: 10px;
}

.navbar .btn {
    margin: 10px;
}

header {
    position: relative;
    width: 100%;
    min-height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    /*background-image: url('../img/kids-bw.jpg');children-cobblestone.jpg*/
    background-image: url('../img/family-silhouette.jpg');
    text-align: center;
    color: white;
}

header .header-content, .pricing-content {
    position: relative;
    text-align: center;
    padding: 100px 15px 100px;
    width: 100%;
    height: 80vh;
    top: 65%;
}

header .header-content .header-content-inner h1 {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
    overflow-x: hidden;
}

header .header-content .header-content-inner p {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin-bottom: 50px;
    top: 65%;
}

header .header-content .header-app-banner {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
}

section {
    min-height: 95vh;
}

section#pricing {
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url('../img/kids-bw.jpg');
    text-align: center;
    color: white;
}

@media (min-width: 768px) {
    header {
        min-height: 100%;
    }
    header .header-content, .pricing-content {
        position: absolute;
        top: 65%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 50px;
    }
    header .header-content .header-content-inner, .pricing-content-inner {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    header .header-content .header-content-inner h1 {
        font-size: 50px;
    }
    header .header-content .header-content-inner p {
        font-size: 18px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    header .header-content .header-app-banner {
        bottom: 25%;
    }
    #pricing {
        position: absolute
    }
}

.section-heading {
    margin-top: 0;
}

.service-box {
    max-width: 400px;
    margin: 50px auto 0;
}

@media (min-width: 992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
    color: white;
    opacity: 0;
    display: block;
    background: rgba(240, 95, 64, 0.9);
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    padding: 0 15px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

.portfolio-box:focus {
    outline: none;
}

@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #F05F40;
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    color: #222222;
    background-color: white;
    border: 1px solid black !important;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #222222;
    background-color: #f2f2f2;
    border-color: #ededed;
}

.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: white;
    border-color: white;
}

.btn-default .badge {
    color: white;
    background-color: #222222;
}

.btn-primary {
    color: white;
    background-color: #F05F40;
    border-color: #F05F40;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: white;
    background-color: #ee4b28;
    border-color: #ed431f;
}

.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #F05F40;
    border-color: #F05F40;
}

.btn-primary .badge {
    color: #F05F40;
    background-color: white;
}

.btn {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    border: none;
    border-radius: 300px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

::selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

img::selection {
    color: white;
    background: transparent;
}

img::-moz-selection {
    color: white;
    background: transparent;
}

body {
    -webkit-tap-highlight-color: #222222;
}

.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #f1f1f1;
    left: 40px;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px;
}

.timeline>li:before, .timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline>li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-color: #F05F40;
    color: white;
    border-radius: 100%;
    border: 7px solid #f1f1f1;
    text-align: center;
    display: table;
}

.timeline>li .timeline-image h4 {
    font-size: 10px;
    margin-top: 12px;
    line-height: 20px;
}

.timeline>li .timeline-btn {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    border: 7px solid #f1f1f1;
    text-align: center;
    font-size: 12px;
    display: table;
}

.timeline-btn .btn-text {
    display: table-cell;
    vertical-align: middle;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading {
    margin-bottom: 10px;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
    display: table-cell;
    vertical-align: middle;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p, .timeline .timeline-body>ul {
    margin-bottom: 0;
}

.mobile-styling input {
  border: none;
  border-radius: 0px !important;
  box-shadow: none;
}

.mobile-styling .form-control-feedback {
  color: #F05F40;
}

@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }
    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }
    .timeline>li .timeline-panel {
        width: 41%;
        float: left;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
    .timeline>li .timeline-image, .timeline>li .timeline-btn {
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px;
        font-size: 12px;
        white-space: initial;
    }
    .timeline>li .timeline-image h4 {
        font-size: 13px;
        line-height: 18px;
        display: table-cell;
        vertical-align: middle;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        text-align: left;
        padding: 0 30px 20px 20px;
    }

    .timeline>li:not(.timeline-inverted) .timeline-heading{
      width: 100%;
      display: inline-block;
      margin-bottom: 0;
    }
    .timeline>li:not(.timeline-inverted) .timeline-heading h4{
      float:right;
    }
}

@media (min-width: 992px) {
    .timeline>li {
        min-height: 150px;
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }
    .timeline>li .timeline-image, .timeline>li .timeline-btn {
        width: 150px;
        height: 150px;
        margin-left: -75px;
        font-size: 18px;
        white-space: initial;
    }
    .timeline>li .timeline-image h4 {
        font-size: 18px;
        line-height: 26px;
        display: table-cell;
        vertical-align: middle;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media (min-width: 1200px) {
    .timeline>li {
        min-height: 170px;
    }
    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }
    .timeline>li .timeline-image, .timeline>li .timeline-btn {
        width: 170px;
        height: 170px;
        margin-left: -85px;
        font-size: 22px;
        white-space: initial;
        vertical-align: middle;
    }
    .timeline>li .timeline-image h4 {
        display: table-cell;
        vertical-align: middle;
    }
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

input, .alert {
    font-family: Arial, Helvetica, sans-serif;
}

.help-block {
    color: Red;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

a.btn {
    margin-bottom: 10px;
}

.user-control-form .container {
    margin-left: 5px;
    margin-right: 5px;
    width: 100%;
}

.user-control-form {
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    text-align: center;
    color: black;
    min-height: 100%;
}

.user-control-form .loginpane {
    margin-top: auto;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 20px;
    padding-bottom: 20px;
}

.user-control-form .btn {
    margin-bottom: 10px;
}

.user-control-form .input-group {
    margin-bottom: 10px;
}

#login {
    background-image: url('../img/dad-boy.jpg');
}

#login .logo {
    height: 130px;
}

#signup {
    background-image: url('../img/girl-fence.jpg');
}

#signup .logo {
    height: 100px;
}

#resetpassword {
    background-image: url('../img/girl-swing.jpg');
}

#resetpassword .logo {
    height: 100px;
}

.password-check, .field-check {
    position: absolute;
    top: 4px;
    right: 8px;
    font-size: 20px;
    z-index: 5;
}

@media (max-width: 767px) {
    .g-recaptcha {
        transform: scale(0.96);
        transform-origin: 0 0;
    }
}

.g-recaptcha {
    margin-bottom: 10px;
}

.captcha {
    margin: auto;
}

select, textarea, input, select:focus, textarea:focus, input:focus {
    font-size: 16px !important;
}

.has-feedback-left input.form-control {
    padding-left: 34px;
    /* @input-height-base; */
    padding-right: 12px;
    /* @padding-base-horizontal */
}

.has-feedback-left .form-control-feedback {
    left: 0px;
    z-index: 100;
}

#signupform .alert {
    padding: 5px;
    margin-top: 5px;
}

#myModal {
    padding: 0 !important;
}

#myModal .modal-dialog {
    width: auto;
    margin: 5px;
}

#myModal .modal-content {
    padding: 20px;
}

@media (min-width: 768px) {
    #myModal .modal-dialog {
        margin: 20px;
    }
}

.social-media-ico {
    color: white;
}

/***** Blog *****/

.btn-page {
  margin-bottom: 30px !important;
}

.navbar-blog {
  background-color: white;
}

.navbar-blog .nav>li>a, .navbar-blog .nav>li>a:focus {
    color: #222222;
}

.navbar-blog .nav>li>a:hover, .navbar-blog .nav>li>a:focus:hover {
    color: #F05F40;
}

.content, .single {
    border-bottom: 1px solid #d2d2d2;
}

.content-main {
    padding-left: 0;
    width: 60%;
}

.content-grids {
    margin-top: 4em;
}

.single h3 {
  color: #F05F40 !important;
}

.post-info {
    background: #fff;
    padding: 1em;
}

.post-info h4 {
    color: #afafaf;
    font-family: 'Lato', sans-serif;
    font-size: 0.8em;
    margin-bottom: 1em;
}

.post-info h4 a {
    font-size: 1.7em;
    color: #00aeff;
    margin-right: 0.7em;
    display: inline-block;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.post-info h4 a:hover {
    color: #4a5054;
}

.post-info p {
    font-family: 'Lato', sans-serif;
    color: #9a9da0;
    font-size: 0.9em;
    line-height: 1.5em;
    margin-bottom: 1em;
}

.post-info a span {
    background: url(../images/more.png) no-repeat 0px 3px;
    height: 18px;
    width: 15px;
    display: inline-block;
    margin-right: 7px;
}

.post-info a {
    color: #626465;
    font-weight: 400;
    font-size: 1em;
    display: inline-block;
    text-decoration: none;
}

.post-info a:hover {
    color: #00aeff;
}

.content-grid-info {
    position: relative;
    margin-bottom: 3em;
    border: 1px solid #a6aaae;
    /*border-right: 1px solid #a6aaae;*/
}

.content-grid-info img {
  width: 100%;
}

.post-info:before, .post-info:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.post-info:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.comments-wrap {
  margin-top: 2em;
}

.content-right {
    padding-left: 1em;
}

.recent, .comments, .archives {
    margin-bottom: 3em;
}

.recent h3, .comments h3, .archives h3, .categories h3 {
    color: #4a5054;
    font-size: 1.1em;
    margin-bottom: 0.5em;
}

.recent ul, .comments ul, .archives ul, .categories ul {
    padding-left: 10px;
}

.recent ul li, .comments ul li, .archives ul li, .categories ul li {
    display: block;
}

.recent li a, .comments ul li a, .archives ul li a, .categories ul li a {
    color: #7C7C7C;
    border-bottom: 1px solid #a6aaae;
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
    text-decoration: none;
    padding: 6px 0 0 0;
    display: inline-block;
    font-weight: 400;
}

.comments ul li {
    color: #7C7C7C;
    font-size: 0.9em;
    border-bottom: none;
    margin: 0 5px;
    font-family: 'Lato', sans-serif;
}

.recent li a:hover, .comments ul li a:hover, .archives ul li a:hover, .categories ul li a:hover {
    color: #00aeff;
}

ul.comment-list {
    border: 1px solid #BAB6B6;
    padding: 1em;
    margin: 3em 0;
    list-style: none;
}

.comment-list .comment-author {
  margin: 0;
}
.comment-list .gravatar {
  width: 60px;
}

.comment-list .post-timedate {
  font-size: 75%;
  margin: 0;
}

.comment-list .comment {
  margin-top: 5px;
}

h5.post-author_head {
    font-size: 1.3em;
    color: #848484;
    margin: 0 0 1em;
}

h5.post-author_head a {
    color: #848484;
}

h5.post-author_head a:hover {
    color: #00aeff;
}

ul.comment-list img {
    float: left;
    width: 10%;
    margin-right: 20px;
}

.content-form form input[type="text"], .content-form form textarea {
    padding: 10px 15px;
    width: 100%;
    color: #333;
    font-size: 1em;
    border: 1px solid #F6F1DE;
    font-family: 'Lato', sans-serif;
    outline: none;
    display: block;
    margin: 10px 0;
}

.content-form form textarea {
    height: 200px;
    resize: none;
    margin: 0;
}

.content-form form input[type="submit"] {
  margin-bottom: 2em;
}

.content-form form input[type="submit"]:hover {
    background: transparent;
    color: #00aeff;
}

.content-form h3 {
    margin-bottom: 1em;
    text-decoration: none;
    display: block;
}

.single{
    padding:2em 0;
}

.single h3 {
  margin-bottom: 0;
}

.single .post-timedate {
  margin-top: 0;
}

.single-grid p {
    font-family: 'Lato', sans-serif;
    color: #9a9da0;
    font-size: 1em;
    line-height: 1.8em;
    margin:1em 0;
    text-align:justify;
}

.single-grid img{
    width:100%;
}

.single-main h3 > .btn {
  margin-bottom: 0;
  margin-left: 15px;
}

.myAlert-bottom {
  position: fixed;
  bottom: 0;
  margin-bottom:0;
  left: 0%;
  width: 100%;
  border-radius: 0;
  text-align: center;
  z-index: 200;
}

.btn-banner {
  white-space: normal;
  width: 100%;
}

.countdown {
  margin-top:10px;
}

.light{
  font-weight: 300;
  font-family: "Helvetica Neue";
}

.heavy{
  font-weight: 800;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.offer-label {
  font-size: 16px;
}

#offerModal .modal-header {
  background-color: #F05F40;
  color: white;
}

#offerModal .modal-content {
  border-radius: 0;
}

#stepmomToolbelt {
  width: 100%;
}

#mobilelogin {
  background-color: #505050;
}

/*----responsive-menu-start---*/
@media(max-width:1200px) {
    .content-main {
        width: 73%;
    }
    .content-right {
        width: 27%;
    }
}

@media(max-width:768px) {
    .content-grids {
        margin-top: 3em;
    }
    .content-main {
        width: 100%;
        padding: 0;
    }
    .content-grid-info img {
        width: 100%;
    }
    .content-right {
        width: 100%;
        margin-top: 2em;
        padding: 0;
    }
    .recent, .comments, .archives, .categories {
        margin-bottom: 2em;
        width: 50%;
        float: left;
    }
    .content-grid-info {
        margin-bottom: 2em;
    }
    .single-main,.side-content{
        padding:0;
    }
    .side-content{
        margin-top:2em;
    }
    .single-grid p {
        font-size: 0.9em;
    }
}

@media(max-width:640px) {
    .post-info h4 {
        font-size: 0.7em;
    }
    .post-info h4 a {
        font-size: 1.7em;
    }
    .post-info {
        padding: 1.5em;
    }
    .content-grids {
        margin-top: 2.5em;
    }
    .post-info p {
        font-size: 0.85em;
    }
    .post-info a {
        font-size: 0.85em;
    }
    .post-info a span {
        vertical-align: top;
    }
    .recent h3, .comments h3, .archives h3, .categories h3 {
        font-size: 1em;
    }
    .recent li a, .comments ul li a, .archives ul li a {
        font-size: 0.85em;
    }
    .comments ul li a {
        font-size: 0.9em;
    }
    h5.post-author_head {
        font-size: 1.2em;
    }
    ul.comment-list {
        padding: 1.5em;
        margin: 2em 0;
    }
    .content-form h3 {
        font-size: 1.2em;
    }
    .content-grid-info {
        margin-bottom: 2em;
    }
}

@media(max-width:480px) {
    .post-info h4 {
        font-size: 0.6em;
    }
    .post-info h4 a {
        font-size: 1.8em;
    }
    .post-info p {
        font-size: 0.8em;
    }
    .post-info a {
        font-size: 0.8em;
    }
    .post-info a span {
        width: 12px;
        background-size: 100%;
        vertical-align: text-bottom;
    }
    .recent h3, .comments h3, .archives h3, .categories h3 {
        font-size: 0.95em;
    }
    .recent li a, .archives ul li a {
        font-size: 0.79em;
    }
    .comments ul li a {
        font-size: 0.88em;
    }
    .about-content h2 {
        font-size: 1.4em;
    }
    .content-grid-info {
        margin-bottom: 1.5em;
    }
    .single {
        padding: 1.5em 0;
    }
    .single-grid p {
        font-size: 0.85em;
        overflow: hidden;
    }
}

@media(max-width:320px) {
    .post-info h4 a {
        font-size: 1.8em;
        margin-bottom: 0.5em;
        margin-right: 1.7em;
    }
    .post-info p {
        font-size: 0.77em;
        overflow: hidden;
        height: 40px;
        margin-bottom: 0.5em;
    }
    .recent, .categories {
        margin-bottom: 1.5em;
        width: 100%;
    }
    .comments, .archives {
        display: none;
    }
    ul.comment-list {
        padding: 1em;
        margin: 1em 0;
    }
    h5.post-author_head {
        font-size: 1em;
    }
    .content-form form input[type="text"], .content-form form textarea {
        padding: 6px 10px;
        font-size: 0.8em;
    }
    .content-form form textarea {
        height: 135px;
    }
    .content-form h3 {
        font-size: 1.1em;
    }
    .single {
        padding: 1em 0;
    }
    .single-grid p {
        font-size: 0.77em;
    }
}
