/*
 Theme Name:   Divi Child
 Description:  Divi Child Theme
 Template:     Divi
*/

body{
	color: #333;
}

body #logo{
	max-height: 100%;
	width: 15vw;
}

body #top-menu li a{
	font-size: 1vw;
}

#top-menu > li.client-portal-link{
	display: none;
}

body.logged-in #top-menu > li.client-login-link{
	display: none !important;
}

body.logged-in #top-menu > li.client-portal-link{
	display: inline-block;
}

#top-menu .menu-item-has-children > a:first-child, #top-menu li{
	padding-right: 1vw;
}

#et-top-navigation{
	padding-left: 0 !important;
}

.container{
	max-width: none;
}

.text-center{
	text-align: center;
}

#sidebar{
    width: 27%;
}

#left-area{
    width: 73%;
}

#content-area .et_pb_row{
	width: 100%;
}

#content-area .et_pb_row.nopadding{
	padding: 0;
}

#content-area p:last-of-type{
	padding-bottom: 1em;
}

#content-area .et_pb_section:first-child, #content-area .et_pb_section:first-child .et_pb_row:first-child{
	padding-top: 0;
}

#main-content .container:before{
	display: none;
}

.alignright{
	margin: 0 0 15px 15px;	
}

.g-recaptcha{
	display: block;
	margin: 12px 0;
}

.more-link{
	padding: 0.3em 1em !important;
    background: #ff2121 !important;
    display: inline-block !important;
    margin-bottom: 17px;
    font-size: 15px;
    background: #db1c1c;
    border-width: 0px !important;
    border-radius: 8px;
    color: white;
    box-shadow: 0 4px #b90303;
    font-family: 'Fugaz One', cursive;
    text-transform: uppercase;
    margin-bottom: 4px;
}

li.cat-item a{
	font-weight: bold;
}

h4.widgettitle{
	font-size: 22px;
}

/*Quote Form Styles*/

.inline{
	white-space: nowrap;
}

.inline span{
	display: inline-block;
	vertical-align: middle;
	width: 94%;
}

.inline span.label{
	width: 6%;
	font-weight: bold;
}

.wpcf7-form .wpcf7-form-control-wrap input[type=checkbox], 
.wpcf7-form .wpcf7-form-control-wrap input[type=radio] {
	display: inline !important;
}

.wpcf7-list-item{
	white-space: nowrap;
	display: block;
}

.et_pb_contact p input{
	border: 2px solid transparent;
}

.et_pb_contact p input:focus{
	border: 2px solid #eeeeee;
}

.et_pb_contact .wpcf7-list-item input{
	width: auto;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip{
	display: none !important;
}

.wpcf7-form-control-wrap input.wpcf7-not-valid{
	border: 2px solid red;
}

.wpcf7-form-control-wrap input.wpcf7-not-valid:focus{
	border: 2px solid red;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}

:-moz-placeholder { /* Firefox 18- */
  color: #333;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Fugaz One', cursive;
	text-transform: uppercase;
	color: #438c22;
}

.h1{
	font-size: 2.2em;
}

body .et_pb_section{
	background-color: transparent;
}

body .et_pb_button{
	color: white;
	box-shadow: 0 4px #b90303;
	font-family: 'Fugaz One', cursive;
	text-transform: uppercase;
	margin-bottom: 4px;
}

#et-info-email{
	display: none;
}

#sidebar ul.coverage-list{
	text-align: left;
}

#sidebar ul.coverage-list a{
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
    display: block;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
}

#sidebar ul.coverage-list a:hover{
	color: #438c22;
}

.home-hero .hero-content-container{
	color: white !important;
	padding: 5% 8%;
	margin: 0 0;
	box-shadow: 10px 25px 130px white;
}

.home-hero .et_pb_row{
	max-width: 100%;
}

.home-hero h1{
	color: white;
	font-size: 3.1em;
}

.home-hero p{
    font-size: 1.5em;
    line-height: 1.4;
}

.home-hero:before{
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    background-image: url(images/surebet-ball.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 10%;
    z-index: 9;
}

.home-services .et_pb_main_blurb_image{
	width: 100% !important;
    height: 224px;
	overflow: hidden;
	position: relative;
}

.home-services .et_pb_main_blurb_image img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
    min-width: 100%;
    height: auto;
    max-width: 105%;
}

.internal-page #main-content{
	background: white;
	background-image: url('images/internal-bg.jpg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding: 3% 0;
}

.internal-page #main-content .container{
    border: 1px solid #afafaf;
    background: white;
    padding: 4% 5%;
    box-shadow: -4px 3px 23px rgba(0, 0, 0, 0.18);
}

.sidebar-cta .et_pb_button, .sidebar-cta .et_pb_button:hover{
	display: inline-block;
	margin-bottom: 17px;
	font-size: 1.5vw;
	padding: 10px 0.8vw !important;
}

.sidebar-cta hr{
	margin: 15px 0 20px 0;
    border-color: rgba(255, 255, 255, 0.51);
}

footer#main-footer{
	position: relative;
}

footer#main-footer:before{
	display: block;
    content: '';
    width: 76px;
    height: 16vw;
    position: absolute;
    top: -9vw;
    left: 6%;
    background-image: url(images/golf-footer-flag.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

#footer-bottom{
	display: none;
}

@media(min-width: 1620px){
	.sidebar-cta .et_pb_button, .sidebar-cta .et_pb_button:hover{
		font-size: 23px;
		padding: 10px 15px !important;
	}
}

@media(max-width: 1390px){
	#main-header .container{
		width: 95%;
	}
	body #top-menu li a {
	    font-size: 1.3vw;
	}
}

@media(max-width: 1023px){
	.sidebar-cta .et_pb_button, .sidebar-cta .et_pb_button:hover{
		font-size: 20px;
	}
}

@media(max-width: 980px){
	body #logo {
	    max-height: 50%;
	    width: auto;
	}
}

@media(max-width: 980px){
	.alignright, .alignleft{
		float: none;
		display: block;
		margin: auto auto;
		max-width: 100%;
		height: auto;
	}
}

@media(max-width: 500px){
	body{
		font-size: 12px;
	}
	p{
		font-size: 1.4em;
	}
	.home-hero.et_pb_section{
		padding-bottom: 94px;
	}
	.home-hero .et_pb_row{
		width: 90%;
	}
	.home-hero:before{
		width: 150px;
		height: 150px;
	}
	footer#main-footer:before{
		display: none;
	}
}