/* 
 Theme Name:   prespa-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     prespa
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

.py-s {
    padding-top:var(--wp--preset--spacing--small);
    padding-bottom:var(--wp--preset--spacing--small);
}

.pb-s {
    padding-bottom:var(--wp--preset--spacing--small);
}

.pt-s {
    padding-top:var(--wp--preset--spacing--small);
}

.ps {
    padding: var(--wp--preset--spacing--small);
}

.rounded {
    border-radius:10px;
}
.dark {
background-color:#ffffff00;
}
.dark-text {
    color:#101015;
}

.logo-betmgm {
	background: url('/wp-content/themes/prespa-child/img/betmgm.svg');
}

.bg-betmgm {
	background-color: #0b0b0b;
}

.logo-fanduel {
	background: url('/wp-content/themes/prespa-child/img/fanduel.svg');
}

.bg-fanduel {
	background-color: #0070eb;
}

.logo-betrivers {
	background: url('/wp-content/themes/prespa-child/img/betrivers.svg');
}

.bg-betrivers {
	background-color: #fff;
}

[class*="logo-"] {
	display: block;
	text-indent: -9999px;
	text-align: left;
	background-size: 80%;
	background-position: center center !important;
	background-repeat: no-repeat;
}

[class*="brand-"][class*="bg-"] {
	margin: 0 auto;
	padding: 5px;
	border-radius: 4px;
	width: 200px;
	height: 60px;
}

.centered {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.white-text {
    color: #ffffff !important;
}

.darkerbg {
    background-color: color-mix(in srgb, #000, transparent 60%);
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-self: center;
}

.lighterbg {
    background-color: color-mix(in srgb, #fff, transparent 20%);
    color: #000;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-self: center;
}

@media (max-width: 991px) {
    .darkerbg {
        width: 100%;
    }
    .lighterbg {
        width: 100%;
    }
}

.site-branding {
    margin-top: 10px !important;
}

.col-centered {
    display: flex;
    justify-content: center;
    align-items: center !important;
}
.col-centered img {
    margin-right: 10px;
    margin-left: 10px;
}

@media (max-width: 781px) {
    
.swap-on-mobile {
    display: flex;
    flex-direction: column-reverse;
} 
}

.btn-home {
	background-color: #3a72d3;
	border-radius:28px;
	border:1px solid #000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	padding:10px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #404040;
}

.not-found .page-content p {
    padding-bottom: 0 !important;
}