/*
Theme Name:     divi-child
Description:    
Author:         Hashtag#Websites
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.et-social-facebook a.icon:before { content: '\e093'; }
.et-social-twitter a.icon:before { content: '\e094'; }
.et-social-google-plus a.icon:before { content: '\e096'; }
.et-social-pinterest a.icon:before { content: '\e095'; }
.et-social-linkedin a.icon:before { content: '\e09d'; }
.et-social-tumblr a.icon:before { content: '\e097'; }
.et-social-instagram a.icon:before { content: '\e09a'; }
.et-social-skype a.icon:before { content: '\e0a2'; }
.et-social-flikr a.icon:before { content: '\e0a6'; }
.et-social-myspace a.icon:before { content: '\e0a1'; }
.et-social-dribbble a.icon:before { content: '\e09b'; }
.et-social-youtube a.icon:before { content: '\e0a3'; }
.et-social-vimeo a.icon:before { content: '\e09c'; }
.et-social-rss a.icon:before { content: '\e09e'; }


.entry-content h2 a { /* border-bottom: 2px dotted #68a3c2 !important; color: #68a3c2 !important; */}
.entry-content h2 a:hover { /*border-bottom: 2px solid #68a3c2 !important;*/}

/* gravity forms */
body .gform_wrapper .gform_footer, body .gform_wrapper .gform_page_footer { text-align: left !important; }

body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_page_footer input.button, body div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
    background-color: #ff9009 !important;
    color: #ffffff;
    border-width: 2px;
    border-color: #ff9009;
    border-radius: 3px;
    font-family: inherit;
    font-size: 20px;
    letter-spacing: 0px;
}
body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_page_footer input.button:hover, body div.form_saved_message div.form_saved_message_emailform form input[type=submit]:hover {
    background-color: #ffffff !important;
    color: #ff9009;
    border-color: #ff9009;
    border-radius: 3px;
    letter-spacing: 0px;
}

.gform_wrapper .validation_message { color: #ff9009 !important; }


/* .et-fixed-header  .clearfix { display:none !important; } */

/* style the get started cta button */
            .ctahighlight {border-radius: 0px;}
            .ctahighlight  a {color: #fff!important;}
			.ctahighlight .sub-menu a { color: #45ada8 !important; } 
            li.ctahighlight  {
                background-color:#ff9009; 
                font-weight: 700; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 10px 10px 10px!important;
            border-radius: 3px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.ctahighlight:hover {background-color:#45ada8; color: fff;}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .ctahighlight  a {
                        color: #fff!important;}
 
 
    @media only screen and (min-width : 981px) {
            li.ctahighlight  {height: 33px;}}


.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7-submit {
color: #2EA3F2 !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: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover { 
background-color: #eee; 
border-color:#eee; 
padding: 6px 20px !important; 
}