:root {
    --primary-color: 14, 56, 101;
    --secondary-color: 0, 147, 178;

    --primary-color: 4, 41, 78;
    --secondary-color: 0, 119, 200;
    --primary-darker-color: 1, 22, 53;
    --primary-lighter-color: 14, 77, 130;
    --text-dark-color: 115, 133, 146;
    --scrollbar-half-width: 0;
}

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
body {
    font-family: 'din-2014', 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(var(--primary-darker-color));
    font-size: 16px;
    background: #eff8fe;
}

a,
.button {
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

@media only screen and (min-width: 768px) {

    .site-header .container {
        max-width: 90%;
    }
}


@media only screen and (min-width: 992px) {

    .site-header .container {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1199px) {

    .site-header .container {
        max-width: 1170px;
    }
}

@media only screen and (min-width: 1280px) {

    .site-header .container {
        max-width: 1230px;
    }
}


h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

img {
	border-style: none;
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'din-2014', 'Open Sans', sans-serif;
    color: Rgb(var(--primary-darker-color));
    margin-top: 0px;
    font-weight: 700;
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 15px;
}

label {
    color: #006ba6;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

h1 {
    margin: 0 0 15px;
    font-size: 28px;
    line-height: 1.2;
}

h2 {
    line-height: 1.2;
    font-size: 26px;
}

h3 {
    line-height: 1.3;
    font-size: 20px;
}

h4 {
    line-height: 1.3;
    font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 15px;
}

.h1 {
    margin: 0 0 15px;
    font-size: 28px;
    line-height: 1.2;
}

.h2 {
    line-height: 1.2;
    font-size: 26px;
}

.h3 {
    line-height: 1.3;
    font-size: 20px;
}

.h4 {
    line-height: 1.3;
    font-size: 18px;
}

.h5 {
    font-size: 16px;
}

.h6 {
    font-size: 15px;
}


@media screen and (min-width: 991px) {

    body {
        font-size: 18px;
    }

    p {
        font-size: 18px;
    }

    h1 {
        font-size: 40px;
        line-height: 1.4;
    }

    h2 {
        font-size: 36px;
    }

    .entry-content h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 30px;
    }

    .entry-content h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .h1 {
        font-size: 40px !important;
        line-height: 1.4;
    }

    .h2 {
        font-size: 36px !important;
    }

    .entry-content .h2 {
        font-size: 26px !important;
    }

    .h3 {
        font-size: 30px !important;
    }

    .entry-content .h3 {
        font-size: 24px !important;
    }

    .h4 {
        font-size: 20px !important;
    }

    .h5 {
        font-size: 18px !important;
    }

    .h6 {
        font-size: 16px !important;
    }
}

a {
    transition: .3s;
    font-family: 'din-2014', 'Open Sans', sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}


*::-moz-placeholder {
    color: #000000;
    font-size: 16px;
    opacity: 1;
}

*::placeholder {
    color: #666666;
    font-size: 14px;
    opacity: 1;
}

@-webkit-keyframes rotating {

    /* Safari and Chrome */ 
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {

    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.wp-block-button .wp-block-button__link,
.btn {
    font-family: 'din-2014', 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
    position: relative;
    padding: 15px 35px;
    border-radius: 50px;
    text-transform: uppercase;
    min-width: 170px;
    color: #fff;
    background: #006ba6;
    border: 0;
    transition: .5s;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}

.btn:focus,
.btn:active,
.btn:hover {
    color: #fff;
    background: #006ba6;
}

.btn-lg {
    padding: 15px 50px;
}

.btn-sm {
    padding-right: 25px;
    padding-left: 25px;
}

.btn-width {
    min-width: 200px;
}

.btn-full {
    width: 100%;
}

.btn-primary {
    background: #006ba6 !important;
    color: #ffffff !important;
}

.btn-cellerate-reverse .wp-block-button__link,
.btn-cellerate-reverse:not(.wp-block-button) {
    background-color: #fff !important;
    color: #006ba6 !important;
    border: 1px solid #006ba6 !important;
    box-shadow: none !important;
}

.btn-flowable-reverse:hover .wp-block-button__link,
.btn-flowable-reverse:not(.wp-block-button):hover {
    background-color: #006ba6 !important;
    color: #fff !important;
    border-color: #006ba6 !important;
    box-shadow: none !important;
}



.btn-biakos .wp-block-button__link,
.btn-biakos:not(.wp-block-button) {
    background-color: #03b0a9 !important;
    color: #fff !important;
}

.btn-biakos:hover .wp-block-button__link,
.btn-biakos:not(.wp-block-button):hover {
    background-color: #0d9993 !important;
}



.btn-biakos-gel .wp-block-button__link,
.btn-biakos-gel:not(.wp-block-button) {
    background-color: #00857d !important;
    color: #fff !important;
}

.btn-biakos-gel:hover .wp-block-button__link,
.btn-biakos-gel:not(.wp-block-button):hover {
    background-color: #00857d !important;
}

/*Product Texagen*/
.btn-texagen .wp-block-button__link,
.btn-texagen:not(.wp-block-button) {
    background-color: #12385d !important;
    color: #fff !important;
}

.btn-texagen:hover .wp-block-button__link,
.btn-texagen:not(.wp-block-button):hover {
    background-color: #1a73a1 !important;
}

.btn-texagen-blue .wp-block-button__link,
.btn-texagen-blue:not(.wp-block-button) {
    background-color: #11a9e1 !important;
    color: #fff !important;
    min-width: 120px;
}

.btn-texagen-blue:hover .wp-block-button__link,
.btn-texagen-blue:not(.wp-block-button):hover {
    background-color: #2181b1 !important;
}





/*Product BiForm*/
.btn-biform-reverse .wp-block-button__link,
.btn-biform-reverse:not(.wp-block-button) {
    background-color: transparent !important;
    border: 2px solid #003865 !important;
    color: #003865 !important;
    min-width: 120px;
}

.btn-biform-reverse:hover .wp-block-button__link,
.btn-biform-reverse:not(.wp-block-button):hover {
    background-color: #003865 !important;
    color: #fff;
}



.btn-hycol .wp-block-button__link,
.btn-hycol:not(.wp-block-button) {
    background-color: #31b44a !important;
    color: #fff !important;
}
.btn-hycol:hover .wp-block-button__link,
.btn-hycol:not(.wp-block-button):hover {
    background-color: #239f3b !important;
}

.btn-fortify .wp-block-button__link,
.btn-fortify:not(.wp-block-button) {
    background-color: #863b90 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.btn-fortify:hover .wp-block-button__link,
.btn-fortify:not(.wp-block-button):hover {
    box-shadow: none !important;
    background-color: #863b90 !important;
}

.btn-flowable .wp-block-button__link,
.btn-flowable:not(.wp-block-button) {
    background-color: #26a9e0 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.btn-flowable:hover .wp-block-button__link,
.btn-flowable:not(.wp-block-button):hover {
    box-shadow: none !important;
    background-color: #26a9e0 !important;
}


.btn-actigen .wp-block-button__link,
.btn-actigen:not(.wp-block-button) {
    background-color: #662f8e !important;
    color: #fff !important;
    box-shadow: none !important;
}

.btn-actigen:hover .wp-block-button__link,
.btn-actigen:not(.wp-block-button):hover {
    box-shadow: none !important;
    background-color: #662f8e !important;
}

/*allocyte*/
.btn-allocyte .wp-block-button__link,
.btn-allocyte:not(.wp-block-button) {
    background-color: #68b219 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.btn-allocyte:hover .wp-block-button__link,
.btn-allocyte:not(.wp-block-button):hover {
    box-shadow: none !important;
    background-color: #68b219 !important;
}


.btn-fortify-reverse .wp-block-button__link,
.btn-fortify-reverse:not(.wp-block-button) {
    background-color: #fff !important;
    color: #863b90 !important;
    border: 1px solid #863b90 !important;
    box-shadow: none !important;
}

.btn-fortify-reverse:hover .wp-block-button__link,
.btn-fortify-reverse:not(.wp-block-button):hover {
    background-color: #863b90 !important;
    color: #fff !important;
    border-color: #863b90 !important;
    box-shadow: none !important;
}


.btn-flowable-reverse .wp-block-button__link,
.btn-flowable-reverse:not(.wp-block-button) {
    background-color: #fff !important;
    color: #26a9e0 !important;
    border: 1px solid #26a9e0 !important;
    box-shadow: none !important;
}

.btn-flowable-reverse:hover .wp-block-button__link,
.btn-flowable-reverse:not(.wp-block-button):hover {
    background-color: #26a9e0 !important;
    color: #fff !important;
    border-color: #26a9e0 !important;
    box-shadow: none !important;
}


.btn-pulsar .wp-block-button__link,
.btn-pulsar:not(.wp-block-button) {
    background-color: #3298D6 !important;
    color: #fff !important;
}
.btn-pulsar:hover .wp-block-button__link,
.btn-pulsar:not(.wp-block-button):hover {
    background-color: #2880b6 !important;
}

/* Biassurge */
.text-biasurge a:not(.btn),
.text-biasurge {
    color: #12385d !important;
}
.text-biasurge-alt a:not(.btn),
.text-biasurge-alt {
    color: #04294E !important;
}

.btn-biasurge .wp-block-button__link,
.btn-biasurge:not(.wp-block-button) {
    background-color: #12385D !important;
    color: #fff !important;
    box-shadow: none !important;
}

.btn-biasurge:hover .wp-block-button__link,
.btn-biasurge:not(.wp-block-button):hover {
    box-shadow: none !important;
    background-color: #12385D !important;
}

.btn-biasurge-reverse .wp-block-button__link,
.btn-biasurge-reverse:not(.wp-block-button) {
    background-color: #fff !important;
    color: #12385D !important;
    border: 1px solid #12385D !important;
    box-shadow: none !important;
}

.btn-biasurge-reverse:hover .wp-block-button__link,
.btn-biasurge-reverse:not(.wp-block-button):hover {
    background-color: #12385D !important;
    color: #fff !important;
    border-color: #12385D !important;
    box-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background: #006ba6 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}


@media screen and (max-width:600px) {

   .btn-xs-full {
        text-align: center;
        max-width: 400px;
        width: 100% !important;
   }

}

.wp-block-button .wp-block-button__link {
    color: #fff !important;
}

.emg-btn-group .btn:not(:last-child) {
    margin-right: 10px;
}

.font-500 {
    font-weight: 500 !important;
}

.font-600 {
    font-weight: 600 !important;
}

.font-700 {
    font-weight: 700 !important;
}


/* Reusable Classes*/

.emg-sec {
	position: relative;
    padding: 50px 0;
}

@media screen and (min-width:991px) {
    .emg-sec {
        padding: 60px 0;
    }
}

@media screen and (min-width: 1600px) {
    .emg-sec {
        padding: 80px 0;
    }
}

.emg-sec-parallax {
    overflow: hidden;
    position: absolute !important;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 85vh !important;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform: translateY(-50%);
}

.has-bg-image,
.has-image-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.emg-sec-gray {
	background-color: #EBF0FA;
}

.emg-sec-light {
    background-color: #FAFAFA;
}

.emg-heading {
    position: relative;
    margin-bottom: 20px;
}

.emg-heading .emg-title {
    color: rgb(var(--primary-color));
    font-size: 30px;
    line-height: 1.3;
    margin: 0;
}

@media screen and (min-width: 1199px) {

    .emg-heading {
        margin-bottom: 45px;
    }

    .emg-heading .emg-title {
        font-size: 40px;
        line-height: 1.43;
    }
}


.text-light a:not(.btn),
.text-light {
	color: #ffffff !important;
}

.text-texagen a:not(.btn),
.text-texagen{
    color: #12385d !important;
}

.text-pulsar a:not(.btn),
.text-pulsar,
.text-celleraterx a:not(.btn),
.text-celleraterx {
    color: #006ba6 !important;
}

.text-hycol a:not(.btn),
.text-hycol {
    color: #31b44a !important;
}

.text-fortify a:not(.btn),
.text-fortify {
    color: #863b90 !important;
}

.text-allocyte a:not(.btn),
.text-allocyte {
    color: #68b219 !important;
}

.text-flowable a:not(.btn),
.text-flowable {
    color: #26a9e0 !important;
}

.text-biakos-gel a:not(.btn),
.text-biakos-gel {
    color: #00857D !important;
}

.text-biakos a:not(.btn),
.text-biakos {
    color: #03b0a9 !important;
}

.text-actigen a:not(.btn),
.text-actigen {
    color: #662f8e !important;
}

.text-black a:not(.btn),
.text-black,
.text-dark a:not(.btn),
.text-dark {
    color: #000000 !important;
}

a.text-primary:hover,
a.text-primary:focus,
.text-primary {
	color: rgb(var(--primary-color)) !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
.text-secondary {
    color: rgb(var(--secondary-color)) !important;
}

ul.text-light * {
    color: #ffffff !important;
}

ul.text-dark * {
    color: #000000 !important;
}

.text-gray > li,
.text-gray {
    color: #4e5454 !important;
}


.parallax-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.sanara-event-list li {
    list-style: none;
}
.sanara-event-list li:not(:last-child) {
    margin-bottom: 10px;
}

.tribe-events-single-event-description p,
.tribe-events-schedule, 
.tribe-events-single-event-title {
    color: #0E3865 !important;
}

.tribe-events-schedule span,
.tribe-events-button,
.tribe-events-gcal,
.tribe-events-abbr,
.tribe-events-schedule {
    color: #0E3865 !important;
    font-weight: bold !important;
}

/*--
    - Overlay
------------------------------------------*/

[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

[data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
}


/*-- Overlay Color --*/

[data-overlay="light"]::before {
    background-color: #ffffff;
}

[data-overlay="dark"]::before {
    background-color: #000000;
}


/*-- Overlay Opacity --*/

[data-opacity="1"]::before {
    opacity: 0.1;
}

[data-opacity="2"]::before {
    opacity: 0.2;
}

[data-opacity="3"]::before {
    opacity: 0.3;
}

[data-opacity="4"]::before {
    opacity: 0.4;
}

[data-opacity="5"]::before {
    opacity: 0.5;
}

[data-opacity="6"]::before {
    opacity: 0.6;
}

[data-opacity="7"]::before {
    opacity: 0.7;
}

[data-opacity="8"]::before {
    opacity: 0.8;
}

[data-opacity="9"]::before {
    opacity: 0.9;
}


/*Styled Lists*/

.emg-list-3,
.emg-list-1,
.emg-list {
    padding: 0;
    margin: 0;
}

.emg-list li {
    list-style: none;
    font-size: 17px;
    line-height: 1.9;
    padding: 10px 0;
    padding-left: 35px;
    position: relative;
    background-image: url(../img/list-bg.png);
    background-repeat: no-repeat;
    background-position: 0 15px;
}

.emg-list.li-space-2x li {
    padding-top: 18px;
    padding-bottom: 18px;
    background-position: 0 20px;
}

.emg-list.has-green-icon li {
    background-image: url(../img/allocyte-list-icon.png);
}

body.page-template-template-product-actigen .emg-list li {
    background-image: url(../img/sanara-purple-circle.png);
}

body.page-template-template-product-cellerate .emg-list li {
    font-size: 16px;
}

.emg-list li:before {
    content: '';
    width: 140px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ddd;
}

.emg-list-1 li {
    list-style: none;
    color: #fff;
    position: relative;
    padding-left: 15px;
}

.emg-list-1 li:not(:last-child){
    margin-bottom: 10px;
}

.emg-list-1 li:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #fff;
    border-radius: 50%;
    margin-top: -3px;
}

.text-dark.emg-list-1 li:before {
    background: #000;
}

.list-with-check li {
    padding-left: 25px;
}
.list-with-check li:before {
    width: 15px;
    height: 15px;
    background: none;
    background-image: url(https://sanaramedtech.com/wp-content/uploads/2021/10/blue-list-check.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    left: 0;
    top: 8px;
}

.list-2-col {
    display: flex;
    flex-wrap: wrap;
}

.list-2-col * {
    flex: 0 0 50%;
}


.product-component {
    background-repeat: no-repeat;
    background-size: 100%
}

.emg-list-2 {
    max-width: 100%;
    padding: 50px 0 0;
    margin: 0;
    margin-left: auto;
}

.emg-list-2 li {
    list-style: none;
    position: relative;
}

.emg-list-2 li:not(:last-child) {
    margin-bottom: 30px
}

.emg-list-2 li strong {
    display: block;
    font-size: 30px;
    font-weight: 700;
    position: relative;
}

.emg-list-2 li span {
    display: none;
}

.emg-list-3 li {
    list-style: none;
    background: #ebfeef;
    margin-bottom: 10px;
    padding: 12px 15px 12px 45px;
    position: relative;
    font-size: 16px;
    line-height: 1.3;
}

.emg-list-3 li:before {
    content: "\f00c";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: 13px;
}

.emg-list-fortify {
    padding: 0;
    margin: 0;
}

.emg-list-fortify li {
    list-style: none;
    margin-bottom: 0px;
    padding: 12px 15px 12px 30px;
    position: relative;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}

.emg-list-fortify li:before {
    content: "\f00c";
    color: #863b90;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 13px;
}

.color-primary {
    color: rgb(var(--primary-color)) !important;
}
.color-secondary {
    color: rgb(var(--secondary-color)) !important;
}
body.page-template-template-product-cellerate-gel {
    background: #fff;
}
body.page-template-template-product-cellerate-gel .our-product-area {
    background-size: contain;
}
body.page-template-template-product-cellerate-gel .our-product-works {
    flex: 0 0 60%;
}
body.page-template-template-product-cellerate-gel .our-product-img {
    flex: 0 0 40%;
}
body.page-template-template-product-cellerate-gel .subcription-area {
    background: url(../img/features/subscription-bg-light.jpg) !important;
    background-size: cover !important;
}
body.page-template-template-product-cellerate-gel .press-release {
    padding-top: 0 !important;
}
body.page-template-template-product-cellerate-gel .press-release-content-single p,
body.page-template-template-product-cellerate-gel .press-release-content-single a {
    color: #000;
}
body.page-template-template-product-cellerate-gel .biofilm-area .cellerate-gel-right img {
    box-shadow: none;
    margin-top: -90px;
}
.list-full-bottom-border li:before {
    width: 100%;
}
.list-2-col-space-between {
    justify-content: space-between;
}
.list-2-col-space-between * {
    flex: 0 0 calc(50% - 20px);
}
.emg-list-4 {
    margin-top: 20px;
    padding-left: 20px;
    margin-bottom: 0;
}
.emg-list-4 li {
    padding-bottom: 25px;
}
.emg-list-4 li:last-child {
    padding-bottom: 0;
}
@media screen and (max-width: 991px) {

    .product-component {
        background-image: none !important;
    }

    body.page-template-template-product-cellerate-gel .biofilm-area .cellerate-gel-right img {
        margin: 0;
    }
    body.page-template-template-product-cellerate-gel .biofilm-left {
        max-width: 480px;
        margin: 0 auto;
    }

}

@media screen and (min-width: 991px) {

    .emg-list-2 {
        max-width: 430px;
        padding: 60px 0 90px;
        margin: 0;
        margin-left: auto;
    }
    body.page-template-template-product-cellerate-gel .our-product-area {
        padding-top: 250px;
    }

}


@media screen and (min-width: 991px) {

    .product-component {
        background-size: auto;
    }

    .emg-list-2 .product-component-1 {
        margin-bottom: 40px;
    }

    .emg-list-2 .product-component-2 {
        margin-bottom: 59px;
    }

    .emg-list-2 li span {
        display: inline-block;
        position: absolute;
        height: 1px;
        background: #000;
        top: 50%;
        right: 100%;
        width: 100%;
    }

    .emg-list-2 li span:before {
        content: '';
        position: absolute;
        background: #000;
        top: 50%;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        left: 0;
        border-radius: 50%;
    }

    .emg-list-2 .product-component-1 span {
        width: 64%;
    }

    .emg-list-2 .product-component-2 span {
        width: 140%;
    }

    .emg-list-2 .product-component-3 span {
        width: 25%;
    }
}

@media screen and (min-width: 1199px) {

}

@media screen and (max-width: 767px) {
    .list-1-col-md * {
        flex: 0 0 100%;
    }
}
