/*
Theme Name: WP Bootstrap
Theme URI: http://teamtreehouse.com/wordpress-bootstrap-theme-tutorial
Description: A demo theme built to accompany the Treehouse blog post <a href="http://teamtreehouse.com/wordpress-bootstrap-theme-tutorial">How to Build a WordPress Theme with Bootstrap</a>.
Author: Zac Gordon
Author URI: http://teamtreehouse.com/
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site http://twitter.github.com/bootstrap/examples/hero.html
*/

/*
===========THEME NOTES===========
Edited By: Brandon Keith Watanabe
Date: May 14, 2014

Wordpress Version: 3.9.1
Bootstrap Version: 3.1.1
=================================
*/

/* NON-RESPONSIVE FIX - UNCOMMENT AND EDIT CONTAINER WIDTH TO DISABLE RESPONSIVENESS */
/*.container-fluid { min-width: 1080px; }
.container { width: 1080px; }
.col-lg-1, .col-md-1, .col-sm-1, .col-xs-1 { width: 8.33333333%; float: left; }
.col-lg-2, .col-md-2, .col-sm-2, .col-xs-2 { width: 16.66666667%; float: left; }
.col-lg-3, .col-md-3, .col-sm-3, .col-xs-3 { width: 25%; float: left; }
.col-lg-4, .col-md-4, .col-sm-4, .col-xs-4 { width: 33.33333333%; float: left; }
.col-lg-5, .col-md-5, .col-sm-5, .col-xs-5 { width: 41.66666667%; float: left; }
.col-lg-6, .col-md-6, .col-sm-6, .col-xs-6 { width: 50%; float: left; }
.col-lg-7, .col-md-7, .col-sm-7, .col-xs-7 { width: 58.33333333%; float: left; }
.col-lg-8, .col-md-8, .col-sm-8, .col-xs-8 { width: 66.66666667%; float: left; }
.col-lg-9, .col-md-9, .col-sm-9, .col-xs-9 { width: 75%; float: left; }
.col-lg-10, .col-md-10, .col-sm-10, .col-xs-10 { width: 83.33333333%; float: left; }
.col-lg-11, .col-md-11, .col-sm-11, .col-xs-11 { width: 91.66666667%; float: left; }
.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 { width: 100%; float: left; }*/
/* END NON-RESPONSIVE FIX */

/* 000 - DEVELOPER TOOLS */

div {
    /*border: 1px solid black;*/
}

/*--- FONTS ---*
    font-family: 'myriad_pro';
    font-family: 'open_sans';
    font-family: 'open_sans_light';
    font-family: 'open_sans_semibold';
    font-family: 'open_sans_bold';
*--- END FONTS ---*/

/*--- GRADIENT ---*
    background: -webkit-linear-gradient(red, blue);
    background: -o-linear-gradient(red, blue);
    background: -moz-linear-gradient(red, blue);
    background: linear-gradient(red, blue);
*--- END GRADIENT ---*/

/* END DEVELOPER TOOLS */

/* 001 - BOOTSTRAP OVERRIDES */

.container{
  width: 1170px;
  max-width: 100%;
}

/* END BOOTSTRAP OVERRIDES */

/* 002 - MAIN STYLES */

