/*
Theme Name: Mitcham
Author: Martian Logic
Author URI: https://myrecruitmentplus.com

*/

body {
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #54575a;
    margin:0; padding:0;
 }

p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #54575a;
}
.row{margin: 0!important; }
h1,
h2,
h3,
h4,
h5 {
font-gfamily: 'Source Sans Pro', sans-serif;
}
.navbar-brand{padding:0 !important;}
.ajb-alerts-widget h2{
    color: #18572A;
    font-weight: 400 !important;
    margin-bottom: 27px;
    text-align: center;
    font-size: 28px !important;
    line-height: 38px;
}
.page-jobs-default-inside h2.text-center{
display: none;
}
h1 {
font-size: 28px;
line-height: 38px;
font-weight: 300;
}

h2 {
font-size: 24px;
line-height: 34px;
font-weight: 300;
}


h3 {
font-size: 20px;
line-height: 30px;
font-weight: 300;
}



::selection {
    color: #fff; 
    background: #18572A;
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #18572A;
}


.ajb-salary-hourly a  {color: #18572A;}
.ajb-salary-hourly a:hover {color: #415464;}
.ajb-salary-hourly a:focus {color: #18572A;}


/*****************  - MENU ********************/
 

.navbar {
	margin-bottom: 0px;
}
.navbar-default{background-image: none;}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 4px;
    width: 35px;
}

.navbar-default .navbar-toggle {
    background-color: #18572A;
}


.navbar-default .navbar-toggle:hover {
    background-color: #18572A;
}

.navbar-default .navbar-toggle:active {
    background-color: #18572A;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 20px 15px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
}

.navbar-brand {
	font-family: 'Source Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #18572A;
    font-size: 24px;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}

.navbar-header .navbar-brand {
	color: #636466;
}

.navbar-brand:hover {
	color: #636466;
    transition: all 200ms ease-in-out;
}

.brand {
    max-width:180px;
}


.navbar-default .navbar-nav > li > a {
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 60px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    transition: all 150ms ease-in-out;
}



.navbar-default .navbar-nav > li > a:hover {
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 60px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    transition: all 150ms ease-in-out;
    border-bottom: 4px solid #18572A;
}



.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 60px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    transition: all 150ms ease-in-out;
}



.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ffff', GradientType=0);
    background-repeat: no-repeat !important;
    -webkit-box-shadow: inset 0 0px 0px rgba(255, 255, 255, .0);
    box-shadow: 0px);
}

.navbar-default .navbar-nav > .active > a {
    background-color: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0) !important;
    -webkit-box-shadow: inset 0 0px 0px rgba(255, 255, 255, 1) !important;
    box-shadow: inset 0 0px 0px rgba(255, 255, 255, 1) !important;
    background-repeat: no-repeat !important;
}





.navbar-default {
	background-color: #fff;
}

.dropdown-menu {
	background: #fff;
}

.dropdown-menu > li > a {
	color: white;
	background: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 10px 30px 10px 20px;
}



.dropdown-menu > li > a {
	font-family: 'Source Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    line-height: 36px;
    font-weight: 700;
    color: #636466;
    text-transform: uppercase;
}

.dropdown-menu > li > a:hover {
background: #636466;
color: #fff;
}


.home-link-icon a{
   padding-left: 20px !important;
   background-image: url(images/home.png) !important;
   background-position: left !important;
   background-repeat: no-repeat !important;
   transition: all 250ms ease-in-out;
}

.home-link-icon a:hover{
   padding-left: 20px !important;
   background-image: url(images/home-hover.png) !important;
   background-position: left !important;
   background-repeat: no-repeat !important;
   transition: all 250ms ease-in-out;
}


.job-link-icon a {
   padding-left: 15px !important;
   background-image: url(images/job.png) !important;
   background-position: left !important;
   background-repeat: no-repeat !important;
   transition: all 250ms ease-in-out;
}



