/*
Theme Name: WealthFormula 3
Author: Froilan Moreno (awesome web marketing)
Version: 1.1
*/

body{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.inner {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 1280px;
}

p{
    line-height: 1.8em;
}

h3{
    font-family: 'lulocleanone-bolduploadedfile';
    color: #193340;
    font-size: 1.7em;
}

h4{
    font-family: 'Didot';
    color: #193340;
    font-size: 1.2em;
}

h5{
    font-family: 'lulocleanone-bolduploadedfile';
    color: #193340;
    font-size: 1.4em;
}

input[type="text"],
input[type="password"],
input[type="email"],
button,
textarea{
    border: 3px solid #163e4b !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1em !important;
    padding: 0.5em !important;
    border-radius: 0;
    box-sizing: border-box !important;
}

button{
    background-color: #163e4b;
    color: white;
}
.mejs-button button{
    font-size: 1.4em !important;
}


#top-bar{
    background-color: #163e4b;
}

#top-bar img{
    margin-left: 0.3em;
}

#top-bar a:first-child img{
    margin-left: 1em;
}

#main-logo {
    float: left;
    margin: 0px 0px 0px 25px;
    width: 27%;
}

#header{
    margin-top: 1em;
}

#main-menu {
    float: right;
    margin: 10px 20px 0 0;
    padding: 0;
}

#main-menu li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

#main-menu a {
    text-decoration: none;
    font-weight: bold;
    color: #77736D;
    display: block;
    padding: 0.5em;
    font-size: 0.9em;
}

#main-menu a:hover {
    color: #166e9d;
}

#main-menu ul {
    display: none;
    margin: 0;
    padding: 0;
}

#main-menu li:hover ul {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: white;
    z-index: 1000;
}

#main-menu  ul li{
    display: block;
}

#home-video{
    position: relative;
    clear: both;
}

#home-video iframe {
    width: 1280px;
    height: 720px;
    max-width: 100%;
    max-height: 56vw;
}

#home-video .copy {
    position: absolute;
    top: 27%;
    width: 100%;
    text-align: center;
    
    color: white;
    text-shadow: 2px 2px 2px black;
}

#home-video h1{
    font-size: 3.5em;
}

#home-video h2{
    font-size: 2em;
}


#askbuck .inner{
    background-color: #163e4b;
    color: white;
}

#askbuck h1{
    font-size: 2.5em;
}

#askbuck a{
    color: white;
}

#askbuck a:visited{
    color: white;
}

#askbuck .column1 {
    text-align: center;
    width: 46%;
    padding: 1em 6em;
}

#askbuck .column.span2 {
    width: 47%;
}

#footer{
    background-color: #576971;
    color: #e6cdad;
    text-align: center;
}

#footer a{
    color: #e6cdad;
    text-decoration: underline;
    margin-right: 10px;
    display: block;
}

#main-content{
    clear: both;
}

/**/
#gform_wrapper_16 form,
#gform_wrapper_3 form,
form.contact {
    width: 520px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

#gform_wrapper_3 form a{
    color: white;
}

#gform_16 input,
#gform_16 textarea,
#gform_wrapper_3 input,
#gform_wrapper_3 textarea,
form.contact input,
form.contact textarea{
    display: block;
    width: 100% !important;
    margin: 0.8em !important;
    background-color: #163e4b !important;
    border-color: white !important;
    color: white !important;
}

#gform_16 label,
#gform_wrapper_3 label{
    display: none;
}

#gform_wrapper_3 input::placeholder,
#gform_wrapper_3 textarea::placeholder,
form.contact input::placeholder,
form.contact textarea::placeholder
{ 
   color:    #fff;
}

form.contact textarea
{ 
   padding-bottom: 2em;
}

#gform_wrapper_16 input[type="submit"],
#gform_wrapper_3 input[type="submit"],
form.contact button
{ 
   background-color: #fff !important;
   color: #163e4b !important;
   padding: 1em 3em !important;
   position: relative !important;
   top: -2em !important;
    max-width: 170px;
    display: inline-block !important;
}

span.name_first,
span.name_last{
    display: block !important;
    width: auto !important;
}

/**/

#input_9_2_3_container{
    display: inline !important;
}

#gform_9 *{
    display: inline;
}

