/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* color links within a page orange */

p a {
  color: #d95e00 !important;
}

@font-face {
  font-family: 'Futura Std (light oblique)';
  src: url('./fonts/futurastd/FuturaStd-LightOblique.eot');
  src: url('./fonts/futurastd/FuturaStd-LightOblique.eot?#iefix') format('embedded-opentype'), url('./fonts/futurastd/FuturaStd-LightOblique.woff2') format('woff2'), url('./fonts/futurastd/FuturaStd-LightOblique.woff') format('woff'), url('./fonts/futurastd/FuturaStd-LightOblique.ttf') format('truetype'), url('./fonts/futurastd/FuturaStd-LightOblique.svg#FuturaStd-LightOblique') format('svg');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Futura Std';
  src: url('./fonts/futurastd/FuturaStd-Heavy.eot');
  src: url('./fonts/futurastd/FuturaStd-Heavy.eot?#iefix') format('embedded-opentype'), url('./fonts/futurastd/FuturaStd-Heavy.woff2') format('woff2'), url('./fonts/futurastd/FuturaStd-Heavy.woff') format('woff'), url('./fonts/futurastd/FuturaStd-Heavy.ttf') format('truetype'), url('./fonts/futurastd/FuturaStd-Heavy.svg#FuturaStd-Heavy') format('svg');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Futura Std';
  src: url('./fonts/futurastd/FuturaStd-ExtraBold.eot');
  src: url('./fonts/futurastd/FuturaStd-ExtraBold.eot?#iefix') format('embedded-opentype'), url('./fonts/futurastd/FuturaStd-ExtraBold.woff2') format('woff2'), url('./fonts/futurastd/FuturaStd-ExtraBold.woff') format('woff'), url('./fonts/futurastd/FuturaStd-ExtraBold.ttf') format('truetype'), url('./fonts/futurastd/FuturaStd-ExtraBold.svg#FuturaStd-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Futura Std';
  src: url('.fonts/futurastd-light/FuturaStd-Light.eot');
  src: url('.fonts/futurastd-light/FuturaStd-Light.eot?#iefix') format('embedded-opentype'), url('.fonts/futurastd-light/FuturaStd-Light.woff') format('woff'), url('.fonts/futurastd-light/FuturaStd-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* ======================================================== */

/* secondary row */

.rd-secondary-menu {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.rd-secondary-row {
    background: #6d457d;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

#gform_5 input {
    padding: 5px !important;
}

.rd-secondary-menu .gform_wrapper {
    margin: 0 !important;
}

input#gform_submit_button_5 {
    background: #0057a7 !important;
    color: white;
    margin-top: .35rem;
    padding: 8px 30px !important;
    font-size: 11px;
}

@media only screen and (min-width: 960px) {
input#input_5_11 {
    width: 250px !important;
}

input#input_5_15 {
    width: 250px;
}
}

@media only screen and (min-width: 570px) and (max-width: 959px) {
input#input_5_11 {
    width: 150px;
}

input#input_5_15 {
    width: 150px;
}
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.rd-secondary-menu {
    width: 50%;
}
}

@media only screen and (max-width: 959px) {
.rd-secondary-menu {
    width: 65%;
}
}

.gform_footer input.gform_button {
    background: #6d457d !important;
    color: white;
    border: none;
}

form .gform_body input, form .gform_body select, form .gform_body textarea {
    font-size: 12px !important;
}

form .gform_body label.gfield_label {
    display: none !important;
}

.instruction {
    display: none;
}

#gform_4 .gform_footer.top_label {
    text-align: -webkit-center;
}

/* ======================================================== */

/* FIXES FOOTER ON SCREENS UNDER 960px */

@media only screen and (max-width: 959px) {
  div#rd-copyright {
    width: 100% !important;
  }
  div#rd-signature {
    width: 100% !important;
    padding: 1em 2.5em 0em 2.5em;
    text-align: -webkit-center !important;
  }
}

/* prevents social media icons from disappearing */

@media screen and (min-width: 960px) and (max-width: 1032px) {
  .logo-image {
    height: 4.5vw !important;
  }
  .menu-container ul.menu-smart>li>a {
    font-size: 1.15vw !important;
  }
}

/* styles secondary menu items */

.signup-form .wpcf7-inline-wrapper .wpcf7-inline-field {
  width: 20%;
}

.signup-form h6 {
  text-align: -webkit-center;
  padding-bottom: 1em;
}

.signup-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #0057a7 !important;
  opacity: 1 !important;
}

.signup-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #0057a7 !important;
  opacity: 1 !important;
}

.signup-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #0057a7 !important;
  opacity: 1 !important;
}

.signup-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #0057a7 !important;
  opacity: 1 !important;
}

.signup-form .wpcf7-inline-wrapper {
  text-align: -webkit-center;
}

.signup-form input.wpcf7-form-control.wpcf7-text {
  background-color: white;
  /*opacity: .5;*/
  margin-right: 1em !important;
}

.signup-form input.wpcf7-form-control.wpcf7-text.wpcf7-email {
  background-color: white;
  /*opacity: .5;*/
  margin-right: .5em !important;
  float: right;
}

.signup-form input.wpcf7-form-control.wpcf7-submit.btn.btn-flat {
  background-color: #0057a7;
  width: 40%;
}

