/*
 Theme Name:    Total Child
 Description:   Total Child Theme für GWriters
 Author:        WPExplorer
 Theme URI:     https://themeforest.net/item/total-responsive-multipurpose-wordpress-theme/6339019
 Author URI:    https://themeforest.net/user/wpexplorer
 Template:      total
 Version:       1.1
 Text Domain:   Total-child-theme
*/
/*image wrapping in wordpress posts*/
img.alignright {float:right; margin:1em 0 1em 1em}
img.alignleft {float:left; margin:1em 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

/*additional GWriters Styles - Total child theme*/

*, *:before, *:after {
  -webkit-appearance:none !important;
}

.theme-button {
  max-width: 91vw;
}

/* ------------------------
HEADER
------------------------ */
#site-header {
    box-shadow: none;
    border-bottom: 1px solid #e0e0e0;
}

/* ------------------------
IMAGES
------------------------ */
.procedureImage img {
    margin-top: 30px;
    width: 140px;
}

/* ------------------------
BUTTONS
------------------------ */
@media screen and (max-width: 480px) {
    .theme-button {
        text-transform: none !important;
        width: 100% !important;
    }
}

/* ------------------------
HEADLINES
------------------------ */
    .blog h2 {
        font: 700 26px/36px 'Montserrat', sans-serif;
    }

@media screen and (max-width: 1280px) {
    .entry h1 {
        font: 700 40px/54px 'Montserrat', sans-serif;
    }
}

@media screen and (max-width: 800px) {
    .entry h1 {
        font: 700 22px/36px 'Montserrat', sans-serif;
        font-size: 35px;
    }

    .entry h2, .entry h3 {
        font: 700 22px/36px 'Montserrat', sans-serif;
    }

}
.entry h2, .entry h3 {
        font: 700 22px/36px 'Montserrat', sans-serif!important;
    }

/* ------------------------
ROW SPACING
------------------------ */
@media screen and (max-width: 1280px) {
    .customRowSpacingTopBottom {
        padding-top: 54px !important;
        padding-bottom: 51px !important;
    }

    .customRowSpacingTop {
        padding-top: 54px !important;
    }

    .customRowSpacingBottom {
        padding-bottom: 54px !important;
    }
}

@media screen and (max-width: 768px) {
    .customRowSpacingTopBottom {
        padding-top: 34px !important;
        padding-bottom: 31px !important;
    }

    .customRowSpacingTop {
        padding-top: 34px !important;
    }

    .customRowSpacingBottom {
        padding-bottom: 34px !important;
    }
}

/* ------------------------
NAVIGATION BUTTON
------------------------ */
#menu-main li:nth-last-child(2), #menu-main li:last-child {
    margin-top: 4px;
    margin-left: 20px;
    height: 42px;
    background: #999999;
    border-radius: 2px;
    transition: all 0.25s ease-in-out!important;
}

#menu-main li:last-child {
    background: #ff6602;
    display: none;
}

#menu-main li:nth-last-child(2) a, #menu-main li:last-child a {
    padding: 0;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.navbar-style-one .dropdown-menu > li:nth-last-child(2) > a > span.link-inner,
.navbar-style-one .dropdown-menu > li:last-child a > a > span.link-inner {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
    position: relative;
    top: -1px;

}

#menu-main li:nth-last-child(2):hover, #menu-main li:last-child:hover {
    background: #141414;
}

#menu-main li:last-child:hover {
    background: #c14c00;
}

#menu-main li:nth-last-child(2) a:hover, #menu-main li:last-child a:hover {
    color: #fff;
}

.single #menu-main li:last-child {
    display: block;
}

.single #menu-main li:nth-last-child(2){
    display: none;
}

/* ------------------------
INDEX // INTRO
------------------------ */
.home .introVisual {
    height: calc(100vh - 290px) !important;
    position: relative;
}

.home .introVisual .container {
    max-width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%)
}

@media screen and (min-width: 1440px) {
    .home .entry h1 {
        font: 700 60px/74px 'Montserrat', sans-serif;
    }
}