#field_9_5,
#gform_9 label,
#gform_9 .gform_heading,
#gform_16 .gform_heading,
#gform_16 label,
#field_9_4,
#field_9_3{
    display: none !important;
}

#gform_9 input{
    display: inline;
    width: 13em;
    border: 1px solid #163e4a;
}

/**/


input[type="submit"],
a.button{
    display: inline-block;
    background-color: #163e4b;
    color: white;
    font-size: 1.5em;
    text-decoration: none;
    padding: 0.5em 1em;
    box-shadow: 2px 2px 2px black;
}

a.button.small{
    display: inline-block;
    background-color: #163e4b;
    color: white;
    font-size: 1em;
    text-decoration: none;
    padding: 0.5em 1em;
    box-shadow: 2px 2px 2px black;
}


.three-columns .column{
    display: inline-block;
    width: 33%;
    box-sizing: border-box;
    padding: 1em 2em;
    vertical-align: top;
}

.three-columns .column.span2{
    width: 66%;
}



/**/

.banner-button{
    background-size: cover;
    background-position: center;
    background-repeat: repeat-x;
    margin: 2em 0;
}

.banner-button a{
    height: 192px;
    line-height: 192px;
    display: block;
    width: 100%;
    line-height: 192px;
    font-family: 'Raleway';
    text-decoration: none;
    color: white;
    font-size: 1.5em;
    text-align: center;
}

.banner-button a span{
    font-size: 1.5em;
    line-height: 1em;
    display: inline-block;
    text-shadow: 0px 4px 4px black;
}

.banner-button a span.hbootcamp{
    vertical-align: bottom;
    margin-bottom: 38px;
    font-size: 0.87em;
}


.banner-button.meeting{
    background-image: url(images/meeting.jpg);
}

.banner-button.party{
    background-image: url(images/party.jpg);
}

.banner-button.city{
    background-image: url(images/city.jpg);
}

.banner-button.fireworks{
    background-image: url(images/fireworks.jpg);
}
.banner-button.bootcamp{
    background-image: url(/wp-content/uploads/2018/02/bootcamp2.jpg);
    background-size: cover;
    background-position: bottom;
}
.banner-button.bootcampb{
    background-image: url(/wp-content/uploads/2018/02/bootcampbg.jpg);
    background-size: cover;
    background-position: bottom;
}

/**/

.group:after {
  content: "";
  display: table;
  clear: both;
}

/**/

.two-comps{
    background-color: #163e4b;
}

.two-comps .inner{
    padding: 3em;
    box-sizing: border-box;
}

.two-comps .comp{
    width: 49%;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    float: left;
    height: 380px;
    color: white;
    text-shadow: 2px 2px 2px black;
}

.comp.mic{
    background-image: url(images/mic.jpg);
    text-align: right;
}

.comp.bulb{
    background-image: url(images/bulb.jpg);
}

.comp a{
    color: white;
    padding: 1.6em;
    display: inline-block;
}

.comp h6{
    font-size: 1.6em;
    font-weight: normal;
    margin: 1em;
    display: inline-block;
    width: 50%;
    border-bottom: 3px solid white;
}

.comp p{
    margin: 0 1.7em;
    font-size: 0.9em;
}

.section-tag {
    color: #999;
    font-style: italic;
    margin-top: 2em;
}

.mobile-menu-switch {
    display: none;   
}

/**/
.podcast{
    background-size: cover;
    background-position: center;
    color: white;
    text-shadow: 2px 2px 2px black;
    width: 31%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin: 1%;
}

.widget .overlay,
.podcast .overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(4, 32, 41, 0.7);
    padding: 1em 2em;
    box-sizing: border-box;
    transition: all 0.4s;
    position: relative;
}

.widget:hover .overlay,
.podcast:hover .overlay{
    background-color: rgba(4, 32, 41, 0.5);
}

.podcast.featured {
    margin-top: 1em;
    width: auto;
    display: block;
}

.podcast h3 {
    font-size: 1.3em;
    font-weight: normal;
    color: white;
    font-family: 'Open Sans', sans-serif;
}

.podcast a {
    color: white;
    text-decoration: none;
}

.podcast .excerpt {
    display: none;
}

.podcast.featured .powerpress_links.powerpress_subscribe_links {
    float: right;
}

.powerpress_links {
    font-size: 0.7em;
    display: block;
}

