/*
Theme Name: The Cook Law Office
Template: hickshynson
Author: monkeysan
Author URI: https://themeforest.net/user/monkeysan/portfolio
Version: 1.0
*/

/*------------------------------------------------------------------
[Add Your Custom CSS Here] */

/*
Home Page CSS
*/
/*client portal light box css*/
#home-light-box{
    position: fixed !important;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    margin: 0;
	display: none;
}
#home-light-box-in{
	max-width: 750px;
	margin: auto;
	min-height: 100vh;
	background: rgba(255, 255, 255, 0.8);
	padding: 50px;
}
.box-close{
	cursor: pointer;
}

/*===== pay light box css*/
#pay-box{
    position: fixed !important;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    margin: 0;
	display: none;
}
#pay-box-in{
	max-width: 750px;
	margin: auto;
	min-height: 100vh;
	background: rgba(255, 255, 255, 0.8);
	padding: 50px;
}
.pay-box-close{
	cursor: pointer;
}
img.mobile-logo {
    height: 60px;
    display: block;
    margin: 15px auto 0;
}
a.mnum {
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    font-size: 30px;
    width: 100%;
    top: 110px;
}
@media only screen and (max-width: 320px){
	.mobile-advanced > ul{
		padding-top: 30px !important;
	}
}
#collector{
	padding: 50px 0;
}
#collector p{
	margin-bottom: 55px;
}
#collector h2{
	margin-bottom: 0;
}

/*========= Contact form width fix for mobile =========*/
@media all and (max-width: 767px){
	#typeform .form .questions {
    padding: 0;
    max-width: 300px;
    margin: 0;
	}
	.typeform-widget{
		width: 300px !important;
		height: 175px !important;
		margin-left: auto;
		margin-right: auto;
	}
	.css-1jwn7kk{
		display: none;
	}
}