body {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

/* END MAIN STYLES */

/* 003 - HEADER STYLES */

.nav ul{
list-style:none;
}
.nav ul li{
	display:inline-block;
  color:white;
  text-transform:uppercase;
}

.nav ul li a,.nav ul li a:focus,.nav ul li a:visited {
 color:white;
  text-decoration:none;
}

.nav ul li a:hover{
text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}


.current_page_item a{
color:white !important;
   text-decoration:none;
}

.menu-container .nav ul li:after {
    content: "|";
    float: right;
    line-height: 18px;
    padding: 0px 5px;
}

ul.sub-menu li:after {
    display: none;
}
.nav ul li:last-child:after {
	display: none;
}
.menu-container .sub-menu{
width:250px;
}

.navbar-brand{
padding:0;
margin:0;
}

.navbar{
background: url('assets/images/headerbg3.png');
background-position: center;
background-size: cover;
margin: 0px;
padding: 0px;
border: 0;
border-radius: 0;
min-height: 180px;
z-index:99;
margin-bottom:-3px;
}


.navbar-collapse{
padding:0px !important;
}

.menu-container{
    position: absolute;
    bottom: 10px;
    right:0;
}
.menu-container2{
  display:none;
  }



.menu-container2 ul li{
position:relative;
}
  .menu-container2 ul li.menu-item-has-children .caret{
    position: absolute;
    height: 32px;
    width: 34px;
		top:4px;
  	right:20px;
    background-color: none;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 12px;
    cursor: pointer;
    display: block!important;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
    background-image: url('assets/images/plus_minus.png');
    background-position: 0 0;
  }

  .menu-container2 ul li.menu-item-has-children.openmenu .caret{
    background-color: #006263 ;
    background-position: -36px 0;
  }

.menu-container2 .nav ul li a{
width:100%;
}
 .menu-container2{
 background:#A30096;
}

.menu-container2 .nav ul li{
text-align:left;
  padding-left: 20px;
}
.menu-container2 ul{
margin:0;
  padding:0;
}



.navbar-toggle{
border:2px solid white;
}
.icon-bar{
background:white;
}
.logo{
position:absolute;
  left:0;
  top:0;
}

.phone-num{
position:absolute;
  left:40%;
  top: 28%;
}
.socials{
position:absolute;
  right:0;
  top: 28%;
}
.form-mobile-only {
  display: none;
}
@media (max-width: 1024px){
.form-mobile-only {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 15px auto;
    text-align: center;
    background: rgba(0,0,0,0.4);
    padding: 10px 15px;
}
.form-mobile-only h3{
  color: #FFF;
  font-size: 24px;
  margin: 5px 0 15px;
}
.form-mobile-only p{
    font-size: 20px;
    margin: 0 auto 3px;
}
}

.login-username label,
.login-password label{
  display: none;
}

#user_login, #user_pass{
display:block;
width:80%;
margin:auto;
}

.user-logged-in,
.user-logged-in-user,
.user-logged-in-prof{
  text-align: center;
  color: #FFF;
}

.user-logged-in-prof a{
  color: #b900b6;
}
#fmw_logout_btn{
  width: 80%;
  text-align: center;
  background: #b900b6;
  display: block;
  color: white;
  text-transform: uppercase;
  margin: auto;
  text-decoration: none;
  padding: 5px 0;
  margin: 10px auto;
}


#loginform #wp-submit{
width:80%;
text-align:center;
background:#b900b6;
display: block;
text-transform:uppercase;
margin:auto;
text-decoration:none;
border: none;
color: #FFF!important;
}

#loginform .login-remember input{
  vertical-align: top;
}
#loginform label{
font-weight: normal;
}
#loginform .login-remember{
width:80%;
margin: 0 auto;
display:block;
text-align:right;
font-size:14px !important;
color:white;
}

#loginform .login-remember{
vertical-align:middle;
}

.clearfix{
  display: block;
  width: 100%;
  float: none;
  clear: both;
}

@media(min-width:824px){
#user_login{
margin-top:10px;
}
}

@media(min-width:1024px){
#user_login, #user_pass,#loginform #wp-submit{
margin: 5% auto;
}
}

@media(max-width:1200px){
  #cssmenu{
    text-align: center;
    float: none;
  }
  .menu-container{
    text-align: center;
    width: 100%;
  }

  .header-left{
    position: relative;
    width: 40%;
    text-align: center;
    display: block;
    left: 0;
    top: 0;
    float: left;
  }

  .header-right{
    position: relative;
    width: 60%;
    float: right;
    padding-top: 50px;
  }
  .phone-num,
  .socials{
    position: relative!important;
    top: 0!important;
    left: 0!important;
    width: 50%;
    float: left;
    text-align: center;
  }
  .phone-no{
    font-size: 32px;
  }
  
  .header-right::after,
  .header-left::after{
    content: "";
    display: block;
    clear: both;
    float: none;
    width: 100%;
  }

}
@media(max-width:1050px){
  .header-right{
    padding-top: 30px;
  }

  .phone-num,
  .socials{
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }

}

@media(max-width:992px){
  #menu-main{
    padding: 0;
  }
}

