body #wp-user-control-sidebox {
  display: none; }

/***** Grid **** */
.containers {
  width: auto;
  max-width: 1000px;
  padding: 0px 20px; }
  .containers:after {
    content: "";
    display: table;
    clear: both; }

.mdl_contain {
  margin-top: -210px;
}


/***** Contact Form **** */
.contact_form {
  display: block;
  box-sizing: border-box; }
  .contact_form h3 {
    font-size: 12px;
    line-height: 28px;
    margin: 0;
    display: block;
    background: #d9d9d9;
    display: inline-block;
    padding: 2px 14px;
    box-sizing: border-box; }
  .contact_form .ninja-forms-cont {
    display: block;
    background: #d9d9d9;
    padding: 10px 15px;
    box-sizing: border-box; }
  .contact_form .ninja-forms-required-items {
    display: none; }
  .contact_form .ninja-forms-field-error {
    color: #FF003C;
    font-size: 13px;
    font-family: "PT Sans", "sans-serif";
    margin-top: 5px; }
  .contact_form .ninja-forms-req-symbol {
    color: inherit; }
  .contact_form .ninja-forms-response-msg {
    font-size: 12px;
    color: #666;
    line-height: 1.4; }
  .contact_form .btn {
    display: inline-block;
    background: #333333;
    color: #fff;
    padding: 6px 15px;
    font-family: "TrendSansOne";
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 10px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s; }
    .contact_form .btn:hover {
      background: #F57003; }
  .contact_form .field-wrap {
    position: relative;
    margin-bottom: 10px; }
  .contact_form label {
    color: #F57003;
    font-size: 12px;
    margin-bottom: 4px;
    text-transform: uppercase;
    display: block; }
  .contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"], .contact_form textarea {
    font: 12px/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    width: 100%;
    height: 30px;
    padding: 4px 6px;
    color: #777;
    border: none;
    background: #FFFFFF;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none; }
  .contact_form textarea, .contact_form .textarea-wrap textarea {
    height: 75px;
    min-height: 75px;
    resize: vertical; }

input {
    border-radius: 0;
}
/***** Header **** */
@media only screen and (min-width: 841px) {
  .nav_mobile {
    display: none !important; } }
@media only screen and (min-width: 1600px) {
  .full_slider .bg {
    max-width: 1600px; } }
#responsive_wrapper {
  width: 100% !important;
  max-width: 1600px; }

/***** Global **** */
.mdl_contain .grid7 .col {
  margin: 0 5px 5px 0; }

.full_slider {
  overflow: hidden;
  height: 780px; }
  .full_slider img {
    display: none; }
  .full_slider .bg {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    right: 0;
    left: 0;
    margin: 0 auto; }

.slide-navs {
  display: none; }

.nav_ctrl {
  display: none;
  position: absolute;
  right: 20px;
  top: 23px;
  width: 26px;
  height: 21px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
  .nav_ctrl > .line {
    display: block;
    position: absolute;
    height: 3px;
    width: 26px;
    left: 0;
    background: #333333; }
  .nav_ctrl > .line-1 {
    top: 0; }
  .nav_ctrl > .line-2 {
    top: 9px;
    opacity: 1;
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out; }
  .nav_ctrl > .line-3 {
    top: 18px; }

.mobile-open .nav_ctrl {
  height: 26px;
  top: 21px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg); }
  .mobile-open .nav_ctrl > .line {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .mobile-open .nav_ctrl > .line-1 {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mobile-open .nav_ctrl > .line-2 {
    opacity: 0; }
  .mobile-open .nav_ctrl > .line-3 {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

@media only screen and (max-width: 1060px) {
  /***** Header **** */
  .header .logo {
    width: 40%; }
  .header .header_right {
    width: 60%;
    box-sizing: border-box; }
  .header .search_box form {
    width: 140px;
    position: relative; }
  .header .search_box input[type="text"] {
    width: 100%;
    height: 40px;
    padding-right: 26px;
    box-sizing: border-box; }
  .header .search_box input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0; }
  .header ul#menu li {
    margin: 0;
    vertical-align: top; }
    .header ul#menu li a {
      font-size: 11px;
      padding: 0 8px; }

  /***** Global **** */
  .map {
    float: left;
    margin: 0 0 20px;
    width: 100%; }

  .entry-content .followus span {
    width: auto;
    height: auto;
    margin-bottom: 10px; }

  .blog_sidebar #socials a, .entry-content .followus #socials a {
    width: 40px;
    height: 40px;
    padding: 0;
    background-size: cover !important;
    font-size: 0;
    margin: 0 5px 0 0; }

  .blog_sidebar .followus span, .entry-content .followus span {
    height: auto;
    padding-top: 10px; }

  .entry-content .followus {
    margin-bottom: 20px; }
    .entry-content .followus span {
      width: 100%; }

  .blog_sidebar h3, .blog_sidebar .widget_yarpp_widget h3, .featured_post_widget_title, .widget_recent_entries h3 {
    font-size: 16px; } }