.job-link-icon a:hover{
   padding-left: 15px !important;
   background-image: url(images/job-hover.png) !important;
   background-position: left !important;
   background-repeat: no-repeat !important;
   transition: all 250ms ease-in-out;
}




/*****************  - BG  ********************/

.background-life-ags_01 {
background: url("images/gradback.png") no-repeat center top;
max-width: 100%;
background-size: cover;
background-repeat:no-repeat;
background-position:center center;
}


.background-bg-01 {
background: url("images/gradback.png") no-repeat center top;
max-width: 100%;
background-size: cover;
background-repeat:no-repeat;
background-position:center center;
}


/*****************  - HEADER  ********************/
.rslides {
  z-index: 10;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

#header {
margin: 3em 0em 3em 0em;
background: #f1f1f1;
}

 /*		Header  	*/
.container-header{
    position: absolute;
    z-index: 100;
    top:230px;
}
#home-header {
max-width: 100%;
padding-top:90px;
overflow: hidden;
 height: auto;

}
.container_all{
    overflow: hidden;
     height: auto;
}
.navbar-default{height: 93px !important;}

.home-header {
margin-top:20%;
}

.header h1 {
font-family: 'Source Sans Pro', sans-serif;
color: #18572A;
font-weight: 700;
text-shadow: 1px 1px 5px rgba(30, 30, 30, 0.52);
line-height: 1em;
-webkit-font-smoothing: antialiased;
font-size: 90px;
margin: 0 auto;
}


.header h2 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    padding: 0px 20px 0px 20px;
    background: #415464;
    font-weight: 400;
    display: inline-flex;
    line-height: 45px;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
}






/*****************  FIND A ROLE ********************/

#find-a-role {
margin: 3em 0em 3em 0em;
background: #fff;
}


.find-a-role-box {
    margin: 0em;
    border:  15px solid #FFFFFF;
}

.find-a-role-text h1 {
    color: #18572A;
    font-weight: 400;
    margin-bottom: 27px;
}


.find-a-role-text h4 {
    line-height: 36px;
    font-size: 24px;
    margin-top: 1em;
}



.find-a-role-box-red {
    background: #18572A;
    color: #fff;
    transition: all 200ms ease-in-out;
}

.find-a-role-box-red:hover {
    color: #fff;
    background: #861828;
    transition: all 200ms ease-in-out;
    transform: scale(1.05);
}


.find-a-role-box-red h3 {
    color: #fff;
    line-height: 38px;
    font-size: 28px;
    margin-top: 0%;
    margin-bottom: 60px;
}


.find-a-role-box-gray {
    background: #415464;
    transition: all 200ms ease-in-out;
}

.find-a-role-box-gray:hover {
    color: #fff;
    background: #27333d;
    transition: all 200ms ease-in-out;
    transform: scale(1.05);
}

.find-a-role-box-gray h3 {
    color: #fff;
    line-height: 38px;
    font-size: 28px;
    margin-top: 0%;
    margin-bottom: 60px;
}

.find-a-role-box h5 {
    color: #fff;
    line-height: 28px;
    font-size: 16px;
    margin-top: 60px;
}










.new-find-a-role-box-red {
    background: #18572A;
    color: #fff;
    transition: all 200ms ease-in-out;
    box-shadow: 8px 8px 0px -2px #0c421c;
}

.new-find-a-role-box-red:hover {
    color: #fff;
    background: #0c421c;
    transition: all 120ms ease-in-out;
    box-shadow: -8px -8px 0px -2px #18572A;
}


.new-find-a-role-box-red h3 {
    color: #fff;
    line-height: 38px;
    font-size: 28px;
    padding: 60px 0px 60px 0px;
}


.new-find-a-role-box-gray {
    background: #415464;
    transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    box-shadow: 8px 8px 0px -2px #27333d;
}

