/*
Theme Name: Tinos Child
Theme URI: http://demo.arrowpress.net/tinos
Description: Tinos - Versatile office Wordpress theme.
Author: AHT
Author URI: http://arrowhitech.com/
Template:     tinos
Version:      1.0
License: 
License URI: 
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: tinos-child
*/
/* LOGO RESEIZE */
.logo img {
    width: 280px;
    margin: 10px 0;
    max-width: none;
}
/* HIDE CART AND SEARCH FROM HEADER */
.tinos-cart, .tinos-search {
    display: none;
}
/* ADD PURPLE BOTTOM BORDER TO FIXED HEADER */
.header_fixed.fixed-position {
    border-bottom: 3px solid #991a82;
}
/* HIDE AWKWARD PAGE BANNER */
.page-banner {
    display: none;
}
/* PARAGRAPH AND BASIC LINK FONT SIZE INCREASE */
p, a {
    font-size: 18px;
    line-height: 1.7;
}
/* INTRO PARAGRAPH */
#intro p {
    font-size: 22px;
}
/* REMOVE MARGIN UNDER REV SLIDER */
.wpb_content_element {
    margin-bottom: 0px !important;
}
/* HIDE VC FOOTER WITH THAT EDIT LINK */
.entry-footer {
    display: none;
}
/* GLADWORKS LINK IN THE FOOTER */
.glad-link{
    font-size: 14px;
}
/* HEADING FONT CHANGES */
h1, h2, h3 {
    text-transform: uppercase;
}
h1{
   font-size: 3.25em;
}
/* VC BUTTON RESIZE */
.vc_btn3.vc_btn3-size-md {
    padding: 12px 35px !important;
}
/* FOOTER PADDING RESIZE AND COLORING */
footer .footer .footer-top {
    padding: 60px 0;
    background-color: #000000;
}
#subhero h1, #subhero h2{
    color: white;
}
#subhero h1{
    font-weight: 700;
    font-size: 50px;
    line-height: 64px;
    margin: 0;
}
#subhero h2{
    font-weight: 400;
    font-family: "Roboto Condensed";
    font-size: 26px;
}
label {
    width: 100%;
}
textarea {
    height: 150px;
}
#setting-error-tgmpa {
    display: none !important;
}