/*
Theme Name: Tari Kelly (Divi Child Theme)
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/

/* PRELOADER */ 
.preloader {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #fefefe;
   z-index: 100000;
   height: 100%;
   width: 100%;
   overflow: hidden !important;
}
.preloader .status {
   width: 100px;
   height: 100px;
   position: absolute;
   left: 50%;
   top: 50%;
   background-image: url(/wordpress/wp-content/uploads/Preloader_4.gif);
   background-repeat: no-repeat;
   background-position: center;
   -webkit-background-size: cover;
   background-size: cover;
   margin: -50px 0 0 -50px;
}

.grecaptcha-badge {
   opacity: 0;
}

#mobile_menu {
	text-align: center;
}

#mobile_menu .et-pb-icon {
    margin: 14px;
    transform: scale(1.5);
}

#mobile_menu .youtube {
	transform: scale(1.9);
}

h4 {
	font-weight: bold;
	line-height: 1.3;
	font-size: 17px;
}

.et_pb_text_inner a:hover {
	text-decoration: underline;
}

#top-menu-nav .et-pb-icon a {
	font-size: 18px;
	top: 3px;
}

#top-menu-nav li {
	text-transform: lowercase;
	letter-spacing: .02em;
}

li#menu-item-99 {
    border-left: 1px solid #999;
    padding-left: 25px;
    height: 20px;
}

#top-menu-nav li a:hover {
	color: #dc7e8a;
}

#top-menu-nav .youtube a {
	font-size: 23px !important;
	position: relative;
	top: 5px;
}

#top-menu-nav .vimeo a {
	position: relative;
	top: 2px;
}

#footer-bottom .container {
    width: 100%;
    max-width: 1280px;
}

#footer-bottom a.socicon-youtube {
	font-size: 28px !important;
	position: relative;
	top: 2px;
}

#footer-bottom a.socicon-vimeo {
	position: relative;
	top: -1px;
}

.resume img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);

}


/*
	.et_pb_contact_form_label {
     display: block !important;
}*/

input::-webkit-input-placeholder {
color: red !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: red !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: red !important;  
}
 
input:-ms-input-placeholder {  
color: red !important;  
}

.et-social-icons a:hover {
	color: #dc7e8a !important;
}

.et_pb_contact_form_label {
    display: block !important;
}

/*-------- Contact Form 7 & Subscribe Form--------*/

.wpcf7 label {
	font-size: 16px;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
	background-color: #f1f1f1 !important;
	border: none !important;
	width: 100% !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	font-size: 100%;
	color: #666 !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

.wpcf7-text {
	margin-bottom: 20px !important;
}

.yikes-easy-mc-text, .yikes-easy-mc-email {
	background-color: #f9f9f9 !important;
	border: none !important;
	width: 100% !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	font-size: 100%;
	color: #666 !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

.wpcf7-submit,
.yikes-easy-mc-submit-button {
	color: #fff !important;
	margin: 8px auto 0;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 20px;
	line-height: 1.7em;
	background: #F59AA8;
	border: 2px solid #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}
.wpcf7-submit:hover,
.yikes-easy-mc-submit-button:hover { 
	background-color: #fcbdc7; 
	padding: 6px 20px !important; 
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    padding: 7px 8px 7px !important;
}

#captcha-send {
	margin-bottom: 10px;
	display: block;
	width: 100%;
	max-width: 100%;
	text-align: right;
}

.CF7_recaptcha {
	font-size: 12px;
	line-height: 1.4;
	text-align: right;
	margin-bottom: 20px;
}

.CF7_optin {
	width: 100%;
	text-align: right;
}

div.wpcf7 .ajax-loader {
    margin: 0 -20px 0 4px !important;
}

input[type=checkbox] {
    transform: scale(1.4);
    bottom: -5px;
    position: relative;
    margin: 0 4px 0 10px;
    float: right;
}

/*-------- Divi Opt-In Form--------*/

.dl-slim-optin3 .et_pb_newsletter_field,
.dl-slim-optin3 .et_pb_newsletter_button_wrap {
  flex-basis:24.5% !important;
}
.dl-slim-optin3 .et_pb_newsletter_footer {
  margin-top:0 !important;
}
.et_pb_column_4_4 .dl-slim-optin3 {
  display:block !important;
}
.dl-slim-optin3 .et_pb_newsletter_description,
.dl-slim-optin3 .et_pb_newsletter_form {
  width: 100% !important;
  padding: 0 !important;
}

.dl-slim-optin3 .et_pb_newsletter_description h4 {
	padding-bottom: 20px;
}

.dl-slim-optin3 .et_pb_newsletter_button_wrap {
	padding-top: 23px;
}

.dl-slim-optin3 ::-webkit-input-placeholder {
color: #fff !important;
}
.dl-slim-optin3 :-moz-placeholder {
color: #fff !important;
}
.dl-slim-optin3 ::-moz-placeholder {
color: #fff !important;
}
.dl-slim-optin3 :-ms-input-placeholder {
color: #fff !important;
}

/*** ------------------------------------------------ ***/
/*** ---------------[DIVI MEDIA QUERIES]------------- ***/
/*** ------------------------------------------------ ***/


/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {

}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {

}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
    .three-columns .et_pb_column {
    width: 29.667%!important;
    margin-right: 5.5% !important;
	}
    .three-columns .et_pb_column_3 {
    margin-right: 0 !important;
	}
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
	.yikes-easy-mc-form input[type=email] {
		height: 50px;
	}
}

/*** Responsive Styles Landscape Tablets ***/
@media ( min-width: 981px ) and ( max-width: 1099px ) {

}

/*** Responsive Styles Portrait Tablets ***/
@media ( min-width: 768px ) and ( max-width: 980px ) {
	.et_pb_fullwidth_header.et_pb_fullscreen {
	    min-height: 80vh!important;
	    height: 80vh!important;
	    padding-top: 0!important;
	}
    .two-columns .et_pb_column_1_3 {
    width: 47.25%!important;
    margin-right: 5.5% !important;
	}
    .two-columns .et_pb_column_2_3 {
    width: 47.25%!important;
    margin-right: 0 !important;
	}
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {	
	.yikes-easy-mc-form label.label-inline {
    	padding-right: 0 !important;
		}
    .x   .et_pb_column {
    width: 50%!important;
		}
	.et_pb_fullwidth_header.et_pb_fullscreen {
	    min-height: 70vh!important;
	    height: 70vh!important;
	    padding-top: 0!important;
		}
	h1, h4 {
		text-align: center !important;
	}
}

/*** Responsive Styles Smartphone Landscape ***/
@media ( min-width: 480px ) and ( max-width: 767px ) {
	.et_pb_fullwidth_header {
	    background-position: center 30% !important;
	}
    .two-columns .et_pb_column_1_3 {
    width: 47.25%!important;
    margin-right: 5.5% !important;
	}
    .two-columns .et_pb_column_2_3 {
    width: 47.25%!important;
    margin-right: 0 !important;
	}
}

/*-------- Divi Opt-In Form--------*/

@media (max-width:800px) {
  .dl-slim-optin3 .et_pb_newsletter_field,
  .dl-slim-optin3 .et_pb_newsletter_button_wrap {
    flex-basis:49% !important;
  }
  .et_pb_column_4_4 .dl-slim-optin3 .et_pb_newsletter_description {
    margin-bottom:10px !important;
  }
}
@media (max-width:479px) {
  .dl-slim-optin3 .et_pb_newsletter_field,
  .dl-slim-optin3 .et_pb_newsletter_button_wrap {
    flex-basis:100% !important;
  }
}