.new-find-a-role-box-gray:hover {
    color: #fff;
    background: #27333d;
    transition: all 120ms ease-in-out;
    box-shadow: -8px -8px 0px -2px #415464;
}

.new-find-a-role-box-gray h3 {
    color: #fff;
    line-height: 38px;
    font-size: 28px;
    padding: 60px 0px 60px 0px;
}

.new-find-a-role-box h5 {
    color: #fff;
    line-height: 28px;
    font-size: 16px;
    margin-top: 60px;
}


.col-new-find-a-role {
    padding: 20px;
}

.col-new-find-a-role a:hover {
text-decoration: none;
}


/*****************  - JOBS ********************/



#jobs {
    margin: 3em 0em 10em 0em;
}


.hot-jobs {
    background: #E9E9E9;
    padding: 2em;
    border: 1px solid #fff;
    min-height: 461px;
}


.hot-jobs h3 {
    color: #18572A;
}

.jobs-alert {
    background: #fff;
    padding: 2em;
    border: 1px solid #18572A;
    min-height: 483px;
}


.job-alerts-sidebar {
    display: none;
}
.ajb-hotjobs-widget ul li.adlogic-hot-jobs-job {
    width: 100% !important;
    margin: 0 !important;
    padding: 5px 0 !important;
}

.ajb-hotjobs-widget .bx-wrapper {
    margin-top: 10px;
}
.ajb-salary-range .ajb-salary-min-slider {
	margin-left: -1px !important;
}
.ajb-salary-range .ajb-salary-max-slider {
	margin-left: -14px !important;
}

.adlogic_job_details_container div.adlogic_job_details_description strong {
    color: #636466 !important;
}
.jobs-alert h3 {
    color: #18572A;
    margin-bottom: 2em;
}



.jobs-descritions h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #636466;
    font-weight: 700;
    margin-top: 1.1em;
    color: #18572A;
}

.jobs-descritions p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    color: #636466;
}

/*****************  DONT FIND ********************/
.regi{
    background: #f5f5f5;
    padding: 50px 0 70px;
}
.regi-w{
    width: 895px;
    margin: 0 auto;


}
.regileft{
    font-size: 3.3em;
    line-height: 1.3em;
    margin:20px auto 20px ;
    font-family:'Cocon Regular',sans-serif;
    color:#18572A;
    text-align: center;

}
.regiright{

}
.regiright h4 {
    color:#18572A;
    font-size: 24px;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 700;
    margin-top:30px;
}

a.ajb-register-button , a.ajb-subscribe-button {
    text-transform: uppercase;
    background-color: #18572A;
    color: #fff;
    border-radius: 0;
    border:none;
    margin-top:2em;
    margin-right:30px !important;
    font-family: 'Source Sans Pro',sans-serif;
    font-size:18px;
    line-height:30px;
    transition: none;
    padding: 7px 50px !important;
}


a.ajb-register-button:hover, a.ajb-subscribe-button:hover{
    text-transform: uppercase;
    background-color: #18572A;
    color: #fff;
    border-radius: 0;
    border:none;
    margin-top:2em;
    margin-right:30px !important;
    font-family: 'Source Sans Pro',sans-serif;
    font-size:18px;
    line-height:30px;
    transition: none;
    padding: 7px 50px !important;
    text-decoration: none;
}

.ajb-submit-cv-button {
    text-transform: uppercase;
    background-color: #18572A;
    color: #fff;
    border-radius: 0;
    border:none;
    margin-top:2em;
    margin-right:30px !important;
    font-family: 'Source Sans Pro',sans-serif;
    font-size:18px;
    line-height:30px;
    transition: none;
    padding: 7px 50px !important;
}

.ajb-submit-cv-button:hover {
    text-transform: uppercase;
    background-color: #18572A;
    color: #fff;
    border-radius: 0;
    border:none;
    margin-top:2em;
    margin-right:30px !important;
    font-family: 'Source Sans Pro',sans-serif;
    font-size:18px;
    line-height:30px;
    transition: none;
    padding: 7px 50px !important;
}



