/*
 Theme Name:     pws
 Theme URI:      https://pwsdev.com
 Description:    Divi Child Theme
 Author:         ProActive Web Solutions
 Author URI:     https://proactivewebsite.com
 Template:       Divi
 Version:        2.0.0
*/

	

	.gform_wrapper textarea, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {     padding: 12px 18px !important; }

	h1, h2, h3, h4, h5, h6 { line-height: 1.2em; font-weight:300 !important; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
	h1 { font-size: 55px; }
	h2 { font-size: 24px; }
	h3 { font-size: 22px; }
	h4 { font-size: 18px; }
	h5 { font-size: 16px; }
	h6 { font-size: 14px; }
	p { line-height: 1.45em; }
	strong { font-weight: bold; }
	cite, em, i { font-style: italic; }
	pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
	ins { text-decoration: none; }
	sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
	sup { bottom: 0.8em; }
	sub { top: 0.3em; }
	dl { margin: 0 0 1.5em 0; }
	dl dt { font-weight: bold; }
	dd  { margin-left: 1.5em;}
	blockquote  { padding: 1em; color: #666666; background: #e6e6e6; font-style: italic; border: 1px solid #dcdcdc; }
		blockquote p { padding-bottom: 0px; }

	.scripty { color: var(--Dark-Green, #70A193); text-align: center; font-family: Corinthia; font-size: 148px; font-style: normal; font-weight: 400; line-height: 74%; }
	.scripty--mid-green { color: #aecfc5; }

	.whitelink a { color: #fff; }
	.whitelink a:hover { color: #fff; text-decoration: underline; }

	input[type=text],input.text, input[type=email],input.email, input[type=tel],input.tel, input.title, textarea, select { background-color:#fff; border:0px solid #bbb; padding: 12px 8px; color: #4e4e4e; border-radius: 15px; }
	input[type=text]:focus, input.text:focus, input[type=email]:focus, input.email:focus, input[type=tel]:focus, input.tel:focus, input.title:focus, textarea:focus, select:focus { border-color:#2D3940; color: #3e3e3e; }
	input[type=text], input.text, input[type=email], input.email, input[type=tel], input.tel, input.title, textarea, select { margin:0.5em 0; }
	input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button { border:none; background:#AECFC5; padding: 9px 12px; color:#4A495A; text-transform:none; font-size: 18px; }
	input[type="submit"]:hover { background: #C9CACB; cursor: pointer; }

	/*input[type=text], input[type=password], input.text, input[type=email], input.email, input[type=tel], input.tel, input.title, textarea, select {
		background-color: #fff; border: 1px solid #bbb; padding: 10px; color: #4e4e4e; font-size: 18px; margin:0.5em 0; font-family: sans-serif; }
	input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button { background-color:#AECFC5; color:#AECFC5; border:none; font-size:16px; padding:6px 32px; }*/

	.pws__form .gform_required_legend { display: none; }

	a:hover { color: #aecfc5; }



/*** Header ***/
	.pws-head { }
		.pws-head-row { }

		  .pws-head__blurb-col { display: flex; justify-content: flex-end; align-items: center; gap: 32px; flex-wrap: wrap; }
			.pws-head__blurb { margin: 0 !important; }
				.pws-head__blurb a { color:#fff; }
					.pws-head__blurb a:hover { color:#AECFC5; }
				.pws-head__blurb .et_pb_blurb_container { padding-left: 0px; }
				
			.pws-head__nav { font-size: 16px; }
				.pws-head__nav li { margin-right: 25px !important; }
					.pws-head__nav li:last-child { margin-right: 0px !important; }
				.pws-head__nav .et-menu .menu-item-has-children>a:first-child:after { display: none; }
				.pws-head__nav .et-menu .menu-item-has-children>a:first-child { padding-right: 0px; }
					.pws-head__nav li ul.sub-menu a { padding: 6px 0;  }
					.pws-head__nav .nav li ul.sub-menu li a:hover { background-color: transparent; opacity: 1; color: #fff !important; transition-duration: 50ms; }
		.pws-head--dark { }

		.et-menu a:hover { opacity: 1; }




/* Search Box */	
	#search { float: right; padding: 16px 21px 0 0px; position: relative; }
		#search a:hover img { opacity: 0.6; }

	.search-form { float:right; margin: 15px 0 0; width: auto; position: relative; right: auto; }
	.screen-reader-text { display:none; }
	.search-field { background-color: transparent; background-image: url(images/search_white.png); background-position: 5px center; background-repeat: no-repeat;	background-size: 24px 24px; border: none;cursor: pointer; height: 30px; padding: 0 0 0 34px; position: relative; -webkit-transition: width 400ms ease, background 400ms ease; transition: width 400ms ease, background 400ms ease; width: 0; }
	.search-field:focus { background-color: #fff; border: 2px solid #c3c0ab; cursor: text;	outline: 0;	width: 230px; padding-left:0; background-image: none; }
	.search-form .search-submit { display:none; }



.pagination { clear: both; margin: 50px 0; min-height: 40px; }
    .pagination .page-numbers.current { background: #eee; color: #333e48; border: 0px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; font-size: 16px; padding: 6px 12px; text-transform: uppercase; text-shadow: none; margin-right: 3px; }
	.pagination a { background: #00abc7; color: #fff; border: 0px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; font-size: 16px; padding: 6px 12px; text-transform: uppercase; text-shadow: none; margin-right: 3px; } 
    .pagination a:hover { background:#B99D2F; text-decoration: none; }
    .pagination a.next, .pagination a.prev { display: none; }



/* Other */
	.pws_btn--fix:after { display: none !important; }
	/*body #page-container .et_pb_section .pws_btn--fix:hover { padding: 8px 40px !important }*/

	.pws-bullet-list ul { padding-bottom: 0; }	
	.pws-bullet-list li { margin-bottom: 12px; }

	.pws__read-more a { color: #70A193; }
	.pws__read-more a:hover { color: #4A495A; }

	.pws-heavy-titles h2, .pws-heavy-titles h3 { font-weight:600 !important; }


/* Footer */	

.pws-foot { }
.pws-foot-row { }
.pws-foot__nav { }
	.pws-foot__nav ul, .pws-foot__nav li { display: block !important; }
	.pws-foot__nav li a { color:#fff; }
				.pws-foot__nav li a:hover { color:#AECFC5 !important; }
.pws-foot--dark { }



@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {	
   
}


@media (min-width: 981px) {	
	
}

@media all and (max-width: 980px) {
	
	.pws-head__nav .mobile_menu_bar:before { color: #000 !important; }
	.pws-head-row .et_pb_column { width: initial; }
	
	.pws-foot .et_mobile_nav_menu { display: none; }
	.pws-foot .et_pb_menu .et_pb_menu__menu { display: block; }
		.pws-foot .et_pb_menu_0_tb_footer .et_pb_menu__wrap { justify-content: flex-start !important; text-align: left; }
		
}

@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
	

	
	
	
}

@media all and ( min-width: 480px ) and ( max-width: 767px ) {
	 .pws-head__blurb-col { gap: 15px; flex-direction: column; align-items: flex-end; } 
		.pws-head__blurb { flex: 1 0 100%; justify-content: flex-end; }
  

}

@media all and (max-width: 767px) {
	 .pws-head__blurb-col { gap: 15px; flex-direction: column; align-items: flex-end; } 
		.pws-head__blurb { flex: 1 0 100%; justify-content: flex-end; }
  

}

@media all and (max-width: 479px) {

	 .pws-head__blurb-col { gap: 15px; flex-direction: column; align-items: center; } 
	
	 .pws-head .pws-head__nav .et_pb_menu__wrap { justify-content: center !important; }

	
}