@media screen and (max-height: 1100px) {
    .home .entry h1 {
        /*margin-top: -5%;*/
    }
}

@media screen and (max-height: 1000px) {
    .home .entry h1 {
        /*margin-top: -10%;*/
    }
}

@media screen and (max-height: 800px) {
    .home .entry h1 {
        font: 700 36px/50px 'Montserrat', sans-serif;
    }
}

@media screen and (max-height: 680px) {
    .home .introVisual {
        height: calc(100vh - 300px) !important;
    }
}

@media screen and (max-height: 600px) {
    .home .entry h1 {
        font: 700 22px/36px 'Montserrat', sans-serif;
    }

    .home .introVisual {
        height: calc(100vh - 200px) !important;
    }
}

@media screen and (max-width: 600px) {
    .home .entry h1 {
        margin-top: 0;
        line-height: 1.2em;
        padding-top: 40px;
    }

    .home .introVisual {
        min-height: 400px !important;
    }

    .home .introVisual p {
        line-height: 20px;
    }
}

/* ------------------------
INDEX // PHONE NUMBER
------------------------ */
@media screen and (max-width: 800px) {
    .customPhoneNumber span {
        font-size: 26px !important;
    }
}

/* ------------------------
INDEX // PERFORMANCE
------------------------ */
.linkPerformance {
    font-size: 13px;
    display: block;
    /* margin-bottom: -150px; */
    min-height: 152px;
    /* position: relative; */
    text-decoration: none !important;
    /* top: -140px; */
    display: flex;
}

.linkPerformance:hover {
    color: #ff6602;
}

.linkPerformance:hover .showPerformanceDetail {
    opacity: 1;
    transition: opacity .5s ease-in-out;
}

.showPerformanceDetail {
    background: #fff;
    display: block;
    margin-top: 1px;
    min-height: 150px;
    opacity: 0;
    padding: 20px 25px;
    text-align: center;
    transition: opacity .5s ease-in-out;
}
.position-relative .vc_column-inner .wpex-vc-column-wrapper {
  position: relative;
}
.hover-content-wrapper {
  position: absolute;
  top: 0;
}

#performance img {
    height: 60px;
    width: 60px;
}

.perforcmanceColOne > div > div,
.perforcmanceColTwo > div > div,
.perforcmanceColThree > div > div {
    border-right: 0px !important;
}

@media screen and (max-width: 1280px) {

.linkPerformance {
    /* min-height: 180px; */
    }
}

@media screen and (max-width: 1199px) {

    .linkPerformance {
        font-size: 15px;
        /* margin-bottom: -140px; */
        min-height: 152px;
        /* top: -130px; */
        }

    .perforcmanceColOne > div > div {
        border-bottom: 0px !important;
        border-right: 0px !important;
    }

    .perforcmanceColTwo > div > div {
        border-bottom: 0px !important;
        border-right: 1px solid #e0e0e0 !important;
    }

}

@media screen and (max-width: 767px) {
    .showPerformanceDetail {
        display: none;
        }

    .perforcmanceColOne > div > div {
        border-right: 1px solid #e0e0e0 !important;
    }

    .perforcmanceColThree > div > div {
        border-right: 1px solid #e0e0e0 !important;
        border-bottom: 0px !important;
    }
}

@media (min-width: 768px) {
#performance .vc_col-sm-3 {
    width: 50%;
    }
}

@media (min-width: 1200px) {
#performance .vc_col-lg-3 {
    width: 25%;
    }
}

