@charset "UTF-8";
/*   
	Theme Name:        The Orbiter Project
	Theme URI:         https://orbtr.com
	Description:       A base theme for he Orbiter Project.
	Author:            Michael Shihinski
	Author URI:        https://orbtr.com
	Version:           1.0
	Stable tag:        1.0
	Requires at least: 4.9
	Tested up to:      4.9
	Text Domain:       orbiter-theme
*/

html {
    font-size: 62.5%; /* reset to 10 base */
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    padding-top: 87px;
    line-height: 1.4;
}

h1 {
    font-size: 2.8rem;
    color: #ed1e79;
}

h2 {
    font-size: 2.4rem;
    color: #ffa900;
}

h3 {
    font-size: 2rem;
    color: #ffa900;
}

h4 {
    font-size: 1.8rem;
    color: #ffa900;
}

a {
    color: #ed1e79;
}

a:hover {
    color: #ed1e79;
}

p {
    
}

ul {
    list-style: circle;
}

.pad {
    padding-top: 40px;
    padding-bottom: 40px;
}

#main a {
    border-bottom: 1px solid rgba(0,0,0,0);
}

#main a:hover {
    border-bottom: 1px dotted #ed1e79;
}

.elementor-button {
    background-color: #ed1e79 !important;
    text-transform: uppercase;
    border-radius: 0px !important;
    border: none !important;
}

.orange-button .elementor-button {
    background-color: #ffa900 !important;
}

.black-button .elementor-button {
    background-color: #000000 !important;
}

.elementor-html body {
    padding-top: 0;
}

.navbar-brand {
    padding-top: 8px;
}

.navbar-brand img {
    max-width: 180px;
    height: auto;
}

#header {
    background: #fff;
    padding-left: 0%;
    padding-right: 0%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10001;
}

.elementor-html #header {
    position: relative;
    z-index: auto;
}

#header.scrolling {
    /* box-shadow: 0px 0px 10px rgba(0,0,0,0.1); */
}

.navbar .nav-item {
    font-size: 1.8rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-expand-xl .navbar-nav .nav-link {
    padding: 3.1rem 2rem;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.skew-item .nav-link {
    background-color: #ffa900;
    color: #fff !important;
    margin-left: 10px;
    transform: skewX(-10deg);
    position: relative;
}

.skew-item .nav-link span {
    transform: skewX(10deg);
    display: block;
}

.skew-item:last-of-type .nav-link {
    background-color: #ed1e79;
}

.navbar-toggler {
    border: none;
    margin-top: 30px;
}

.navbar-light .navbar-toggler-icon {
    background: none;
    font-size: 30px;
}

.fa-bars {
    color: #000;
}

#primary .dropdown-menu {
    width: 100%;
    background-color: #f6f2ef;
    border-top: 4px solid #ed1e79;
    padding: 0;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
    margin-top: -20px;
    border-radius: 0;
}

#primary .dropdown-item {
    font-size: 1.4rem;
    padding: .5rem 1.5rem;
    border-bottom: 1px solid #efe9e2;
}

#primary .dropdown-item:last-child {
    border-bottom: none;
}

#primary .dropdown .dropdown-menu {
    display: none;
}

#primary .dropdown:hover .dropdown-menu {
    display: block;
}

#primary .dropdown-toggle::after {
    display: none;
}

#hero {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}

#hero > .row {
    padding-top: 12%;
    padding-bottom: 12%;
    background: url(images/top-slant.svg) no-repeat center bottom;
    background-size: 101% auto;
}

#hero h1 {
    background-color: #000;
    color: #fff;
    font-size: 2.8rem;
    padding: 10px 40px;
    position: relative;
}

#hero h1:after {
    content: " ";
    position: absolute;
    display: block;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    background: #000;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}

.hero-content {
    padding: 50px 50px 50px 13%;
    font-size: 1.7rem;
}

.hero-content a {
    color: #ed1e79;
    font-size: 1.7rem;
    font-weight: bold;
    display: inline-block;
    padding: 10px 0;
    text-decoration: none;
    margin-right: 15px;
    border-bottom: none !important;
}

.hero-content a.skew-btn {
    background: #ed1e79;
    color: #fff;
    padding: 10px 20px;
    transform: skewX(-25deg);
}

.hero-content a.skew-btn span {
    transform: skewX(25deg);
    display: block;
}

.elementor-button {
    transform: skewX(-25deg);
    position: relative;
}

.elementor-button-content-wrapper {
    transform: skew(25deg);
    display: block;
}

#main {
    flex: 1 1 auto;
}

#home-info {
    margin-top: -1px;
}

#home-info .wrap {
    background-color: #f5f2ee;
    padding: 4% 0;
    position: relative;
}

#home-info h2 {
    font-size: 2.2rem;
    padding: 12px 0;
    color: #ffa900;
    border-bottom: 1px solid #ffa900;
    margin-bottom: 20px;
}

#home-info .altbox h2 {
    color: #ed1e79;
    border-color: #ed1e79;
}

#home-info p {
    margin-bottom: 20px;
}

#home-info .d-flex {
    flex-direction: column !important;
}

#home-info .d-flex p:first-of-type {
    flex: 1 1 auto;
}

#home-info a {
    border-bottom: none !important;
}