@media(max-width: 920px){
  .menu-container2,
  .navbar-header{
	  display:block;
    float: none;
   
  }
  .menu-container2 .navbar-collapse.collapse{
  	display: none!important;
  }
  .menu-container2 .navbar-collapse.collapse.in{
  	display: block!important;
  }
  
  .nav ul li a{
  	font-size: 18px;
  }
  
  .menu-container{
      display:none;
  }
  .navbar{
    background: #E1E1E1;
  }
  .navbar-toggle{
  	display: block!important;
    float: right;
  }
   .menu-container2 .navbar-collapse{
  	max-height: none;
  }
}


@media(max-width:769px){  
.logo{
    height:auto;
  position:relative; 
    width:100%;
text-align:center;
  }
  
  .logo img{
  width:275px;
  }
  .header-right{
    width: 100%;
    padding-top: 5px;
  }
  .phone-num{
    text-align:center;
    position:relative !important; 
    top: 0;
    margin-bottom: 13px;
    left: 0;
    padding-top: 5px;
  }
 .phone-no{
  font-size: 28px!important;
 }
 .socials{ 
    text-align:center;
    position:relative; 
    top: 0;
    left: 0;
    }
  .phone-num,
  .socials{
    width: 50%;
    float: left;
  }
}

@media(max-width:560px){
  .phone-num,
  .socials{
    width: 100%;
    float: none;
  }
  .socials{
    margin-bottom: 10px;
  }
}

/* END HEADER STYLES */

/* 004 - FOOTER STYLES */

/* END FOOTER STYLES */

/* 005 - HOME PAGE STYLES */

/* END HOME PAGE STYLES */
.np{
padding:0px;
}

.phone-no,.phone-no:hover,.phone-no:visited,.phone-no:focus{
    font-family: 'Arial';
    //color: white;
  color:#007E7F;
    //color:#000;
    text-decoration: none;
    font-weight: 900;
    font-size: 34px;
    line-height: 1;
}
.androidlink .icon,
.ioslink .icon{
  display: inline-block;
  width: 39px;
  height: 44px;
  background: transparent url('assets/images/app_icons.jpg') 0 0 no-repeat;
  margin-bottom: -18px;
  margin-right: -4px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.androidlink .icon{
  border-radius: 8px 0 0 8px;
  background-position: 0 0;
}

.ioslink .icon{
  border-radius: 0 8px 8px 0;
  background-position: -41px 0;
}

.androidlink .icon:hover{
  background-position: 0 -44px;
}

.ioslink .icon:hover{
  background-position: -41px -44px;
  }


@media(max-width:768px){   
  .pre-footer{
text-align:center
}
.footerbrand-container{
text-align:center !important;
}

}

.footerbrand-container{
text-align:left;
}

.pre-footer{
    background: #e1e1e1;
  color:#007E7F;
  font-size:20px;
    padding: 20px 0px;
    font-weight: 400;
}
.footer{
  padding:25px 0px;
  color:white;
  width:100%;
 	background:#b900b6;
  }

.buttons-container{
border:5px solid #008081;
}

.buttons-container a{
  display: block;
  text-decoration:none !important;
}

.welcome-heading{
  padding-top:20px;
  color:#b900b6;
  margin-bottom:40px;
  text-align:center;
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;   
  font-stretch: ultra-condensed;
  font-weight: 900;
  font-size: 48px;
}

.buttons{  
  padding:22.4px 12px 18px 12px;
  background:#009091;
  color:white;
  font-weight:700;
  font-size: 1vw;
  line-height: 35px;
  border:1px solid #7db2b3;
  transition: all 0.5s ease;
  text-transform:uppercase;
  font-stretch: ultra-condensed;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.buttons:hover{
background:#b900b6;
}

.icon-container{
  display:inline-block;
  height: 35px!important;
}
.icon-container img{
  height: 35px!important;
}

img{
  height: auto!important;
}

@media(max-width:771px){
.icon-container{
    text-align:center;
  }
.buttons{  
  font-size:18px;
    text-align:center;
  }
}


@media(max-width:992px){
.buttons{  
     font-size: 17px;
   // padding: 25px 2px;
  }
  
  .welcome-heading{
   font-size:38px;
  }
  
  .howcanwehelp{
    font-size:22px !important;
  }
}

@media(max-width:767px){
 .welcome-heading{
   font-size:7vw;
  }
}

@media(max-width:1157px) and (min-width:992px){
  .buttons {
  padding:20px 0px;
  }
  
  .buttons span{
  vertical-align:bottom;
  }
  }


.howcanwehelp{
text-align:center;
color:white;
background:#b900b6;
font-size: 1.2vw;
line-height: 38px;
padding: 8px 10px;
font-weight: 700;
text-transform:uppercase;
font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;   
margin:0px;
font-stretch: ultra-condensed;
}

body .gform_wrapper{
  margin-top: 0px;
}

#gform_1 input, #gform_1 textarea{
width:80%;
}
#gform_1 .gfield{
height:36px;
} 

