/*
Theme Name:     Omnidian
Theme URI: 	https://sanclementeweb.com
Description:    Theme for Omnidian
Author:         San Clemente Web
Theme URI: 	https://sanclementeweb.com
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
Version: 1.3.4
*/


body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    color: #223343;
    font-family: neue-haas-grotesk-text, Helvetica, Arial, sans-serif;
	font-style: normal;
}
a {
    color: #0068b3
}
a:hover, a:active, a:focus {
    text-decoration: underline;
    color: #8E7252
}
a:focus, button:focus {
    outline: none
}
strong {
    font-weight: 700
}

p:last-child {
    margin-bottom: 0
}
hr {
    border-color: #d4d4d4;
    margin: 0
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.22222;
    font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
    margin-top: 0;
    font-weight: 700

}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, .h1 em, .h2 em, .h3 em, .h4 em, .h5 em, .h6 em {
    font-style: italic
}
h1, .h1 {
    letter-spacing: .2em;
    font-size: 1.4rem;
    font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
    margin-bottom: 25px;
    text-transform: uppercase

}

@media screen and (min-width: 768px) {



}


.js [data-animation] {
    visibility: hidden;
    -webkit-animation-duration: 3000ms;
    animation-duration: 3000ms
}
.js [data-animation].animated {
    visibility: visible
}
.table-wrap {
    display: table;
    height: 100%;
    width: 100%
}
.table-cell {
    display: table-cell;
    vertical-align: middle
}
.btn, .btn-o {
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}
.btn, .btn-o {
    letter-spacing: .075em;
    background-color: #f26722;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    padding: 24px 35px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1
}
.btn:hover, .btn-o:hover, .btn:active, .btn-o:active, .btn:focus, .btn-o:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #c3551b;
    color: #fff;
    text-decoration: none
}
.btn-arrow.btn::after, .btn-arrow.btn-o::after {
    background: transparent url("/assets/images/arrow-right.png") no-repeat 0 0 scroll;
    -moz-background-size: 9px 10px;
    -o-background-size: 9px 10px;
    -webkit-background-size: 9px 10px;
    background-size: 9px 10px;
    content: '';
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    vertical-align: baseline;
    width: 9px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.btn-arrow.btn::after, .btn-arrow.btn-o::after {
    background-image: url("/assets/images/arrow-right_2x.png")
}
}
.btn-download.btn::after, .btn-download.btn-o::after {
    background: transparent url("/assets/images/arrow-down.png") no-repeat 0 0 scroll;
    -moz-background-size: 10px 9px;
    -o-background-size: 10px 9px;
    -webkit-background-size: 10px 9px;
    background-size: 10px 9px;
    content: '';
    display: inline-block;
    height: 9px;
    margin-left: 5px;
    vertical-align: baseline;
    width: 10px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.btn-download.btn::after, .btn-download.btn-o::after {
    background-image: url("/assets/images/arrow-down_2x.png")
}
}
.btn {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.btn-group .btn {
    background-color: #f5f5f5;
    border-color: #d4d4d4;
    color: #2c3040;
    padding-left: 10px;
    padding-right: 10px
}
.btn-group .btn:hover, .btn-group .btn:focus, .btn-group .btn:active {
    outline: none
}
.btn-group .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background-color: #f26722
}
.btn[type=submit] {
    padding-top: 32px;
    padding-bottom: 28px;
    min-width: 238px
}
.btn.btn-dim {
    background-color: #999
}
.btn.btn-dim:hover, .btn.btn-dim:active, .btn.btn-dim:focus {
    background-color: #666
}
.btn-group .btn-group .btn {
    border-right: 0
}
.btn-group .btn-group:last-child .btn {
    border-right: 1px solid #d4d4d4
}
button {
    background-color: transparent;
    padding: 0;
    border: 0;
    margin: 0
}
.btn-o {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: transparent;
    border: 1px solid #fff
}
.btn-o:hover, .btn-o:active, .btn-o:focus {
    background-color: #2c3040;
    border-color: #2c3040
}
.btn-link {
    color: #f26722
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
    color: #c3551b;
    text-decoration: none
}