/*for the header image*/
/*
#header-text-nav-wrap {
    padding: 1px 0;
}
.inner-wrap {
    max-width: none;
}
*/
/* fixing the content after removing the above max-width:1100px;*//*
#content {
    padding-left: 30px;
}

/*same for footer*//*
.footer-socket-wrapper .copyright {
    margin-left: 10px;
}*/

/* for terms page */

.serv, .gift, .advert {
	border: 2px solid #74adff; 
  	border-radius: 10px;
  	padding: 10px;
  	background-color: #deedff;
}

.serv h3 {
    text-decoration: underline;
}

/* header background*/
#header-text-nav-container {
    background-color: #deedff;
}

/*menu background*/
.main-navigation {
    background-color: #a7cfff;
}

/* gf */
.gform_wrapper .instruction {
	display: none !important;
}

.gform_wrapper input[type="text"]{
  background-color: #fff !important;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}

#gform_submit_button_1 {
    display: none!important;
}

#gform_submit_button_2 {
    display: none!important;
}

/* menu on small screens*/ 
.site-header .menu-toggle {
	background-color: #a7cfff;
}

.main-small-navigation li {
	background-color: #a7cfff;
}

/* reduce space above the header image*/
#header-text-nav-wrap {
    padding: 30px 10px 10px 10px;
}
@media screen and (max-width: 768px){
#header-text-nav-wrap {
    padding: 5px 0;
}
}

/* footer image*/ 
.tg-one-third {
    width: 100%;
}

.footer-widgets-area {
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer-widgets-wrapper {
    background-color: #012353;
}