.podcast .powerpress_player{
    display: none;
}

.podcast.featured .powerpress_player{
    display: block;
}

/**/
.widget{
    background-size: cover;
    background-position: center;
    color: white;
    text-shadow: 2px 2px 2px black;
    width: 31%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin: 1%;
}

.widget.featured {
    margin-top: 1em;
    width: auto;
    display: block;
}

.widget h3 {
    font-size: 1.3em;
    font-weight: normal;
    color: white;
    font-family: 'Open Sans', sans-serif;
}

.widget a {
    color: white;
    text-decoration: none;
}

.widget .excerpt {
    display: none;
}

.widget.featured .powerpress_links.powerpress_subscribe_links {
    float: right;
}

.widget.featured .excerpt {
    display: block;
}

.powerpress_links {
    font-size: 0.7em;
    display: block;
}

.widget .powerpress_player{
    display: none;
}

.widget.featured .powerpress_player{
    display: block;
}

.investorclub h1{
    background-image: url(images/investorclub.jpg);
    background-size: cover;
    color: white;
    text-align: center;
    padding: 1em 2em;
    font-size: 3em;
    text-shadow: 2px 2px 13px black;
}


.narrow-content{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 2em;
}

.single-comp{
    width: 560px;
    background-image: url(images/sign.jpg);
    background-size: cover;
    margin: 1em auto;
    padding: 2em;
    color: white;
    text-shadow: 2px 2px 13px black;
    font-size: 1.2em;
    font-style: italic;
}

.single-comp a{
    color: white;
}

#gform_wrapper_16 form,
#main-content.contact form{
    width: 820px;
    padding: 2em 6em;
    margin: 1em auto;
    background-size: cover;
    /* width: auto; */
    background-position: center;
    background-image: url(images/contact.jpg);
}

#main-content.contact form input,
#main-content.contact form textarea{
    background-color: rgba(255,255,255,0.8) !important;
    color: #163e4b !important;
    border-color: #163e4b !important;
}

#main-content.contact form input::placeholder,
#main-content.contact form textarea::placeholder{
    color: #163e4b;
}

#gform_wrapper_3 #field_3_5{
    display: none;
}

#gform_wrapper_3 #field_3_4{
    display: none;
}

.narrower {
    width: 700px;
    margin: 1em auto 3em;
    padding-top: 2em;
}

.podcast .readmore,
.widget .readmore{
    background-color: rgba(0,0,0,0.5);
    display: inline-block;
    padding: 0.1em 0.2em;
    
    position: absolute;
    bottom: 1em;
    right: 1em;
}

#gform_wrapper_14{
    display: block !important;
}

input#input_3_1_3 {
    margin-bottom: 0 !important;
}

#askbuck .gform_heading{
    display: none;
}

/**/

.alignleft{
    float: left;
    margin-right: 1em;
}

hr {
    margin: 1em 0;
}

.narrower h1{
    text-transform: uppercase;
    font-family: 'lulocleanone-bolduploadedfile';
}

.navigation{
    display: block;
    text-align: center;
    margin: 1em;
}

.nav-links a,
.nav-links .current{
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0.3em;
    text-decoration: none;
    color: black;
    min-width: 1em;
}

.nav-links .current{
    background-color: #163e4b;
    color: white;
}


.excerpt p {
    line-height: 1.4em;
}

.thanks .inner{
    padding: 2em 0;
}


/**/

.navigation h2{
    display: none;
}

.gform_confirmation_wrapper {
    text-align: center;
    padding: 4em 0;
}

.headertel{
font-size: 1.25em;
color: #fff;
margin-right: 1em;
vertical-align: top;
}

/* Manuel Porras Edit */
.contact_bottom{
    width: 100%;
    margin: auto;
    max-width: 820px;
    margin-bottom: 10px;
    height: auto;
    min-height: 260px;
}
.contact_left{
    float: left;
    width: 50%;
    border: none;
    border-right: #949494;
    border-right-width: 2px;
    border-right-style: solid;
    background-color: #eeeeee;
    min-height: 200px;
    padding-top: 20px;
}
.contact_right{
    float: initial;
    text-align: center;
    background-color: #eeeeee;
    width: auto;
    min-height: 200px;
    padding-top: 20px;
}


