/*
Theme Name:  Interico: Child Theme
Theme URI:   http://www.themicart.com/
Description: Child theme for the Interico WordPress Theme. Use it for manipulating the theme files so the core remains original, which is necessary for updates not to override the changes made.
Author:      Themicart
Template:    interico
Version:     1.0.0
*/

/* begin CSS code */
@media only screen and (min-width: 1200px) {
span.logo-title {
    font-size: 1.9em;
}
}
span.logo-title {
    text-transform: uppercase;
    vertical-align: text-top;
    line-height: 60px;
	    letter-spacing: -2px;
    color: #e30613;
}
.header-style-3 #header.shadow-soft, .header-style-3 #header.header-light {
    background: linear-gradient(to bottom, #e30613 50%, transparent 100%)!important;
}
p, li {
    font-size: 1.3em;
}
.blog-post-box .content-box-info p, .content-box-info p {
    font-size: 1.1em;
}
.btn {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 200;
}
.content-box h4 {
    font-size: 1.5em;
}


#header.header-light #mainmenu > li > a {
    color: #3a3a3a;
}
a.emailw {
    color: #fff;
}
#mainmenu li ul li a {
    font-size: 0.7em;
    text-transform: uppercase;
	line-height: normal!important;
}
.gform_body li:before {
    display: none!important;
}
#footer img {
    margin: auto 25%!important;
}
#mainmenu li a {
    line-height: unset!important;
}
.fontp, .fontp div, .fontp a, .fontp p {
    font-size: 16px!important;
}
strong, b {
    font-weight: bold!important;
}
.title-content.port-archive h1 {
    color: #333333;
    text-align: center;
}
.padding-top {
    padding-top: 20px;
}
/*
#mainmenu a {
    padding: 18px 20px!important;
} */
.sidebar-nav#media_image-4, .sidebar-nav#media_image-5 {
    margin-bottom: 0;
}

div#text-4 {
    margin-top: -89px;
}
#text-4 .btn-primary, a.btn-primary {
    margin-right: 0;
    width: 100%;
}
div#text-6 {
    margin-top: -89px;
}
#text-6 .btn-primary, a.btn-primary {
    margin-right: 0;
    width: 100%;
}
div#text-5 {
    margin-top: -89px;
}
#text-5 .btn-primary, a.btn-primary {
    margin-right: 0;
    width: 100%;
}
div#text-7 {
    margin-top: -89px;
}
#text-7 .btn-primary, a.btn-primary {
    margin-right: 0;
    width: 100%;
}
@media screen and (max-width: 990px) {
header #logo img {
    max-width: 50px!important;
}
.navbar-toggle {
    top: -20px!important;
}
span.logo-title {
    font-size: 15px;
}
	}