#gform_1 #field_1_4{
height:70px;
}

#gform_1 .gfield_label{
  display:none;

}

#gform_1 #input_1_4{
height:65px;
}
#gform_1 {
text-align:center;
  background:#009091;
  padding:10px 0px;
}
#gform_1 .gform_heading{
text-align:center;
  margin:0 !important;
  color:white;
}

#gform_1 .gform_title{
  margin:0 !important;
}

#gform_1 #gform_submit_button_1{
    background: #009091;
    border: 1px solid #fff;
    color: white;
}

#gform_1 .gform_footer {
margin:0px !important;
  padding:2px 0px !important;
}

#gform_1  #gform_confirmation_message_1{
margin-top:20px !important;
}

.gform_wrapper{
max-width:100% !important;
}
.row{
margin:0 !important;
}


.page-header{
    border-bottom: 1px solid #007E7F;
    color: #007E7F;
}


.menu-container #cssmenu ul ul { /* this targets all sub menus */
  box-shadow:3px 3px 3px rgba(0, 0, 0, 0.4);
  text-align:left;
  	z-index:5;
  padding:10px;
    background: #007E7F;
    display: none;
    position: absolute;
    top: 20px;
  border-radius:8px;
}
.menu-container #cssmenu ul ul li { /* this targets all submenu items */
  list-style:none;
  padding:6px 15px;  
  display:block;
  float: left; /* overwriting our float up above */
    width: 100%; /* set to the width you want your sub menus to be. This needs to match the value we set below */
  min-width:100px;
}
.menu-container #cssmenu ul ul li a { /* target all sub menu item links */
    padding: 5px 0px; /* give our sub menu links a nice button feel */
  text-decoration:none;
}

.menu-container #cssmenu ul li:hover > ul {
    display: block; /* show sub menus when hovering over a parent */
}

.menu-container #cssmenu ul ul:hover {
    display: block; /* show sub menus when hovering over a parent */
}
.menu-container2 .sub-menu{
display:none;
}
.openmenu{
display:inherit !important;
}

.menu-container2 .sub-menu{
position:relative !important;
width:100%;
background:#006263;
}

.menu-container2 .sub-menu li{
width:100%;
  padding:0;
  margin:0;
}

.menu-container2 .nav ul li {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    width: 100%;
    font-size: 20px !important;
    padding: 10px 20px;
    background: #009091;
  }
.menu-container2 .sub-menu ul{
margin-top:10px;
}
.menu-container2 .sub-menu li{
  background:#006263 !important;
  border:none !important;
  padding:10px !important;
	padding: 20px !imporant;
  font-size:14px !imporant;
  }


.page-contents h1{
    font-size: 25px !important;
    font-weight: 600!important;
   color: #007E7F! important;
 }
.page-contents hr{
      border-top: 1px solid rgba(0, 126, 127, 0.5);
}

.page-contents h2{
font-size: 18px !important;
    font-weight: 600!important;
}

.page-contents h3{
font-size: 14px !important;
    font-weight: 600!important;
    color: #555! important;
}

.page-contents a{
color:#007E7F !important;
text-decoration:none !important;
font-weight:600 !important;
}
.page-contents a:hover{
color:#009091 !important;
}

.page-contents{
padding-bottom:40px;
}

@media(max-width:767px){
.page-contents{padding-bottom:20px;}
}

.contact-form-container{
  margin:auto;
   	width: 100%;  
  max-width:350px;
    display: block;
    padding: 15px;
    background: #007E7F;
  	color:white;

}



input, textarea{
color:#444 !important;
}

#gform_submit_button_2{
width: 98%;
    text-transform: uppercase;
    color: #FFF !important;
    font-weight: 600;
    font-size: 15px;
      border-radius: 16px;
    padding: 10px;
    background: #005454;
  
  }