/* ------------------------
INDEX // TAB
------------------------ */
.customTabs .vc_tta-title-text {
    font: 700 16px/32px 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.customTabs .vc_tta-tab>a {
    border: 0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.customTabs .vc_tta-tab.vc_active>a {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid #ff6602 !important;
    color: #444 !important;
}
.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab>a:hover {
    background-color: #fff !important;
}

.tabList ul li {
    background: none !important;
    float: left;
    width: 25%;
}

@media screen and (max-width: 768px) {
    .tabList ul li {
        width: 50%;
    }

    .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a {
        background: #ff6602 !important;
        color: #fff !important;
    }
}

@media screen and (max-width: 480px) {
    .tabList ul li {
        width: 100%;
    }
}

/* ------------------------
INDEX // TAB
------------------------ */
.customTab .vc_tta-tab {
    border-bottom: 1px solid #ccc;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {
    background: none !important;
}

.customTab .vc_tta-tab.vc_active {
    border-bottom:2px solid #ff6602;
}

.customTab ul li a:focus, .customTab ul li a:hover {
    background-color: #fff !important;
}

.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a {
  border: 1px solid #e0e0e0;
  color: #e0e0e0;
}
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a {
  border: 1px solid #ff6602;
}
.vc_single_image-wrapper img {
  opacity: .45;
  /* transition: opacity .05s ease-out; */
}
.vc_single_image-wrapper img:hover {
  opacity: 1;
}



/* ------------------------
INDEX // PRESS LOGOS
------------------------ */
@media (min-width: 768px) {
    #press .vc_col-sm-2 {
        width: 33.3333%;
    }
}

@media (min-width: 1200px) {
    #press .vc_col-lg-2 {
        width: 16.66666667%;
    }
}

/* ------------------------
PERFORMANCE // DETAIL PAGE
------------------------ */
.performanceDetail img {
    height: 75px;
    width: 75px;
}

.performanceDetail p {
    line-height: 1.6;
}

/* ------------------------
MODULE
------------------------ */
ul.tabListThreeCol {
    margin: 0;
    padding: 0;
}

ul.tabListThreeCol li {
    background: none !important;
    float: left;
    width: 33.3333%;
    list-style-type: none;
    padding-left: 25px !important;
    margin-bottom: 6px;
}

@media only screen and (max-width: 640px) {
    ul.tabListThreeCol li {
        width: 100%;
        padding-left: 0px !important;
    }
}

/* ------------------------
FOOTER // CALL OUT
------------------------ */
#footer-callout-wrap {
    border: 0;
    text-align: center;
}


.page-id-632 #footer-callout-wrap {
    display: none;
}

#footer-callout-left, #footer-callout-right {
    width: 100%;
}

#footer-callout-left {
    font: 500 21px/30px 'Montserrat', sans-serif;
    padding: 63px 0 53px 0;
}

#footer-callout-right {
    padding-bottom: 70px;
}

#footer-callout .theme-button {
    border: 2px solid #fff;
    font: 700 15px/20px 'Montserrat', sans-serif;
    padding: 16px 22px;
    text-transform: uppercase;
    width: 310px;
}

#footer-callout .theme-button:hover {
    background: #fff;
    color: #ff6602;
}

@media only screen and (max-width: 480px) {
    #footer-callout .theme-button {
        text-transform: none;
        width: 100%;
    }
}

/* ------------------------
FOOTER
------------------------ */
#footer {
    padding: 30px 0 0 0;
}

#footer .wpex-row .span_1_of_4.col-1,
#footer .wpex-row .span_1_of_4.col-2,
#footer .wpex-row .span_1_of_4.col-3 {
    font: 500 13px/26px 'Montserrat', sans-serif;
    padding-left: 10%;
    width: 33.333%;
}

#footer .wpex-row .span_1_of_4.col-4 {
    width: 100%;
}

#footer .international {
    margin: 20px 0;
    padding: 0;
}

#footer .international li {
    float: left;
    font: 700 13px/22px 'Montserrat', sans-serif;
    margin: 15px 0;
    width: 16.66666666666667%;
}

#footer .international li img {
    float: left;
    margin: 0 8px;
    position: relative;
    width: 24px;
    top: 0;
}

.site-footer {
    font-size: 13px;
}

.footer-widget .widget-title {
    color: #444;
    text-transform: uppercase;
}

.copyright {
    float: left;
    font-size: 11px;
    position: relative;
    top: 4px;
}

.footerNav {
    float: right;
    font-size: 11px;
    margin: 0;
    padding: 0;
    width: auto;
}

.footerNav li {
    float: left;
    margin: 0 6px;
}

.footerNav li a {
    display: block;
    padding: 5px 3px;
    text-transform: uppercase;
}

