/*

Theme Name: 	Ondas Radio
Text Domain:	ondasradio
Description:	Emisora Online
Theme URI:		http://ondasradio.net/
Author:			LOT Grafix
Author URI:		https://lotgrafix.com
Template:		lotgrafix
Version:		1.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html

*/


/* Write here your own personal stylesheet */

:root {
    --site_name: #fff;
    --head_mid_link: #fff;
    --head_mid_hvr: #c0c;
	--bg_main: #000;
    --title_global: #c0c;
    --text_color: #fff;
    --before: #0f0;
    --sidebar: #fff;
    --span: #c0c;
    --url_link: #aaa;
    --url_hvr: #ccc;
    --btn_back: #a0a;
    --btn_over: #c0c;
    --border: rgba(0,0,0,.25);
    --input_border: #c0c;
    --bg_last: #111;
    --slide_dots: rgba(100,0,100,.5);
}

body:not(.home) #slideshow{display:none}

main, footer{border-top:1px solid var(--title_global); box-shadow:0 0 100px #c0c}

h1, h2, h3, h4, h5, h6 {
    text-shadow: 4px 4px 8px rgba(0, 0, 0, .25);
    background: linear-gradient(45deg, #6a00ff, #ff007a, #6a00ff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#header #fixed-bar {
    border-bottom: 1px solid var(--title_global);
}

.post-link .btn{
    background-image: linear-gradient(45deg, #6a00ff, #ff007a);
    box-shadow: 2px 2px 12px #000;
}

.post-links span.fas{
    background: linear-gradient(45deg, #6a00ff, #ff007a);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#body{
    background-image:radial-gradient(circle, #333 0%, #000 100%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#header #fixed-bar{background-color: #111; box-shadow: 0 0 100px #c0c;position:sticky}

#slideshow #slide-quote .widget-title {-webkit-text-fill-color: #fff}

#footer img.logo {max-height:3.25em}
#footer .credits li a {color: #fff}
#footer .credits li a:hover {color:#fff ;border-color:#f0f}
#footer .credits .current-menu-item a {color:#c0c}
#footer .credits .copyright a {color:#f0f}
#footer .credits .copyright a:hover{color:#f0f}
#footer .credits .btm {margin-bottom:1.5em}

#content .post-content p {text-shadow: 2px 2px 4px #000}

.widget form button[type="submit"]{background-color:#808}
.widget form button[type="submit"]:hover{background-color:#c0c}

.btm {margin-bottom:10px}
.sidebar a:hover{border-bottom:1px solid var(--title_global)}
.post .post-thumb {background-color:transparent}
.web-site .post .post-thumb {padding:.5em}
.mob-site .post .post-thumb {padding:0}

.share.social.icons a{background-image:linear-gradient(45deg, rgba(200, 0, 200, .5), transparent); box-shadow: 2px 2px 12px #000;}


@media (min-width: 961px) and (orientation:landscape) {
    .wp-block-image.size-large{max-width:50%;float:left;margin:0.25em 1.25em 0.5em}
}

@media (max-width: 960px) and (orientation:landscape) {
    #slideshow #slide-image{max-height:100vh}
    a#scroll-to-top {right:80px;bottom:23px}
}

@media (max-width: 960px) and (orientation:portrait) {
    #slideshow #slide-image{height:30vh}
    a#scroll-to-top {right:36px;bottom:100px}
    .mobile .widget_nav_menu > div {padding-top:100px}
}