/*****************  FOOTER ********************/

#footer {
    background: #415464;
}

.footer-style {
    padding-top: 20px;
}

.footer p {
    color: #fff;
    font-size: 13px;
}

.footer p a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

.footer p a:hover {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

.footer-style h3 {
    margin-top: 0px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}







/*****************  LANDING PAGE ********************/
.page-white-bg {
    background-color: rgba(255, 255, 255, 0.90);
}


.landingpage-bg {
background: url("images/bg-life-01.jpg") no-repeat center top;
max-width: 100%;
background-size: cover;
background-repeat:no-repeat;
background-position:center center;
}


.landingpage-bg-box {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 50px;
}





/*****************  Simple Page ********************/

.simple-page {
margin: 4em 0em 0em 0em;
}



/*****************  Why Us ********************/
.page-why-us {
    margin-top: 10em;
}

/*****************  Extra Files ********************/
    
    

.buttom {
    background-color: transparent;
    color: #18572A;
    border: 1px solid #18572A;
    border-radius: 14px 0px 11px 0px;
    margin-top: 2em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
    width: 150px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}

.buttom:hover {
    background-color: #27333d;
    color: #fff;
    border: 1px solid #27333d;
    border-radius: 14px 0px 11px 0px;
    margin-top: 2em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
    width: 150px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}


.buttom-red{
    background-color: #18572A;
    color: #fff;
    border: 1px solid #18572A;
    border-radius: 0px;
    margin-top: 2em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
    width: 150px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}


.buttom-red:hover {
    background-color: #fff;
    color: #18572A;
    border: 1px solid #fff;
    border-radius: 0px;
    margin-top: 2em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
    width: 150px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}

.buttom-red-register {
    background-color: #18572A;
    color: #18572A;
    border: 2px solid #18572A;;
    border-radius: 14px 0px 11px 0px;
    margin-top: 2em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
    width: 150px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}


.buttom-red-register:hover {
    background-color: #fff;
    color: #18572A;
    border: 2px solid #18572A;
    border-radius: 14px 0px 11px 0px;
    margin-top: 2em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
    width: 150px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}

.buttom-red-header {
    background-color: #fff;
    color: #18572A;
    border: 2px solid #fff;
    border-radius: 14px 0px 11px 0px;
    margin-top: 2em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
    width: 150px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}


.buttom-red-header:hover {
    background-color: #a00d22;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 14px 0px 11px 0px;
    margin-top: 2em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
    width: 150px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}


.clear { clear: both; }


.form-control {
    display: block;
    width: 95%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #636466;
    background-color: #fff;
    background-image: none;
    border: 2px solid #18572A;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

label {
    font-size: 16px;
    font-weight: 400;
}

.ajb-first-name-holder .ajb-alert-field label {
    font-size: 16px;
    font-weight: 400;
    display: block;
}


.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #636466;
    border: 2px solid #18572A;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #18572A;
}

blockquote {
    padding: 0px;
    margin: 0 0 0px;
    border-left: 0px solid #eee;
}



.carousel-indicators {
    bottom: -50px;
    display: block;
}



/*****************  - PAGE BOARD  ********************/



#job-board {
    margin: 0em 0em 0em 0em;
}


.job-board {
    padding: 2em 0em 5em 0em;
}
#job-board {
    padding: 2em 0em 5em 0em;
}





/*****************  - PAGE BOARD  ********************/



.page-central h {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    color:#18572A;
}


.page-central h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    color:#18572A;
}

.page-central h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    color:#18572A;
}

.page-central h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    color:#000;
}

.page-central h4 {
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

.page-central h5 {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}




/*****************  - PAGE BOARD  ********************/



.sidebar {
    padding-left: 50px;
    border-left: 1px solid #ccc;
}


h5.alone-section {
    margin-top: 5em;
}


.wp-caption-text{
 font-size: 12px ;
}


 .box-sidebar {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.90);
 }