.FooterSocial {
    float: right;
    list-style: none;
    margin: 5px 10px 0 0;
    padding: 0;
}

.FooterSocial li {
    float: left;
    font-size: 18px;
    margin: 0 12px;
}

@media only screen and (max-width: 1000px) {
    .footerNav {
        margin: 20px 0 60px 0;
        text-align: center;
        width: 100%;
    }

    .footerNav li {
        margin: 2px 0;
        width: 100%;
    }

    .FooterSocial {
        float: none;
        width: 100%;
    }

    .FooterSocial li {
        font-size: 22px;
        margin: 0;
        text-align: center;
        width: 20%;
    }

    .copyright {
        text-align: center !important;
        width: 100%;
    }
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
    #footer .wpex-row .span_1_of_4.col-3.col {
        clear: none;
    }
}

@media only screen and (max-width: 991px) {
    #footer .international li {
        width: 33.333333%;
    }
}

@media only screen and (max-width: 480px) {
    #footer .international li {
        width: 50%;
    }
}

/* ------------------------
BLOG
------------------------ */
.blog header.page-header {
    padding: 40px 0;
}

.blog header .page-header-inner .page-header-title, .single .single-post-title  {
    color: #444;
    font: 700 26px/36px 'Montserrat', sans-serif;
    margin-bottom: 20px;
}

.blog header .page-header-inner .page-subheading {
    color: #444;
    font-size: 15px;
    width: 60%;
}

.blog .blog-entry-media img {
    width: 100%;
}

.blog .theme-button {
    /*font: 500 14px/18px 'Montserrat', sans-serif;*/
    padding: 14px 35px 14px 35px;
    text-transform: uppercase;
}

.blog .meta, .single .meta  {
    font-size: 13px;
}

.blog-entry.large-image-entry-style {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 40px;
}
#comments .submit,
.blog-entry-readmore .theme-button {
    background-color: transparent;
    border: 1px solid #ff6602;
    color: #ff6602;
    padding: 10px 35px 10px 35px;
}
#comments .submit:hover,
.blog-entry-readmore .theme-button:hover {
    color: #fff;
    background-color: #ff6602;
    /*border-color: #c14c00;*/
}

.single #site-header {
    margin-bottom: 60px;
}

 .single .single-post-title {
    margin-bottom: 10px;
}

.sidebar-box .widget-title {
    color: #999 !important;
    font: 300 14px/18px 'Montserrat', sans-serif;
    padding-left: 25px;
    text-transform: uppercase;
}

/*.single #sidebar {
    background: #f2f2f2;
    font: 300 14px/18px 'Montserrat', sans-serif;
    padding: 0;
}

.single #sidebar ul.sidebarList li {
    margin-bottom: 20px;
}

.single #sidebar ul.sidebarList li span {
    float: left;
    margin: 3px 10px 0 0;
}

.single #sidebar .sidebarNumber {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    font: 300 16px/26px 'Montserrat', sans-serif;
    margin: 40px 0 20px 0;
    padding: 20px 0;
    text-align: center;
}

.single #sidebar .number {
    display: block;
    font: 300 28px/30px 'Montserrat', sans-serif;
    margin: 10px 0 0 0;
}

.single #sidebar .serviceTime {
    color: #999999;
    font: 300 14px/18px 'Montserrat', sans-serif;
}

.single #sidebar .sidebarMail {
    font: 300 16px/26px 'Montserrat', sans-serif;
    margin: 0 0 20px 0;
    text-align: center;
}

.single #sidebar .sidebarMail a {
    display: block;
    font: 300 28px/30px 'Montserrat', sans-serif;
    margin: 10px 0 0 0;
}*/

/*.sidebar-box {
    background: #f2f2f2;
    padding: 25px;
}

.BlogSidebar {
    list-style: none;
    margin: 0;
    padding: 0;
}

.BlogSidebar li {
    margin-bottom: -20px;
    width: 100%;
}

.BlogSidebar li img {
    width: 320px;
}*/

@media only screen and (max-width: 1280px) {
     .blog header .page-header-inner .page-subheading {
        width: 75%;
    }
}

