/* 
 Theme Name:     Get Yourself Spotted
 Author:         Colin Falcon
 Author URI:     https://simplydesign.me
 Template:       Divi
 Version:        1.0 
*/ 

/* -------------------------- DO NOT EDIT ABOVE THIS LINE ------------------------------ */
/**************[HEADER]*************/
#main-header {
	box-shadow:none;
}
@media only screen and (min-width: 981px) {
.et_pb_svg_logo #logo,
#logo {
    max-height: 120%;
    height: 120%;
}
}
/***[Homepage]***/
@media (min-width:981px) {
	.home-col1 {
box-shadow: -2vh 2vh 0px 0px #d9d9d8;
    padding: 10px;
    margin-left: -50px;
    margin-bottom: -50px!important;
}
.home-col2 {
box-shadow: 2vh 2vh 0px 0px #d9d9d8;
    padding: 10px;
    margin-right: 10px!important;
    margin-bottom: -50px!important;
    z-index: 100;
    background: #fff;
}
.home-txt {
    padding: 0 10px;
}
.line-row {
	margin-top:50px;	
}
#pic-sec {
	margin-bottom:50px;	
	}
}
.home-btn:hover {
  box-shadow: 0 9px 5px -6px rgba(0,0,0,0.35) !important;
}
/*[Player Stats Page]*/
.stat-title, stat-value {
   padding:5px;
}
.stat-value {
	margin-bottom:20px!important;
}
.stats-total-title {
  margin-top: 20px;
}
.comments p {
    padding-bottom: 0!important;
}
.mail-btn:hover {
  box-shadow: 0 9px 5px -6px rgba(0,0,0,0.35);
}
@media (min-width:981px) {
.player-stats-col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.player-img-col {
  display:flex;
  flex-direction:column;
  justify-content:center;
}
#player-flag,
#player-club-logo {
   max-width:48%!important;
	margin-bottom: 20px;
}
#player-club-logo .et_pb_image_wrap {
  width: 30%;
  margin-left: 35%;
}
#player-flag img.emoji {
  max-width: 30%;
}
div#player-club-logo {
    display: flex;
    margin-right: 0;
    flex-direction: column;
    justify-content: center;
}
.stat-title,
.stat-value {
   width:48%;
   max-width:48%;
}
.stat-title {
	text-align:left!important;	
}
.stats-total,
.stats-total-title {
  min-width:100%;
  text-align:center;
}
}
@media (max-width:980px) and (min-width:768px) {
.player-stats-col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.player-img-col {
  display:flex;
  flex-direction:column;
  justify-content:center;
}
#player-flag,
#player-club-logo {
   max-width:48%!important;
   margin-bottom:20px;
}
#player-club-logo .et_pb_image_wrap {
  width: 30%;
  margin-left:35%;
}
#player-flag img.emoji {
  max-width: 30%;
}
div#player-club-logo {
    display: flex;
    margin-right: 0;
    flex-direction: column;
    justify-content: center;
}
.stat-title,
.stat-value {
   width:48%;
   max-width:48%;
}
.stat-title {
	text-align:left!important;	
}
.stats-total,
.stats-total-title {
  min-width:100%;
  text-align:center;
}
}
@media (max-width:480px) {
.player-stats-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
div#player-flag {
    max-width: 30%;
    margin-bottom:10px;
}
div#player-club-logo {
    max-width: 30%;
    margin-right: 0;
    display: flex;
    justify-content: center;
}
div#player-club-logo .et_pb_image_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.stat-title, .stat-value {
    min-width: 100%;
}
.stat-value {
    padding: 10px 10px 15px 10px!important;
    font-size:24px!important;
}
.stats-total {
    min-width: 100%;
}
.stats-total-title {
    font-size: 14px!important;
    margin-top: 20px;
    min-width: 100%;
}
#footer-bottom .container.clearfix {
    min-width: 100%;
}
p#footer-info, #footer-info b, #footer-info a {
    font-weight: 400;
    font-size: 11px;
    min-width: 100%;
}
}

