/*
Theme Name: Synetic Theater Responsive Theme
Author: Top Shelf Design
Contributors: Veraxus
Author URI: http://nouveauframework.com/
Version: 0.9.9
Requires at least: 3.9
Tested up to: 3.9
Stable tag: 0.9.9
License: GNU General Public License
License URI: LICENSE
*/


/*
===================================
READ ME!!!
===================================
This is a required file for all WordPress themes, so you can't just delete it.

USE OLD FASIONED CSS:
If you don't want to use SASS (or don't know what SASS is) - then you can go ahead
and just work in good, old-fashioned CSS within this very file.

TO USE SASS/COMPASS:
The _compass folder is a pre-configured Zurb Foundation Compass project.

Keep in mind that if you DO want to use SASS/Compass, you will still need to install
the gems for Compass *and* the Zurb Foundation framework (even if you want to use
a compiler like CodeKit). More info here: http://foundation.zurb.com/docs/gem-install.php
*/

#syt_jump_links {
    font-size: 0.8235em;
    margin: 0;
    position: relative;
    text-align: right;
    top: 19px;
}


#syt_jump_links li {
    display: inline;
}

#syt_jump_links a {
    color: #464646;
    text-decoration: none;
}

#syt_jump_links li:last-child .syt_jump_link_seperator {
    display: none;
}

body.page-id-58 h1#page_title {
    float: left;
    padding-bottom: 0.5em;
}

.ctct-inline-form {
    max-width: 800px;
    margin: 15px auto 30px;
}
.ctct-inline-form .ctct-form-defaults {
    background-color: #ffffff;
    border-radius: 0 !important;
    border: 15px solid #8e8e8e;
    padding: 15px !important;
}

.ctct-inline-form #email_address_field_0 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ctct-inline-form #email_address_field_0 label {
    font-size: 16px;
    color: #5c5c5c;
    margin: 0 20px;
}

.ctct-inline-form #email_address_field_0 input {
    margin: 0;
}
.ctct-inline-form #email_address_field_0  p.ctct-form-footer {
    margin: 0;
}


table.nostyle {
    background: transparent;
    border: none;
}


body.page-id-4944 #interior_right {
    height: 0px !important;
}