@media only screen and (max-width: 1000px) {
     .blog header .page-header-inner .page-subheading {
        width: 90%;
    }
}

@media only screen and (max-width: 768px) {
     .blog header .page-header-inner .page-subheading {
        width: 100%;
    }
}

/* ------------------------
FORMS
------------------------ */
.anfrage label,
.preisrechner label {
    font: 500 14px/20px 'Montserrat', sans-serif;
    float: left;
    margin: 8px 0;
    /*width: 50%;*/
}

/*.anfrage label.full,
.preisrechner label.full {
    float: left;
    margin: 8px 0;
    width: 100%;
}*/

/*.preisrechner label.small {
    float: left;
    margin: 8px 0;
    width: 15%;
}*/

.anfrage label input, .anfrage label textarea,
.preisrechner label input {
    background: #fff !important;
    font: 500 14px/20px 'Open sans', sans-serif;
    padding: 13px 15px;
    /*width: calc(100% - 20px);*/
}

.anfrage label.full input, .anfrage label.full textarea {
    resize: vertical;
    /*width: calc(100% - 20px);*/
}

/*.anfrage span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}*/
/*.anfrage select,
.preisrechner select {

    border: 1px solid #eee;
    display: block;
    font: 500 14px/20px 'Open sans', sans-serif;
    margin-top: 5px;
    padding: 13px 10px;
    width: calc(100% - 20px);
}*/

/*.anfrage input[type="file"] {
    background: transparent !important;
}

.anfrage input[type="submit"] {
    background: #ff6602 !important;
    font: 500 15px/20px 'Montserrat', sans-serif;
    margin-top: 30px;
    text-transform: uppercase;
    width: calc(100% - 20px);
}*/

/*.anfrage .custom-file-upload p {
    font: 500 13px/20px 'Open sans', sans-serif;
}
*/
/*.anfrage input[type="submit"]:hover {
    background: #c14c00 !important;
}*/

/*.preisrechner .textTiming {
    white-space: nowrap;
}

.preisrechner .duration {
    margin-left: 3% !important;
}

.preisrechner .faktor {
    position: relative;
    top: 10px;
    width: 17% !important;
}*/

/*@media only screen and (max-width: 768px) {
    .preisrechner label {
        width: 100%;
    }

.preisrechner label.small {
    width: 25%;
    }

.preisrechner .duration {
    margin-left: 10% !important;
    }

.preisrechner .faktor {
    width: 40% !important;
    }
}

@media only screen and (max-width: 640px) {
    .anfrage label {
        width: 100%;
    }

    .anfrage > div > div, .preisrechner > div > div {
        padding: 20px 0 20px 20px !important;
    }
}

@media only screen and (max-width: 480px) {
.preisrechner label.small {
    width: 100%;
    }

.preisrechner .duration {
    margin-left: 0 !important;
    }

.preisrechner .faktor {
    top: 0;
    width: 100% !important;
    }
}*/




/* ------------------------
WIDGET SIDEBAR
------------------------ */

.wpb_single_image img {
  /*width: 50%;
  float: left;*/
}

.no-padding,
.no-padding .sidebar-box {
  padding: 0;
}

.cta-widget {
  background-color: #fafafa;
  font-family: Montserrat;
}
.cta-widget .cta-header {
  padding: 10px;
  background-color: #f0f0f0;
  text-align: center;
  font-size: 17px;
}
.cta-widget .cta-body {
  padding: 15px 10px 30px;
  text-align: center;
}
.cta-widget .cta-body .contact {
  font-size: 18px;
}
.cta-widget .cta-body .btn.grey:hover {
  background-color: #141414;
  text-decoration: none;
}
.cta-widget .cta-body .btn.grey {
    height: 42px!important;
    background: #999999;
    border-radius: 2px;
    line-height: 42px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 26px;
    display: inline-block;
}
.cta-widget .cta-body .btn.grey span{
  padding: 7px 20px;
  line-height: 14px;
}

