/****************** Popup Basic Style *******************/
/*.ig_clear_fix, ig_content {
	margin: 0px !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 30px;
}*/

.ig_popup.ig_mytheme {
	background-color: #A09C71;
	color: #ffffff;
	width: 48%;
	text-align: center;
	border: 2px solid #6E8E29;
	background-image: url(http://wrightfinancial.co.nz/wp-content/uploads/2016/10/icon-3.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.ig_popup.ig_mytheme .ig_headline {
	padding: .8em .8em .3em .8em;
	font-size: 2.5em;
	margin-bottom: 0px !important;
}

.ig_popup.ig_mytheme .ig_image {
    float: left;
}

.ig_popup.ig_mytheme .ig_message {
	padding-top: 0px !important;
	padding-right: 40px !important;
	padding-left: 40px !important;
	padding-bottom: 0px !important;
	font-size: 1.25em;
	margin-top: 10px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	margin-bottom: 30px !important;
}

.ig_popup.ig_mytheme .ig_button, 
.ig_popup.ig_mytheme input[type="submit"], 
.ig_popup.ig_mytheme input[type="button"] {
    background:#67772C;
    color: #FEFEFF;
    font-size: 1.3em;
    width: 45%; 
    font-weight: 700;
    text-align: center;
    line-height: 1.8em;
    margin:.5em auto .8em auto;
    padding: 0.3em 1em;
    text-transform: uppercase !important;
}

.ig_popup.ig_mytheme .ig_button:hover,
.ig_popup.ig_mytheme input[type="submit"]:hover,
.ig_popup.ig_mytheme input[type="button"]:hover{
    -webkit-box-shadow:  0 0 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow:  0 0 5px 0 rgba(0, 0, 0, .3);
    box-shadow:  0 0 10px 0 rgba(0, 0, 0, .3);
}
.ig_popup.ig_mytheme .ig_button:active,
.ig_popup.ig_mytheme input[type="submit"]:active,
.ig_popup.ig_mytheme input[type="button"]:active{
    /*border-top: none;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;*/
}

.ig_popup.ig_mytheme .ig_close {
    background-position: -523px center;
    top: 0;
    right: 0;
    height: 24px;
    width: 24px;
    opacity: .6;
}

.ig_popup.ig_mytheme .ig_close:hover {
    opacity: .5;
}

/****************** Embed Form: Start *******************/
.ig_popup.ig_form_right.ig_mytheme .ig_form_container.layout_right{
    padding-top: 2.5em; 
}

/****************** Embed Form: End *******************/

/****************** Responsive *******************/


@media only screen and (max-device-width: 319px) {
    .ig_popup.ig_mytheme {
        width: 90%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 359px) {
    .ig_popup.ig_mytheme {
        width: 85%;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 413px) {
    .ig_popup.ig_mytheme {
        width: 85%;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 643px) {
    .ig_popup.ig_mytheme {
        width: 85%;
    }
}


