/*
Theme Name: Striking MultiFlex Child Theme
Description:    Child theme for the Striking MultiFlex & Ecommerce Responsive WordPress Theme
Author:         <a href="http://themeforest.net/user/Kaptinlin">Kaptinlin</a>
Author URI:     http://themeforest.net/user/Kaptinlin
Template:       striking_r
Version:        0.1.0
*/


/*---------------------------------------------------*/
/* Core Theme */
/*---------------------------------------------------*/

#feature.anything .inner { padding: 10px 0 0; }
#anything_shadow { margin-bottom: -30px; }

div.anythingSlider .anythingControls {
margin-right:15px;
margin-top:-34px;
float:right;
}

#feature .inner {
    padding: 0;
}

code, kbd, samp, pre, tt, var, input[type="text"], input[type="password"], input[type="email"], textarea {
    font-family: inherit;
}

/*---------------------------------------------------*/
/* Common */
/*---------------------------------------------------*/

.cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*---------------------------------------------------*/
/* Responsive */
/*---------------------------------------------------*/

/* iFrame */

.fb-likebox, .fb-likebox iframe[style], iframe {width: 100% !important;}

/*---------------------------------------------------*/
/* Pages */
/*---------------------------------------------------*/

/* Contact Page */

.contact_icon {
    padding: 8px 32px 0 0; margin-right: 12px; vertical-align: -2px;
}

/* Appearances */

.event-logo {
    width: 100%;
    margin-bottom: 10px;
}

/* Appearance Widget */

.appearance-widget {
    width: 100%;
}

.appearance-widget h4 {
    margin-bottom: 0;
}

.appearance-widget td {
    vertical-align: middle;
    padding: 5px 10px;
    text-align: center;
}

.appearance-widget .date {
    background-color: #EFEFEF;
}

.appearance-widget .location h4 {
    margin-bottom: 10px;
}

/* General Table */

#general_table {
    width: 100%;
}

#general_table td, th {
    vertical-align: middle;
    padding: 20px 10px 10px;
    text-align: left;
}

#general_table tbody tr:nth-child(2n+1) {
    background-color: #EFEFEF;
}

#general_table tbody tr:nth-child(2n) {
    background-color: #FFFFFF;
}

#general_table tbody tr:hover {
    background-color: #FEF2B6;
}

/* Widget */
.menu-default-container ul li {
    background: none !important;
}

/* Community */

img {
    vertical-align: middle;
}

/* RSS Reader */

.external-rss {
    margin-left: 0px;
}

.external-rss li {
    background: url('/media/file.png') no-repeat 5px 18px;
    margin-left: 0px;
    padding: 15px 20px 15px 36px;
}

.external-rss li:nth-child(2n-1) {
    background-color: #EFEFEF;
}


/*---------------------------------------------------*/
/* Widget */
/*---------------------------------------------------*/


/*---------------------------------------------------*/
/* Plugin */
/*---------------------------------------------------*/

/* Common */

/* MailChimp */
#mc_signup input {
    width: 95%;
}

/* Contact Form 7 */

span.wpcf7-list-item {
    display: block;
}

.wpcf7-form p {
    margin-bottom: 10px;
}

div.wpcf7 .watermark {
    color: #7C7C7C !important;
}

.wpcf7-form code, .wpcf7-form kbd, .wpcf7-form samp, .wpcf7-form pre, .wpcf7-form tt, .wpcf7-form var, .wpcf7-form input[type="text"], .wpcf7-form input[type="password"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
    color: #000000;
    font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
    font-size: 16px;
}

.wpcf7-form textarea, .wpcf7-form input[type="text"] {
    outline: medium none;
    padding: 10px;
    width: 90%;
}

.wpcf7-submit {
    color: #FFFFFF !important;
    font-size: 18px;
    margin: 2px 10px 2px 0;
    width: auto !important;

    background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%) #666666;
    background: -webkit-gradient(linear, center top, center bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.15))) #666666;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#15FFFFFF, endColorstr=#15000000) #666666;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#15FFFFFF, endColorstr=#15000000) #666666;

    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    -webkit-border-radius:5px!important;
    -moz-border-radius:5px!important;
    border-radius:5px 5px 5px 5px!important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) !important;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.4)!important;
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.4)!important;
    display: inline-block !important;
    line-height: 100%;
    outline: medium none !important;
    padding: 10px 20px !important;
    position: relative !important;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: 0 -1px 1px #333333 !important;
}

.wpcf7-submit:hover {
    background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.15) 100%, rgba(255, 255, 255, 0.15) 0%) #666666;
    background: -webkit-gradient(linear, center top, center bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0.15))) #666666;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#15FFFFFF, endColorstr=#15FFFFFF) #666666;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#15FFFFFF, endColorstr=#15FFFFFF) #666666;
    cursor: pointer !important;
    text-decoration: none !important;
}

.wpcf7-submit:active {
    background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%) #666666;
    background: -webkit-gradient(linear, center bottom, center top, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.15))) #666666;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#15000000, endColorstr=#15FFFFFF) #666666;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#15000000, endColorstr=#15FFFFFF) #666666;
    cursor: pointer !important;
    position: relative !important;
    text-decoration: none !important;
    top: 1px !important;
}

a.wpcf7-submit, a.wpcf7-submit:link {
    text-decoration: none!important;
    cursor: pointer!important;
}

/* Validation messages on contact form */

span.wpcf7-not-valid-tip {
    background: #ED1C2D;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: block;
    font-size: 10pt;
    padding: 2px 2px 2px 7px;
    position: absolute;
    left: auto !important;
    right: 32px;
    top: 0;
    width: auto;
    z-index: 100;
}

.wpcf7-form-control-wrap {display:block !important;}

/* Gravity Form */

.ginput_container input[type="text"], .ginput_container textarea, .ginput_container select {
    padding: 5px 0 !important;
    background: url('./img/contact_input.png') repeat-x scroll 0 0 #F7F7F7 !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #CCC;
}

.gfield {
    margin-left: 0 !important;
}

#footer .gform_button {
    width: 100%;
}

.ginput_container input[type="text"] {
    background: #FFFFFF;
}

.button.gform_button {
    background: #F5F5F5;
    padding: 10px 20px;
}

.gform_wrapper .gform_footer {
    margin: 10px 0 0;
    padding: 10px 0;
}

/* Notification Bar */
#notification-bar {
    direction: ltr;
    color: #fff;
    font: 400 13px/32px "Open Sans",sans-serif;
    height: 32px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #7faf7a;
    text-align: center;
    white-space: nowrap;
}

#notification-bar a {
    color: #fff;
    text-decoration: underline;
}

/* Twitter Feed */
.widget_displaytweetswidget p {
    padding-bottom: 10px;
}

/* Widget Display */
#sidebar .widgettitle {
    font-size: 20px;
}