<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   CPofU_2015
 Them`e URI:    http://firetoss.com
 Description:  CPofU_2015
 Author:       Firetoss
 Author URI:   http://firetoss.com
 Template:     Extra
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Extra
*/

@import url("../Extra/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
.some_colors {

    color: #133347

    color: #e83941

        color: #0b4a83

        color: #c0242c

    color: #740006

    color: #263a47
}

::selection{
    background-color: #740006;
    color: white;
}

.login #login h1 a{
    width: 300px !important;
}

/*Widget areas*/
.tribe-events-list-widget-events{
    padding: 0 0 !important;
}

p.tribe-events-widget-link{
    padding: 0 0 .3em 1.143em;
}


 /*One Line Gravity Form*/
div.gform_footer.top_label{
    width: 20%;
    clear: both;
    display: inline-block;
    padding-bottom: 0;
}

div.gform_body {
    width: 80%;
    float: left;
    display: inline-block;
}

@media (max-width: 780px) {
    div.gform_body {
        width: 100%;
    }
}

.subscribe-section{
    padding: 0 0 !important;
}
input#gform_submit_button_2.gform_button.button{
    float: left;
    color: #ffffff !important;
    background: #dd3333;
    border-width: 0px !important;
    border-radius: 3px;
    letter-spacing: 0px;
    font-size: 18px;
    margin-top: 12px !important;
}
input#input_2_3.medium, input#input_2_4.medium{
    padding: 12px 12px;
    background-color: #fff;
}

input#gform_submit_button_2.gform_button.button:hover {
    background: #112634;

}


/*Unify look of text widget with Extra widgets*/
#text-2 .textwidget{
    padding: 0 0 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3em;
    color: rgba(0, 0, 0, 0.75);
}
/* Gravity Forms Field Text Size */
.gform_wrapper .gform_body .gform_fields .gfield input[type=text]  {font-size: 50px}
</pre></body></html>