.su-spoiler-style-fancy {
    border: 0px solid #ccc !important;
    border-radius: 0px !important;
    background: #ecedee !important;
}

div.su-spoiler-title {
    padding-top: 15px !important;
    background: #cccccc !important;
    height: 30px;
    width: 100% !important;
    border-radius: 0px !important;
    font-size: 18px !important;
}

span.su-spoiler-icon {
    padding-top: 8px !important;
}

div.su-spoiler-content.su-u-clearfix.su-u-trim {
    background: #ecedee !important;
    font-size: 18px !important;
}

.link-botao {
    background: #f00;
    padding: 20px;
    background: #d71a21;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
}

.link-botao:hover {
    background: #fff;
    color: #000 !important;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
    width: 100%;
    background: #FFF;
    border-radius: 6px;
    line-height: 1;
    font-size: 16px;
    padding: 10px !important;
    border: 1px solid #FFF;
    box-shadow: inset 0px 0px 10px 0px rgba(00, 00, 00, .5);
    margin: 0px;
}

.link-button{
display:table;
text-align: center;
color: #fff !important;
}

.button-contact, .link-button {
    background: #f00;
    color: #fff;
    width: 100%;
    line-height: 1;
    font-size: 16px;
    padding: 10px !important;
    cursor: pointer;
}

.button-contact:hover, .link-button:hover  {
    background: #fff;
    color: #000 !important;
}

.wpcf7 textarea {
    height: 100px !important;
}

.entry-meta {
    display: none !important;
}

.pt-cv-content {
    font-size: 14px;
}

.sub-menu {
    background: #000;
}

span.button:hover {
    background: #fff !important;
    color: #000 !important;
}

span.button {
    background: #d71a21!important;
    color: #fff!important;
}

div.builder-module-block.builder-module-sidebar.builder-module-column-2.builder-module-sidebar-1-right.builder-module-sidebar-with-element.sidebar {
    background: #c1c3c5 !important;
    color: #000000 !important;
}

div.builder-module-block.builder-module-sidebar.builder-module-column-2.builder-module-sidebar-1-right.builder-module-sidebar-with-element.sidebar p {
    color: #000000 !important;
}

a._self.pt-cv-readmore.btn.btn-success {
    background: #FF0000 !important;
    color: #FFFFFF !important;
    border: #ff0000 !important;
}

.panel-grid {
    margin-top: -10px;
    margin-bottom: -30px !important;
}

@media only screen and (min-width: 500px) {
    tr td {
        padding: 1px 10px !important;
    }
}

.red-text {
    color: red;
    font-weight: bold;
    text-align: center;
    display: block;
}

.shipping {
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}

.see-too .su-spoiler-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

#menu-products li {
    list-style: none !important;
}

#menu-products li a {
    color: #fff;
}

.frm-search {
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eae8e8));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #eae8e8);
    background-image: -moz-linear-gradient(top, #f6f6f6, #eae8e8);
    background-image: -ms-linear-gradient(top, #f6f6f6, #eae8e8);
    background-image: -o-linear-gradient(top, #f6f6f6, #eae8e8);
    background-image: linear-gradient(top, #f6f6f6, #eae8e8);
    border-color: #dedede #bababa #aaa #bababa;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 3px rgba(255, 255, 255, .1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
    -moz-box-shadow: 0 3px 3px rgba(255, 255, 255, .1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
    box-shadow: 0 3px 3px rgba(255, 255, 255, .1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
    margin: 100px auto;
    overflow: hidden;
    padding: 8px;
    width: 92%;
}

.frm-search #s {
    border: 1px solid #CCC;
    -webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
    -moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
    box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #999;
    float: left;
    padding: 10px;
    width: 80%;
}

.frm-search #s:focus {
    border-color: #aaa;
    -webkit-box-shadow: 0 1px 1px #bbb inset;
    -moz-box-shadow: 0 1px 1px #bbb inset;
    box-shadow: 0 1px 1px #bbb inset;
    outline: 0;
}

.frm-search #s:-moz-placeholder, .frm-search #s:-ms-input-placeholder, .frm-search #s::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
}

.frm-search #btn-submit {
    background-color: #b0151b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d71a21), to(#b4161c));
    background-image: -webkit-linear-gradient(top, #d71a21, #b4161c);
    background-image: -moz-linear-gradient(top, #d71a21, #b4161c);
    background-image: -ms-linear-gradient(top, #d71a21, #b4161c);
    background-image: -o-linear-gradient(top, #d71a21, #b4161c);
    background-image: linear-gradient(top, #d71a21, #b4161c);
    border: 1px solid #74070c;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFF;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFF;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFF;
    color: #fafafa;
    cursor: pointer;
    float: right;
    padding: 0;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
    width: 18%;
    height: 35px;
}

.frm-search #btn-submit:hover, .frm-search #btn-submit:focus {
    background-color: #d71a21;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b4161c), to(#d71a21));
    background-image: -webkit-linear-gradient(top, #b4161c, #d71a21);
    background-image: -moz-linear-gradient(top, #b4161c, #d71a21);
    background-image: -ms-linear-gradient(top, #b4161c, #d71a21);
    background-image: -o-linear-gradient(top, #b4161c, #d71a21);
    background-image: linear-gradient(top, #b4161c, #d71a21);
}

.frm-search #btn-submit:active {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    outline: 0;
}

.frm-search #btn-submit::-moz-focus-inner {
    border: 0;
}