#gform_submit_button_1{
color: #FFF !important;
}
@media(max-width:992px){
.footer-contact p{
  text-align:center !important;
  }
}

.footer-menu ul{
  padding:0px;
  margin:0px;
text-align:center;
}

.footer-menu ul li{
list-style:none;
  display:inline-block;
  padding:5px 20px;
}
.footer-menu ul li a,.footer-menu ul li a:visited, .footer-menu ul li a:focus{
color: white !important;
  text-decoration:none!important;
  }

.footer-menu ul li a:hover{
text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}

.pink-text{
color:#A30096;
}

.su-carousel .su-carousel-slide-title {
font-size:15px !important; 
}

/*BUZZ*/
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  cursor:pointer;
}

.phone-no:hover .hvr-buzz,.hvr-buzz:hover, 
.hvr-buzz:focus, 
.hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


@media(min-width:777px) and (max-width:991px){
#gform_1 .gfield {
    height: 37px;
}
}




@media(max-width:1237px){
   .homevideoframe{
  width:100% !important;
  height:320px !important;
  }
  }

@media(max-width:648px){
   .homevideoframe{
  width:100% !important;
  height:320px !important;;
  }
  
  }
@media (min-width:468px) and (max-width:767px){
	.cpage-left,.cpage-right{
  	width:50%;
  }
}
@media (max-width:467px){
 .cpage-left,.cpage-right{
  	width:100%;
  }
}
@media(max-width:448px){
   .homevideoframe{
  width:100% !important;
  height:220px !important;
  }
  }

@media(max-width:348px){
   .homevideoframe{
  width:100% !important;
  height:120px !important;
  }
  }

 }

.su-carousel-slide{
height:207px !important;
}
.ctext,.ctext a{
	color:#000 !important;
  font-weight:normal !important;
}
.ctext a:hover{
	color:#000 !important;
}

.blog-post-title a
{
color: #008080 !important;
}
ul.featured_list{
  margin:auto;
  padding:0;
   width:100%;
}
ul.featured_list li{
  list-style:none;
  font-size:20px;
  font-weight:bold;
  position:relative;
  display:table;
  margin-bottom:25px;
  width:100%;
}
.featured_list_icon{
  width:10%;
  float:left;
  position:relative;
  display:table;
}
.featured_list_icon img{
  width:100%;
  height:auto;
}
.featured_list_content{
  width:86%;
  float:right;
  position:relative;
  display:table;
}
.sideform{
  padding:20px;
  background: #007E7F;
    color: white;
  min-height:440px;
}
.sideform .gfield_required{
  display:none;
}
.sideform input{
  width:100% !important;
}
.sideform .gform_wrapper ul.gform_fields li.gfield{
  padding:0;
}
.sideform .gform_wrapper .top_label .gfield_label{
  display:none;
}
.sideform .gform_wrapper .gform_footer{
  margin-top:0;
}
.sideform input{
  border:0;
}
.sideform .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
  font-size:16px;
  padding:12px 8px;
}
.sideform h2{
  text-align:center;
}
.sideform input[type="submit"]{
  background-color:#00b5b6;
  height:46px;
  color:#FFF !important;
  font-weight:bold;
  font-size:18px !important;
}
.sideform .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
  max-width:none !important;
}
.gform_wrapper .validation_message{
  color:#FFF;
}
.fullwidthbg{
  background-position: center top;
	background-repeat: no-repeat;
  background-size: cover;
  background-image: url("http://loansactually.com.au/wp-content/uploads/2017/02/fullwidth-bg.jpg");
  color: white;
  background-attachment: fixed;
  padding-top:70px;
  padding-bottom:70px;
  text-align:center;
  margin-bottom:0 !important;
}
.boxed, .fullwidthbg .su-column-size-1-1{
  width: 1170px;
    max-width: 100%;
  margin:auto !important;
  position:relative;
  float: none;
  padding-left:15px;
  padding-right:15px;
}
.fullwidthbg{
  margin-top:20px !important;
}
.fullwidthbg h1{
  font-size:36px !important;
  color:white !important;
  margin-bottom:30px;
}
.fullwidthbg p{
  font-size:16px;
  line-height:28px;
  margin-bottom:30px;
  color:white;
}
.gt{
  padding-top:15px;
}
@media (max-width: 768px) {
  .gt{
  padding-top:0px;
}
}