/*[Player Archive Pages]*/
.et-blog-css-grid > div {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
/*[END Player Archives]*/
/*[Main Contact Form]*/
.gys-submit {
  background: #2959a5!important;
  cursor: pointer;
  transition: all ease 0.5s;
  font-family: 'Raleway'!important;
  font-weight: 300!important;
}
/*.gys-submit:hover {
    background: #2959a5!important;
    box-shadow: 0 9px 5px -6px rgba(0,0,0,0.35) !important;
}*/
#gys-contact .wpforms-form input[type=submit]:hover, 
#gys-contact .wpforms-form input[type=submit]:active, 
#gys-contact .wpforms-form button[type=submit]:hover, 
#gys-contact .wpforms-form button[type=submit]:active, 
#gys-contact .wpforms-form .wpforms-page-button:hover, 
#gys-contact .wpforms-form .wpforms-page-button:active
#gys-contact .wpforms-form input[type=submit]:focus,
#gys-contact .wpforms-form button[type=submit]:focus,
#gys-contact .wpforms-form .wpforms-page-button:focus {
    background: #2959a5!important;
    box-shadow: 0 9px 5px -6px rgba(0,0,0,0.35) !important;
    border:none!important;
}
@media (min-width:981px) {
.form-gdpr label {
  font-size: 14px !important;
}
.gys-submit {
  width: 60% !important;
  margin-left: 20% !important;
  transition: all ease 0.5s !important;
}
}
@media (max-width:981px) and (min-width:768px) {
.gys-submit {
    width: 50%!important;
    margin-left: 25%!important;
}
}
@media (max-width:480px) {
.gys-submit {
    width: 100%!important;
    cursor: pointer;
    transition: all ease 0.5s;
}
.form-gdpr label {
    font-size: 13px!important;
}
}
/*[END Contact]*/
/*[Member Login Form]*/
#log-mod #mepr_loginform {
  padding: 10px;
  border: 1px solid #eee;
  box-shadow: 0 9px 5px -6px rgba(0, 0, 0, 0.35);
}

#log-mod .mp_wrapper.mp_login_form {
  margin-top: 10vh;
  max-width: 50%;
  margin-left: 25%;
}
#log-mod #wp-submit {
  width: 40%;
  margin-left:30%;
  margin-bottom:10px;
  padding: 10px;
  background: #2959a5;
  color: #fff;
  border: none;
  font-family: 'Raleway';
  font-size:16px;
  text-transform: uppercase;
  transition: all ease 0.5s;
}
#log-mod #wp-submit:hover {
  box-shadow: 0 9px 5px -6px rgb(0,0,0,0.35) !important;
  cursor: pointer;
}
#log-mod .mepr-login-actions {
  text-align: left;
}
@media (min-width:981px) {
#log-sec {
  min-height: 60vh;
  display: flex;
  justify-content: center;
}
}

@media (max-width:980px) {
#log-sec {
  min-height: 70vh;
  display: flex;
  justify-content: center;
}
}
@media (max-width:980px) and (min-width:768px) {
#log-mod .mp_wrapper.mp_login_form {
  margin-top: 10vh;
  max-width: 70%;
  margin-left: 15%;
}
#log-mod #wp-submit {
  width: 50%;
  margin-left:25%;
}
}
@media (max-width:480px) {
#log-mod .mp_wrapper.mp_login_form {
  margin-top: 5vh;
  max-width: 100%;
  margin-left: 0;
}
#log-mod #wp-submit {
  width: 100%;
  margin-left:0;
}
}
/*[END Login Form]*/

/*[Policies Toggles]*/
.et_pb_toggle_open .et_pb_toggle_title::before {
    -webkit-transform:rotate(360deg);
	rotate:360deg;
    transform: rotate(360deg);
    content: "\22"!important;
}
.et_pb_toggle_title:before {
    content: "\22"!important;
	font-size:20px!important;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
/*[END Toggles]*/
/***[Switch column order on mobile]***/
@media (max-width: 980px) {
.flip { 
display: -webkit-flex;
-webkit-flex-direction: column-reverse;
display: flex;
flex-direction: column-reverse !important;
}
}
/*[END Flip]*/