#searchform input[type="text"]{
  max-width:200px;
  width:100%;
  background-image: url('images/search.png'); 
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 5px;
}

.searchform{

    float: right;
    font-size: 0.77em;
    display: inline-block;
    vertical-align: top;

}

.searchform label{
   display: none;
   color: white;
}

.searchform input {
   font-size:inherit;
}

.nav-previous{
   display: inline;
}
.nav-next {
    display: inline;
    margin-left: 1em;
}

.searchresults h1{
    color: #000000;
    text-align: center;
    padding: 1em 2em;
    font-size: 3em;
}
.searchform #searchsubmit{
  display: none;
}

.search-post-link{
  display:block;
}

.g-recaptcha-response{
    display: none;
}

.ginput_recaptcha{
    margin-left: 20%;
}

.img100{
  width:100%;
  height:auto;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    max-width: 100%;
    height: auto;
}


.narrower p.powerpress_links.powerpress_links_mp3 {
    font-size: 1.5em;
    padding: 0.5em;
    display: inline-block;
    border: 1px solid #ccc;
}

#top-banner{
 text-align: center;
 margin-top: 4em;
}

#top-banner img{
 width: 100%;
 max-width: 1280px;
}


.itunes-review{
	font-size: 1.2em;
	padding: 0.9em;
	display: inline-block;
	border: 1px solid #ccc;
	float: right;
	margin-top: 1em;
	text-decoration: none;
}

.review-call{
    vertical-align: top;
    width: 230px;
    margin-left: 10px;
    display: inline-block;
    text-align: center;
    margin-top: 2em;
    color: #163e4a;
}

.header-review{
    float: right;
    color: white;
    text-decoration: none;
    margin: 0 1em;
    font-size: 0.9em;
    background-color: #244f5d;
    padding: 0.4em;
}

.header-voicemail {
    padding: 0.4em;
    background-color: #244f5d;
    /* padding: 0.2em 0; */
    font-size: 0.9em;
    float: right;
    color: white;
    cursor: pointer;
    /* border: 1px solid white; */
}

.header-review img,
.header-voicemail img{
    height: 1em;
    width: auto;
}


.voicemail-iframe{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -95px;
    margin-left: -150px;
    z-index: 100000;
    width: 300px;
    height: 190px;
    border: none;
}

.voicemail-iframe-closer {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: 151px;
    z-index: 100000;
    color: white;
    border: 1px solid white;
    width: 1.2em;
    text-align: center;
    cursor: pointer;
}

.voicemail-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 10000;
}

/**/


#featured.three-columns .inner,
#featured.three-columns .gform_wrapper,
#featured.three-columns .column{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

input#gform_submit_button_9 {
    margin-bottom: 0;
}


.buck .column1 img{
	padding-top: 0 !important;
}

.buck .column2 h3{
	margin-top: 0 !important;
}


@media screen and (max-width: 1280px) and (min-width: 851px) {
	#main-logo {
	    float: left;
	    margin: 0px 0px 0px 25px;
	    width: 27%;
	    vertical-align: text-bottom;
	}
	#main-menu {
	    float: right;
	    margin: 10px 0 0 0;
	    padding-left: 0px;
	    width: 69%;
	    display: flex;
	}
	.podcast{
	    width: 30.9%;
	 }
	#main-menu li {
	  text-align: center;
	}
	#gform_9 *{
	    display: inline;
	    margin-bottom: 2em;
	}


}