.cta-link {
    line-height: 22px;
    display: inline-block;
    padding-left: 35px;
    font-weight: bold;
    color: #ffa900;
    text-decoration: none;
    font-size: 16px;
    background: url(images/orange-block.svg) no-repeat left center;
    border-bottom: none !important;
}

.cta-link:hover {
    color: #ffa900;
}

.altbox .cta-link {
    color: #ed1e79;
    background-image: url(images/pink-block.svg);
}

.altbox .cta-link:hover {
    color: #ed1e79;
}

.bottom-slant {
    background: url(images/bottom-slant.svg) no-repeat center top;
    background-size: 101% auto;
    padding-top: 3%;
    margin-top: -1px;
}

#home-testimonials {
    padding: 8% 0;
}

.quote {
    background: url(images/quotes.svg) no-repeat center top;
    background-size: 100% auto;
    padding-top: 15%;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 30px;
}

.person {
    color: #ffa900;
}

#footer {
    background: url(images/footer-bg2.svg) no-repeat center top;
    background-size: cover;
    color: #fff;
}

#footer .container {
    padding-top: 6%;
    padding-bottom: 4%;
}

#footer h3 {
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 20px;
    padding-top: 5%;
}

#footer p {
    font-size: 1.2rem;
}

#footer p.socials a {
    font-size: 1.6rem;
    display: inline-block;
    padding-right: 3px;
}

#footer a {
    color: #fff;
    border-bottom: none !important;
}

#footer .logo {
    width: 267px;
    height: auto;
}
#footer .post-list {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
    max-width: 370px;
}

#footer .post-list li {
    border-bottom: 1px solid #fff;
}

#footer .post-list a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    line-height: 1.4;
}

#footer .post-list a:hover,
#footer .status {
    opacity: 0.71;
}

.footer-nav > span:after {
    content: " - ";
}

.footer-nav > span:last-of-type:after {
    content: "";
}

.nofield {
	display: none !important;
}

/* Animate */

.shine {
    position: relative;
}

.elementor-button:after,
.shine:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
}

.elementor-button:hover:after,
.shine:hover:after {
  width: 120%;
  background-color: rgba(255,255,255,0);
  
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}


/* .gform_wrapper .top_label .gfield_label {
	display: none !important;
} */

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	display: none !important;
}

input {
	background: #ffffff !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: 1px dotted #ed1e79 !important;
	border-left: none !important;
}

textarea.medium {
	background: #ffffff !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: 1px dotted #ed1e79 !important;
	border-left: none !important;
}


.gform_body select,
.ginput_complex input {
	margin-top: 8px;
}

.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, 
.gform_wrapper.gf_browser_chrome .ginput_complex select {
    margin-top: 12px !important;
}

.gchoice_select_all, 
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label, 
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
    color: #ed1e79;
}

.gform_body input[type="radio"],
.gform_body input[type="checkbox"] {
    margin-top: 0px !important;
}


.gform_wrapper table.gfield_list thead th {
	font-weight: 500 !important;
	color: #ed1e79 !important;
}

input [type="submit"] {
    transform: skewX(-25deg) !important;
	background-color: #ed1e79 !important;
	color: #ffffff;
}

.gform_wrapper li.gfield_html {
	padding-top: 21px !important;
}

.terms h1 {
    padding: 40px 0;
}

.terms h3 {
    padding: 8px 0 21px;
}

.terms h4 {
    padding: 8px 0 21px;
}

.terms li {
    padding-bottom: 12px;
}

#home-info img {
	width: 100%;
	height: auto;
	padding-bottom: 21px;
}

@media screen and (max-width: 1400px) {
    #hero .col-xl-6 {
        min-width: 60%;
    }
}

@media screen and (max-width: 1199px) {
    .nav-item {
        margin-bottom: 3px;
    }
    
    .nav-link:hover {
        background-color: #efefef;
    }
    
    .skew-item .nav-link {
        background-color: #ffa900;
        transform: none;
        margin-left: 0;
    }
    
    .skew-item .nav-link span {
        transform: none;
    }
    
    .skew-item:last-of-type .nav-link {
        background-color: #ed1e79;
    }
    
    #primary .navbar-nav {
        border-top: 1px solid #efefef;
    }
    
    #primary .dropdown .dropdown-menu {
        display: block;
        box-shadow: none;
        margin-top: 0;
        border: none;
        background: none;
    }
    
    #primary .has-dropdown {
        padding-bottom: 15px;
    }
    
    #primary .dropdown-item {
        padding-left: 3.5rem;
        border-bottom: none;
    }
    
    #primary .dropdown-item:hover {
        background-color: #efefef;
    }
}

@media screen and (max-width: 991px) {
    
    #hero {
        background: none;
    }
    
    #hero .row {
        padding-top: 3%;
        padding-bottom: 5%;
    }
    
    #hero h1 {
        font-size: 2rem;
    }
    
    #hero h1:after {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #footer {
        background-size: cover;
        text-align: center;
    }
    
    #footer .post-list {
        margin: 0 auto 15px auto;
    }
    
    #footer .container {
        padding-top: 15%;
    }
    
    .hero-content a {
        font-size: 1.6rem;
        padding: 10px 20px;
        line-height: 1;
    }
}

@media screen and (min-width: 1699px) {
    #hero .col-custom {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}