@charset "UTF-8";
/*
Theme Name: Square Child
Theme URI: http://jamjab.net/square-child/
Description: Square Child Theme
Author: Anthony Platt
Author URI: http://jamjab.net
Template: square
Version: 1.0.18
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: square-child

Square Child WordPress Theme has been created by Anthony Platt, 2023.
Square Child WordPress Theme is released under the terms of GNU GPL
*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.entry-content {
  word-wrap: break-word;
}

a {
  color: var(--square-body-color, #117a95);
}

.sq-site-title a{
    text-decoration: none;
    color: #FFF;
	font-style: inherit;
}

.tribe-common a {
  color: var(--square-body-color, #117a95) !important;
}

.sq-slide-cap-desc {
  font-weight: bold;
} 

#sq-featured-post-section {
	margin-top: 80px;
	margin-bottom: 40px;
}

#sq-about-us-section {
	margin-top: 40px;
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
## Styled table
--------------------------------------------------------------*/

.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright {
    display: table;
    width: auto
}

.styled-table {
    border-collapse: collapse;
    /* margin: 25px 0; */
    font-size: 0.9em;
    font-family: sans-serif;
    /* min-width: 420px; */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
/*    background-color: #009879; */
    background-color: var(--square-template-color, #5bc2ce);
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid var(--square-template-color, #5bc2ce);
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: var(--square-template-color, #5bc2ce);
}

/*--------------------------------------------------------------
## Simple Membership Customizations
--------------------------------------------------------------*/

.swpm-login-form-register-link {
    display: none;
}

.swpm-join-us-link {
    display: none;
}

.swpm-edit-profile-link {
    display: none;
}

/*--------------------------------------------------------------
## CRO Roster Application Page  Customizations
--------------------------------------------------------------*/
body.page-id-230 header.sq-main-header,
body.page-id-314 header.sq-main-header,
body.page-id-407 header.sq-main-header
{
	background-image: url(https://jamjabsoftware.com/wp-content/uploads/2024/03/red-hearts.jpeg);
	background-position: 0 0;
}

/*--------------------------------------------------------------
## Sign-in with Google
--------------------------------------------------------------*/
.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: #131314;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #e3e3e3;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
  border-color: #8e918f;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: #13131461;
  border-color: #8e918f1f;
}

.gsi-material-button:disabled .gsi-material-button-state {
  background-color: #e3e3e31f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state, 
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: white;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: white;
  opacity: 8%;
}

.is-content-justification-center {
    justify-content: center;
}