@media only screen and (max-width: 1060px) and (min-width: 841px) {
  .mdl_contain .grid7 {
    width: 60%;
    margin: 0;
    box-sizing: border-box; }

  .mdl_contain .grid3 {
    width: 40%;
    padding-left: 20px;
    box-sizing: border-box; }

  #footer .grid4 {
    width: 34%;
    margin: 0; }
    #footer .grid4:last-child {
      float: right; }

  body .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    width: 100%;
    margin-left: 0; }

  .blog_featured_small {
    width: 110px; }

  .blog_date {
    left: 0; }

  .header a.applications_button {
    font-size: 12px; }

  .digit_boxes ul {
    margin-right: -1%; }
    .digit_boxes ul:after {
      content: "";
      display: table;
      clear: both; }
    .digit_boxes ul li {
      width: 19%;
      margin: 0 1% 0 0;
      box-sizing: border-box; }
      .digit_boxes ul li h3 {
        font-size: 14px; }
      .digit_boxes ul li h2 {
        font-size: 70px;
        line-height: 70px; }
      .digit_boxes ul li:last-child {
        margin-right: 0; }

  .migration_list .grid4 {
    width: 33.33333% !important;
    margin: 0;
    padding-right: 20px;
    box-sizing: border-box; }
  .migration_list iframe {
    width: 100% !important; }

  #wp-user-control-userinfo a {
    margin-bottom: 5px; }

  body.blog article, body.category article, body.date article {
    padding-left: 130px; } }
