/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro
*/

/*
@import url('https://fonts.googleapis.com/css?family=Euphoria+Script&display=swap');
@import url('https://fonts.googleapis.com/css?family=Zeyada&display=swap');
@import url('https://fonts.googleapis.com/css?family=Over+the+Rainbow&display=swap');
.rainbow {font-family: 'Over the Rainbow', cursive !important;}
.zeyada {font-family: 'Zeyada', cursive !important;}
.euphoria{font-family: 'Euphoria Script', cursive !important;}

h1,.h1 {font-size:300%!important;}
h2,.h2 {font-size:200%!important;}
*/
#header-gradient {
/* gradient shining border */
    border-style: solid;
    border-width: 2px;
    -webkit-border-image: -webkit-linear-gradient(
        left,
        rgba(255,255,255,0.2) 1%,
        rgba(92,38,255,0.6) 50%,
        rgba(255,255,255,0.2) 100%
    ) 0 0 100% 0/0 0 3px 0 stretch;
    -moz-border-image: -moz-linear-gradient(
        left,
        rgba(255,255,255,0.2) 1%,
        rgba(92,38,255,0.6) 50%,
        rgba(255,255,255,0.2) 100%
    ) 0 0 100% 0/0 0 3px 0 stretch;
    -o-border-image: -o-linear-gradient(
        left,
        rgba(255,255,255,0.2) 1%,
        rgba(92,38,255,0.6) 50%,
        rgba(255,255,255,0.2) 100%
    ) 0 0 100% 0/0 0 3px 0 stretch;
    border-image: linear-gradient(
        to left,
        rgba(255,255,255,0.2) 1%,
        rgba(92,38,255,0.6)50%,
        rgba(255,255,255,0.2) 100%
    ) 0 0 100% 0/0 0 3px 0 stretch;	

}
/*	
.hamburger{
margin-left:1em!important;	
}

.x-sidebar .h-widget {
border:none!important;
font-size:2em!important;
text-transform:none!important;
}
h2.entry-title {
font-size:200%!important;
margin-top:1em!important;
}
*/