@media screen and (max-width: 850px) {
    .ssba_facebook_share:before { content: ' '; display: block; }
    
    .narrower {
        width: auto;
        margin: 0;
         padding: 0;
    }
    
    #main-content{
        padding: 1em;
    }

	#main-content img{
		width:100%;
		height:auto;
	}
	
    .podcasts {
        padding: 1em;
    }
    
    .widgets {
        padding: 1em;
    }

    .podcast{
        width: auto;
        height: auto !important;
    }
    
    .widget{
        width: auto;
        font-size: 0.7em;
        height: auto !important;
        display: block;
    }

    .narrow-content{
        width: auto;
        margin: none;
    }
    
    .single-comp{
        width: auto;
    }

    body{
        font-size: 4vw;
    }

    .inner{
        max-width: 100%;
        margin: 0 auto;
    }
    
    #main-logo{
        width: 70vw;
        margin: 1em 1em 1em 1em;
   }

    #askbuck .column1 {
    	text-align: left;
        padding: 1em 1em;
	}
    #home-video iframe{
        width: 100vw;
        /*height: 32vh;*/
    }

    
    #main-menu  {
        display: none;
        float: none;
        text-align: center;
        /*margin: 5vw;*/
        margin-top:20vw;
    }
    
    .two-comps .comp{
        width: auto;
        float: none;
    }
    
    
    .three-columns .column{
        width: auto !important;
        float: none !important;
        padding: 1em 1em;
    }
    
    form.contact {
        width: auto;
    }
    
    #featured img,
    .buck img{
        width: 100%;
        padding: 0 !important;
    }
    
    #home-video .copy{
        display: none;
    }
    
    .mobile-menu-switch {
        display: block; 
        float: right;
        background-color: #163e4b;
        color: #e6ded1;
        border-radius: 2vw;
        position: relative;
        top: 3vw;
        right: 6vw;
        padding: 2vw;
        width: 6vw;
        height: 6vw;
        line-height: 5vw;
        text-align: center;
        font-size: 7vw;
    }
    
    #main-menu li {
        display: block;
    }
    
    #main-menu a[href="#nogo"]{
        display: none;
    }
    
    #main-menu ul {
        display: block;
    }
    
    #main-menu li:hover ul {
        position: static;
    }

	.banner-button, .banner-button-top{
     margin: 0 0 1em 0;
	}   

    .banner-button a {
        height: 50vw;
        display: block;
        width: 100%;
        line-height: 58vw;
    }
    
    #gform_9 input {
        display: block;
        width: 100%;
        margin: 0.5em 0;
    }
    
    #gform_wrapper_3 form, form.contact {
        width: auto;
    }
    
    #main-content.contact form {
        width: auto;
        padding: 1em;
        margin: 1em auto;
        background-size: cover;
        /* width: auto; */
        background-image: url(images/contact.jpg);
    }
    
    #gform_wrapper_3 input, #gform_wrapper_3 textarea, form.contact input, form.contact textarea {
        margin: 0.8em 0 !important;
    }

	
	.three-columns .column.span2{
	   width:100%;
	  display: block;
	}
	
	.three-columns .column{
	  width:100%;
	  display: block;
	}
	
	#top-bar a:first-child img{
	  margin: auto;
	  width: 6%;
	  margin-top: 5px;
	}
	
	#top-bar {
	    background-color: #163e4b;
	    padding: 0.5em;
	}
	#top-bar img{
	  margin: initial;
	  margin-left: 0.3em;
	  width: 6%;
	}
	.headertel{
	  display:none;
	  font-size:1em;
	  color:#fff;
	  float: right;
	}
	
	.contact_left {
	    float: none;
	    width: 100%;
	    border: none;
	    border-bottom: 2px #999 solid;
	}
	.contact_right {
	    float: none;
	    min-height: 0px;
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	
	.inner input[type="text"]{
	  width:initial;
	}
	.ginput_recaptcha{
	    margin-left: initial;
	}
	.narrower h1{
	  font-size: 1.5em;
	}
	.mejs-button button{
	    font-size: 1.2em !important;
	}
	
	#footer a{
	   display: block;
	}
	
	.itunes-review {
		float: none;
		margin: 0 auto;
		width: 60vw;
		display: block;
		text-align: center;
	}
	
	.itunes-review img{
		width: 7vw !important;
	}
	
	.review-call {
	    vertical-align: top;
	    width: 60vw;
	    margin-left: 0;
	    display: block;
	    text-align: center;
	    margin-top: 0;
	    margin: 0 auto;
	    color: #163e4a;
	}
	
	.narrower p.powerpress_links.powerpress_links_mp3 {
	    font-size: 1.5em;
	    padding: 0.5em;
	    display: block;
	    border: 1px solid #ccc;
	    margin: 1em auto;
	    width: 60vw;
	    text-align: center;
	}
	
	.header-review {
	    display: block;
	    float: none;
	    margin: 1em 0 0;
	    font-size: 0.9em;
	    padding: 0.4em;
	}
	
	.header-voicemail {
	    padding: 0.4em;
	    background-color: #244f5d;
	    float: none;
	    display: block;
	}

}