.content {
    background: #FFF;
    margin: 25px 0;
    padding: 30px 15px;
}
/*****************  - FIX MOBILE ********************/

@media(max-width: 1024px) {

.home-header { margin-top:30%; } 
.header h1 { line-height: 1em; font-size: 70px; }
.header h2 { line-height: 45px; font-size: 20px; -webkit-font-smoothing: antialiased;}
.brand { max-width:180px;}
.sidebar { padding-left: 0px; margin-top: 5em;}
.container-header{
    position: absolute;
    z-index: 100;
    top:150px;
}
#find-a-role {
    margin: 3em 0em 3em 0em;
    background: #fff;
}
}


@media(max-width: 850px) {
.home-header { margin-top:63%; } 
.find-a-role-box h5 { color: #fff; line-height: 28px; font-size: 18px; margin-top: 11%;}
.container-header{
    position: absolute;
    z-index: 100;
    top:110px;
}

}


@media(max-width: 767px) {

	.home-header { margin-top:30%; } 
	.header h1 { line-height: 1em; font-size: 70px; }
	.header h2 { line-height: 45px; font-size: 20px; -webkit-font-smoothing: antialiased;}
    .brand { max-width:150px;}
	#job-board .row { margin: 0 !important; }
	.position span.ajb_location ul li, .position span.ajb_classification ul li { list-style-type: none !important; margin: 0 5px 0 0 !important; }
	.position span.ajb_location ul li:after, .position span.ajb_classification ul li:after { content: ','; }
	.position span.ajb_location ul li:last-of-type:after, 
	.position span.ajb_classification ul li:last-of-type:after {
		content: none;
	}
    .container-header{
    display:none;
}
}

@media(max-width: 736px) {

.home-header { margin-top:15%; } 
.header h1 { line-height: 1em; font-size: 60px; }
.header h2 { line-height: 35px; font-size: 20px; -webkit-font-smoothing: antialiased;}
.brand { max-width:150px;}
.sidebar { border-left: 0px;}
.navbar-default .navbar-nav > li > a { margin-left: 20px; margin-right: 20px;}
}

@media(max-width: 600px) {

.home-header { margin-top:40%; } 
.header h1 { line-height: 1em; font-size: 70px; }
.header h2 { line-height: 45px; font-size: 20px; -webkit-font-smoothing: antialiased;}
.brand { max-width:150px;}
}

@media(max-width: 598px) {

.home-header { margin-top:20%; } 
.header h1 { line-height: 1em; font-size: 40px; }
.header h2 { line-height: 25px; font-size: 20px; -webkit-font-smoothing: antialiased;}
.brand { max-width:150px;}
#content-02 { margin: 15em 0em 0em 0em; background: #fff; display: grid;  position: inherit;}
}



@media(max-width: 480px) {

.home-header { margin-top:40%; } 
.header h1 { line-height: 1em; font-size: 40px; }
.header h2 { line-height: 25px; font-size: 20px; -webkit-font-smoothing: antialiased;}
.brand { max-width:150px;}
.job-box-home { margin-top: 2em; }
.find-a-role-box h5 { color: #fff; line-height: 28px; font-size: 18px; margin-top: 24%; }
.ajb_social_sharing_sites { margin-left: 90px; }
}



    
@media(max-width: 375px) {
.ajb_social_sharing_sites { margin-left: 70px; }
}

@media(max-width: 320px) {

.home-header { margin-top:40%; } 
.header h1 { line-height: 1em; font-size: 40px; }
.header h2 { line-height: 25px; font-size: 20px; -webkit-font-smoothing: antialiased;}
.brand { max-width:150px;}
.box-float { position: inherit; margin: 20% 0em 0em 0em; padding: 4em; }
.ajb_social_sharing_sites { margin-left: 39px;}
.home-header-image { width: 240px !important; }
}







