/*
Theme Name: MoveUsIn
Theme URI: http://moveusin.com.au
Author: Matthew Saunders
Author URI: http://www.matthewsaunders.com.au
Description: MoveUsIn Wordpress Theme created by Matthew Saunders.
Version : 0.0.2


*/

@import url('bootstrap/css/bootstrap.css'); 

@import url('custom/custom.css'); 
/*body { 
     padding-top: 60px; 
     padding-bottom: 40px; 
}*/


img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


ul.tick li {  background:url("http://www.moveusin.com.au/wp-content/uploads/2016/10/tick2.png") left 4px no-repeat;  padding:3px 0 3px 32px;}
ul.tick {  list-style-type:none;  margin:0;  padding:0;}

.large-heading {  font-size:4.5rem;  margin-bottom:20px;  text-shadow:#4D4D4D 0 1px 1px;}
.medium-heading { font-size:3rem;  text-shadow:#4D4D4D 0 1px 1px;}
.image-responsive {float:right;padding-top:20px;}
.image-responsive img {    width: 100%;}



/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}



/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }

}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}


/*_________________  Accordion
________________________________________*/
.accordion {
  margin:0 auto;
  position:relative;
  width:100% !important;
}


[id*="open-accordion"], [id*="close-accordion"] {
  background: #FCAE03;
  line-height: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 99%;
}

[id*="close-accordion"] {
  display: none;
}

.accordion a {
  color:#000000 !important;
  font-size:19px;
  font-weight:normal;
  padding-left:0;
  text-decoration:none;
  text-shadow:none;
}

[id*="open-accordion"]:after, [id*="close-accordion"]:after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 5px;
  top: 15px;
  z-index: 999;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.target-fix {
  display: block;
  top: 0;
  left: 0;
  position: fixed;
}

.accordion-content {
  height: 0;
  position: relative;
  overflow: hidden;
  width: 90%;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
}

.accordion span:target ~ .accordion-content {
  display: block;
  height: auto;
  padding-bottom: 25px;
  padding-top: 10px;
}

.accordion span:target ~ [id*="close-accordion"] {
  display: block;
}

.accordion span:target ~ [id*="open-accordion"] {
  display: none;
}

.accordion span:target ~ [id*="close-accordion"]:after {
  border-top: 10px solid #333;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}