/*

  Stylesheet:
	docs/css_precombined/cta_mobile.css

  Purpose:
	Stylesheet for small devices
	
  Structure:

  Copyright:
	Copyright © 2011 by Corpita Pty Ltd
	15 Bedford Street, Collingwood 3066, Australia

  History:
  	2016-09-06 by Brian Warburton
	    Initial version
*/


body {  
  background-color: #FFFFFF;
/*  background-image: url(/SSSSSSSSSSSSSSSSSSSSSSSSSSSSSimages/corpita_curves_double.jpg); */
  background-repeat: no-repeat;
  background-position: -250pt 0;
  margin: 10pt 0 0 0;
}


/* === GENERAL = */
  li { padding-left: 2em; }
  ul.plain li { padding-left:0; }

/* -- generic classes -- */
.cta_bullet { margin: 0 auto 10pt auto; }
.lead_text { font-size: 1em; font-weight: bold;  }
.phone_not { display: none; }


  
/* === LAYOUT === */ 
div.cta_column_center, 
div.cta_column_left,
#cta_main_content { 
  padding: 0 15pt 0 15pt; 
  float: left;  
  width: 100%;
}
.column_aside { display: none;  padding: 0; text-align: left; }
.column_main,
.column_half_left, 
.column_half_right { width: 100%; text-align: center; float: none; padding-left: 4pt; padding-right: 4pt; }
.container { width: calc(100% - 2em); margin: 0 1em 0 1em; padding: 0; float: left;  }

  

/* === BLOCKS SECTION === */


/* --- HEADER BLOCKS ---- */
#cta_banner_logo_pre { width: 100%; text-align: center; clear: both; display: initial; }
#cta_banner_menu { width: 100%; text-align: center; clear: both; }
#cta_banner_menu ul li { margin: 0; padding: 0; }
#cta_banner_logo_post { width: 100%; text-align: center; clear: both; display: none; }
#cta_slogan { margin: 20pt auto 10pt auto; font-weight: bold; font-size: 14pt; }
#banner_phone_home { font-weight: bold; font-size: 12pt; }

/* menu */
#cta_menu_hideable { margin-bottom: 0;  font-size: 11pt;}
#cta_menu_hideable a { color: #000000; }
#menu_menu {  font-weight: bold; margin-bottom: 3pt !important;  }

.menu_hideable_class li { display: none;  }
.menu_hideable_class li:first-of-type { display: block; }
.menu_hideable_class ul li a {  padding: 10pt; }
.menu_hideable_class ul li:first-of-type { display: block; }
.menu_hideable_visible_class li { display: block; padding-bottom: 10pt !important; color: #FFFFFF; }
.menu_hideable_visible_class li:first-of-type { display: none; }


/* -- FOOTER BLOCK --*/
#cta_footer { width: 100%; }
#footer {  text-align: center; }
#footer_phone { display: block; }


/* ===  WIDGETS */
#banner_phone { width: 100%; text-align: center; clear: both; font-size: 16pt; line-height: 2.4;  }
#banner_image img { display: none; width: 100%; height: auto; }
#banner_image_secure { width: 100%; height: auto; }


/* - box_feature - */ 
.box_feature {   width: 100%; height: auto; margin: 0 0 1em 0; padding-bottom: 1em; text-align: center;
    border-top:#F6CC18  0pt solid;  background-color: #EAEAEA;  background-image: url(/images/line_top.jpg); background-repeat: no-repeat; background-position: 0 0;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.11) inset; 
}

/*  ===  SPECIFIC PAGES */
/* - home - */
.page_home  #home_main { width: 100%; padding: 0 15pt 0 15pt;  }

/* - contact - */ 
#ctaform_sheet { padding-top: 10pt;   }
#ctaform_sheet .rombermessage{ text-align: center !important; }
#ctaform_notrobot_cell div { margin: 5pt auto;}

#contact_panel { width: 100%; float: none; }
#contact_table { width: 100%; }
#contact_table th { width: 35%; padding-left: 2em; }
#contact_table td { width: 65%; }
#message_form_pane { width: 100%; text-align: center;  }
.page_contact #crbform_form input { font-size: 12pt; }
#crbform_sheet  { background-color: red;  } 
#crbform_sheet div { text-align: center;} 
#crbform_sheet div input { margin: 0 auto 0 auto; background-color: blue;  text-align: center;} 
#contact_block { margin: 0 auto 0 auto; text-align: left; float: initial; width: 230pt; }
#message_form_pane {  margin: 0 auto 0 auto; text-align: center; }

/* - terms - */
.page_terms ul li { padding: 0; margin: 0; list-style-type: none; }