.cta-widget .cta-body .media-box {
    width: 100%;
    display: block;
}
.cta-widget .cta-body .media-box:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    clear: both;
}
.cta-widget .cta-body iframe {
    margin-top: 1.5em;
    max-width: 100%;
    height: auto!important;
    float: left;
}
.cta-widget .cta-body img.plagscan {
    max-width: 100%;
    float: none;
    text-align: center;
  }
.cta-widget .cta-body ul {
  text-align: left;
  list-style: none;
  margin-top: 0;
  margin-left: 0;
}
.arrow {
  padding: 14px 10px 14px 10px;
  margin: 40px 0 25px;
  width: 100%;
  display: block;
  color: #fff;
  border-radius: 2px;
  background: #ff6602;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}
.arrow:after{
  content: '';
  width: 12px;
  height: 28px;
  position: absolute;
  bottom: -36px;
  left: -2px;
  background-image: url('/wp-content/uploads/2017/02/arrow-bottom-to-top4.png');
  background-repeat: no-repeat;
  background-size: 12px 28px;
}
.cta-widget .cta-body small {
  padding: 0 15px;
  margin-bottom: 40px;
  display: block;
  line-height: 1.45em;
}
@media screen and (min-width: 1025px) {
  .cta-widget .cta-header {
    padding: 15px 30px;
  }
  .cta-widget .cta-body {
    padding: 15px 35px 60px;
  }
  .cta-widget .cta-body iframe {
    max-width: 52%;
    margin-top: .5em;
  }
  .cta-widget .cta-body img.plagscan {
    max-width: 39%!important;
    margin-left: 20px;
    float: right;
  }
}
@media screen and (min-width: 1180px) {
    .cta-widget .cta-body iframe {
        margin-top: 1.5em;
        max-width: 45%;
    }
    .cta-widget .cta-body img.plagscan {
        max-width: 40%!important;
        margin-left: 20px;
        float: right;
  }
}
@media screen and (min-width: 1305px) {
  .cta-widget .arrow {
    padding: 14px 40px 14px 40px;
  }
}


/*overwrites for blog page*/


.sidebar-box {
  padding: 0;
}


.content-area {
    width: 66.66666667%;
    float: left;
    position: relative;
}

#sidebar {
    max-width: none!important;
    width: 33.33333333%;
    float: right;
}
#sidebar-inner {
  padding-left: 20px;
}

.single #sidebar {
  background-color: transparent;
  font: inherit;
}


.header-box {
    margin-bottom: 76px;
    border-bottom-width: 1px !important;
    /*background-image: url(http://gw-dev.thema-finden.ist-im-netz.at/relaunch/wp-content/uploads/2016/11/header-so-funktionierts.jpg?id=480) !important;*/
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-bottom-color: #e0e0e0 !important;
    border-bottom-style: solid !important;
}
.header-box .container .header-wrapper {
    margin-bottom: 40px;
    padding-top: 40px !important;
}


#primary.col-md-8 .site-content {
  padding-left: 15px;
  padding-right: 15px;
}


@media screen and (min-width: 960px) {
  .col-md-4 {
    width: 33.333333333%;
  }
}

/*helper*/
.mt0 {
  margin-top: 0;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.pt50 {
    padding-top: 50px !important;
}
.pt70 {
    padding-top: 70px !important;
}
@media screen and (max-width: 767px){
  .background-disable-mobile {
    background-image: none!important;
  }
}

/*grid*/
/*@media screen and (min-width: 9)*/
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-md-4 {
  padding: 0 15px;
  width: 100%;
  float: left;
}
.row #primary {
  padding-left: 15px;
  padding-right: 15px;
}

 /* only small displays */
 @media (max-width: 768px) {



     h1 {

         /* These are technically the same, but use both */
         overflow-wrap: break-word;
         word-wrap: break-word;

         -ms-word-break: break-all;
         /* This is the dangerous one in WebKit, as it breaks things wherever */
         word-break: break-all;
         /* Instead use this non-standard one: */
         word-break: break-word;

         /* Adds a hyphen where the word breaks, if supported (No Blink) */
         -ms-hyphens: auto;
         -moz-hyphens: auto;
         -webkit-hyphens: auto;
         hyphens: auto;

     }
 }

@import ("custom.css");
@import ("animations.css");