/* =============== posts =============== */

/* styles the custom field date to look like the native date from Uncode */

.t-entry-cf-detail-event-date {
    font-size: 12px;
    font-weight: 600;
    color: #303133;
}

/* =============== button =============== */

.rd-signup-inner-row {
    display: none !important;
}

.rd-signup-btn {
    display: none;
}

/* =============== text block =============== */

span.telephone-number-footer {
    padding-left: 18px;
    font-size: 19px;
}

/* ========================================================================= */

/* MOBILE & TABLET ONLY #START */

@media only screen and (max-width: 959px) {
  .signup-form .wpcf7-inline-wrapper .wpcf7-inline-field {
    width: 30%;
  }
  .signup-form .wpcf7-inline-wrapper {
    text-align: -webkit-left;
  }
  .signup-form input.wpcf7-form-control.wpcf7-text {
    margin-right: .1em !important;
  }
  .signup-form input.wpcf7-form-control.wpcf7-text.wpcf7-email {
    margin-right: .1em !important;
  }
}

@media screen and (min-width: 570px) and (max-width: 959px) {
  .signup-form input.wpcf7-form-control.wpcf7-submit.btn.btn-flat {
    width: 100%;
  }
}

@media only screen and (max-width: 569px) {
  .signup-form input.wpcf7-form-control.wpcf7-submit.btn.btn-flat {
    width: 155%;
  }
}

/* =============== text block =============== */

@media only screen and (max-width: 959px) {
  span.telephone-number-footer {
    padding-left: 9px;
  }
}






/* ============================== ADDED FROM PARENT THEME ============================== */

/* Rounded Digital */
/* 12/27/17 12:11 pm */
/* Copyright Area Styling */

a#rd-signature-link:hover {
    color: #d95e00 !important;
}

a#rd-copyright-link:hover {
    color: #d95e00 !important;
}
/* Button Link Size Change */
a.custom-link.btn.btn-link {
    font-size: 16px !important;
}

@media (min-width: 960px){
.chrome .col-lg-0, 
.chrome .col-lg-1, 
.chrome .col-lg-2, 
.chrome .col-lg-3, 
.chrome .col-lg-4, 
.chrome .col-lg-5, 
.chrome .col-lg-6, 
.chrome .col-lg-7, 
.chrome .col-lg-8, 
.chrome .col-lg-9, 
.chrome .col-lg-10, 
.chrome .col-lg-11, 
.chrome .col-lg-12 {
    height: 0px;
}
}

.chrome .owl-carousel.owl-loaded.owl-height-forced{
height: 0px;
}
/*Button Size Change*/
a.custom-link.btn.border-width-0.btn-color-179927.btn-round.btn-top-margin.btn-icon-right {
    font-size: 13.5px;
}
a.custom-link.btn.border-width-0.btn-accent.btn-round.btn-top-margin.btn-icon-left {
    font-size: 13.5px;
}


.signup-form .wpcf7-inline-wrapper .wpcf7-inline-field {
    width: 20%;
}

.mobile-hidden.tablet-hidden.navbar.menu-secondary .row-menu {
    left: 4em;
}

.signup-form i.fa.fa-angle-right.fa-dropdown {
    display: none;
}

.signup-form h6 {
    text-align: -webkit-center;
    padding-bottom: 1em;
}

.signup-form ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #0057a7 !important;
	opacity: 1 !important;
}

.signup-form :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #0057a7 !important;
	opacity: 1 !important;
}

.signup-form ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #0057a7 !important;
	opacity: 1 !important;
}

.signup-form :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #0057a7 !important;
	opacity: 1 !important;
}

/*input.wpcf7-form-control.wpcf7-submit.btn.btn-accent {*/
/*    max-width: 50%;*/
/*    float: left;*/
/*}*/

.signup-form .wpcf7-inline-wrapper {
    text-align: -webkit-center;
}

.signup-form input.wpcf7-form-control.wpcf7-text {
        background-color: white;
        /*opacity: .5;*/
        margin-right: 1em !important;
}

.signup-form input.wpcf7-form-control.wpcf7-text.wpcf7-email {
    background-color: white;
    /*opacity: .5;*/
    margin-right: .5em !important;
    float: right;
}

.signup-form input.wpcf7-form-control.wpcf7-submit.btn.btn-flat {
    background-color: #0057a7;
    width: 40%;
}

@media only screen and (max-width: 959px) {
.signup-form .wpcf7-inline-wrapper .wpcf7-inline-field {
    width: 30%;
}


.signup-form .wpcf7-inline-wrapper {
    text-align: -webkit-left;
}

.signup-form input.wpcf7-form-control.wpcf7-text {
        margin-right: .1em !important;
}

.signup-form input.wpcf7-form-control.wpcf7-text.wpcf7-email {
    margin-right: .1em !important;
}
}

@media screen and (min-width: 570px) and (max-width: 959px)  {
.signup-form input.wpcf7-form-control.wpcf7-submit.btn.btn-flat {
    width: 100%;
}
}

@media only screen and (max-width: 569px) {
.signup-form input.wpcf7-form-control.wpcf7-submit.btn.btn-flat {
    width: 155%;
}
}


