/*
Theme Name:  Plus4
Theme URI: https://seedinteractive.co.nz
Author: Bejoy Jose
Author URI: https://seedinteractive.co.nz
Description: Theme developed by Seed Interactive
Version: 1.0

*/

table#bignumbers {
width: 100%;
}
table#bignumbers td.cell_A {
width: 20%;
vertical-align: top;
padding-bottom: 20px;
font-size: 76px;
font-weight: bold;
line-height: 80%;
}
table#bignumbers td.cell_B {
width: 90%;
vertical-align: top;
padding-bottom: 20px;
}
p.bc{float:right; margin:10px;}.

.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea{width: 47%;}



/* my customization*/
#popups-cnt {
background: rgba(0, 0, 0, 0) url("http://www.plus4.co.nz/wp-content/uploads/2015/12/bg1.jpg") repeat-x scroll 0 0;
border: 5px solid #fff;
height: 400px !important;
width: 800px !important;
}
#clear {clear:both;}
#popup_plugin h2 {
color: #348aab;
font-family: tahoma;
font-size: 25px;
padding: 20px;
text-align: center;
}
#content_left {
float: left;
  margin-left: 20px;
  margin-right: 20px;
  width: 490px;
}
#content_left > p {
color: #666666;
font-family: arial;
font-size: 16px;
line-height: 20px;
margin-bottom: 20px;
margin-top: 20px;
text-align: justify;
}
#content_right {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  width: 220px;
}
#content_right > img {
  width: 220px;
}
#content_left p span {
  font-weight: bold;
  text-decoration: underline;
}
#form_area {
background: #348aab none repeat scroll 0 0;
border-radius: 5px;
height: 60px;
left: -15px;
margin-top: 40px;
position: absolute;
width: 830px;
}
#name, #phone, #email, #submit {
float: left;
font-family: arial;
font-size: 14px;
height: 30px;
margin: 5px 10px 15px;
text-align: center;
text-indent: 5px;
width: 180px;
}
#content_right > span {
  margin-left: 25px;
}
.wpcf7-form {
  margin-left: 15px;
}
#submit {
  background: #ec8e32 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-weight: bold;
}
#popup{
margin-left: -400px !important;
}



/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

#popups-cnt {
  height: 400px !important;
  width: 600px !important;
}
#popup{
 margin-left: -315px !important;
    margin-top: -385px !important;
}
#content_left {
  width: 290px;
}
#content_left > p {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#form_area {
 margin-top: 10px;
left: -10px;
 width: 620px;
}
#name, #phone, #email, #submit {
  width: 130px;
font-size: 12px;
}




}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

#popups-cnt {
 height: 420px !important;
width: 270px !important;
}
#popup{
 margin-left: -140px !important;
}
#popup_plugin h2 {
  font-size: 14px;
  padding: 20px 10px 0;
}
#content_left {
margin-left: 5px;
margin-right: 5px;
width: 150px;
}
#content_left > p {
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 0;
  margin-top: 10px;
}
#content_right {
  margin-left: 5px;
  margin-right: 5px;
  width: 90px;
}
#content_right > img {
  width: 90px;
}

#form_area {
  margin-top: 15px;
  height: 160px;
left: -8px;
width: 285px;
}
#name, #phone, #email, #submit {
  height: 25px;
  margin: 4px 10px;
  width: 250px;
}



}