@media only screen and (max-width: 840px) {

.header .search_box input[type="text"]{ height: 30px; line-height: 30px;}

  .search_box input[type="submit"]{background:url('../images/search_icon_mb.png'); height: 30px; width: 30px;}

  /***** Global **** */
  .grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .migration_list .grid4 {
    width: 100% !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box; }

  .mdl_contain .grid7 .col {
    width: 46%;
    height: 155px;
    margin: 0 2% 10px !important;
    box-sizing: border-box; }

  .full_slider .bg {
    display: block; }

  .mdl_section .mdl_contain {
    margin-top: -83px; }

  .mdl_contain .grid7, .mdl_contain .grid3 {
    margin: 0 0 20px; }

  .mdl_contain .grid7 hr {
    margin-top: 29px; }

  .featured {
    width: 100%; }
    .featured img {
      margin: 0 auto;
      display: block; }

  /***** Home Page **** */
  .migration_list {
    padding: 20px;
    margin: 0 0 20px; }
    .migration_list #wp-user-control-login-register-password {
      margin: 10px 0 0; }
    .migration_list iframe {
      margin: 20px auto 0;
      position: relative;
      width: 100% !important; }

  .digit_boxes ul:after {
    content: "";
    display: table;
    clear: both; }
  .digit_boxes ul li {
    width: 100%;
    margin: 0 0 10px;
    box-sizing: border-box; }

  .home .mdl_section .mdl_contain {
    margin-top: -83px; }

  body.blog article, body.category article, body.date article {
    padding: 0; }

  /***** Blog Page **** */
  .blog_date {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 79px;
    height: 66px;
    background-size: cover;
    padding-top: 13px;
    margin-bottom: 20px; }
    .blog_date span, .blog_date .blog_month {
      font-size: 14px; }
    .blog_date .blog_day {
      font-size: 20px;
      line-height: 22px; }

  .blog_featured, .blog_featured_small {
    display: none; }

  .userpic {
    float: none;
    width: 75px;
    height: 75px; }

  body .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    width: 174px; }

  /***** Header **** */
  .header {
    position: relative;
    top: 0; }
    .header .header_inner {
      position: relative; }
    .header .nav_desktop {
      display: none; }
    .header .nav_mobile {
      display: none; }
    .header .nav_ctrl {
      display: block; }
    .header .logo {
      width: 130px !important; }
      .header .logo a {
        display: block; }
        .header .logo a img {
          width: 100%;
          padding: 10px 0; }
    .header .search_box {
      float: none;
      width: 100%;
      margin: 0;
      padding: 20px 20px;
      background: #444444;
      border-top: 1px solid #555;
      box-sizing: border-box; }
      .header .search_box form {
        width: 100%; }
        .header .search_box form:after {
          content: "";
          display: table;
          clear: both; }
    .header .header_contact {
      font-size: 10px;
      color: #fff;
      background: #444; }
      .header .header_contact:after {
        content: "";
        display: table;
        clear: both; }
      .header .header_contact > div {
        float: left;
        margin-left: 15px;
        margin-top: 22px; }
      .header .header_contact p {
        margin: 0; }
      .header .header_contact a {
        color: #F57003; }
    .header .socials {
      background: #444;
      padding: 20px 15px 20px 20px;
      float: left;
      border-right: 1px solid #555; }
    .header .socials a {
      display: inline-block;
      height: 0;
      padding-top: 25px;
      overflow: hidden;
      width: 25px;
      margin-left: 3px;
      background-size: cover; }
    .header .socials ul, .header .socials li {
      margin: 0;
      padding: 0; }
    .header .socials li {
      display: inline; }
    .header .socials li.icon_twitter a {
      background-image: url("http://immigracious.com.au/wp-content/themes/IMMIGRACIOUS/images/fb_icon.png"); }
    .header .socials li.icon_fb a {
      background-image: url("http://immigracious.com.au/wp-content/themes/IMMIGRACIOUS/images/tweet_icon.png"); }
    .header .nav {
      background: #333333;
      padding: 0;
      margin: 0; }
      .header .nav .containers {
        padding: 0; }
    .header ul#menu {
      height: auto; }
      .header ul#menu:after {
        content: "";
        display: table;
        clear: both; }
      .header ul#menu li {
        margin: 0;
        float: left;
        width: 100%; }
        .header ul#menu li a {
          display: block;
          padding: 20px;
          line-height: 1;
          border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
          .header ul#menu li a:hover, .header ul#menu li a:focus {
            color: #F57003; }
    .header .header_right {
      display: none; }
    .header .header_inner {
      background: #fff;
      opacity: 1; }

  /***** Banner **** */
  .migration_box h1 {
    padding: 30px 0;
    line-height: 1.3;
    font-size: 18px; }

  .full_slider {
    overflow: hidden;
    height: 180px; }
    .full_slider .bg {
      height: 100%; }
    .full_slider > div {
      height: 180px !important; }
      .full_slider > div img {
        height: 100%;
        width: auto;
        position: absolute;
        left: 0;
        display: none; }
      .full_slider > div .skdslider {
        height: 100%; }

  /***** Footer **** */
  #footer {
    text-align: center; }
    #footer .footer_inner {
      padding: 0; }
    #footer .containers {
      padding: 0; }
    #footer .address p {
      text-align: center !important; }
    #footer .grid4, #footer .grid2 {
      border-bottom: 1px solid rgba(255, 255, 255, 0.15); } }
@media only screen and (min-width: 481px) {
  .facebook-iframe-desktop {
    display: block; }

  .facebook-iframe-mobile {
    display: none; } }
@media only screen and (max-width: 480px) {
  .facebook-iframe-desktop {
    display: none; }

  .facebook-iframe-mobile {
    display: block; } }

/*# sourceMappingURL=responsive.css.map */
