/*
Theme Name:   kito joseph
Description:  Write here a brief description about your child-theme
Author:       developer
Author URL:   Write here the author's blog or website url
Template:     siteorigin-corp
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  kito-joseph
*/

/* Write here your own personal stylesheet */
body {
    background: #ffffff !important;
}

.banner-content .me {
    background: #90acd1;
    padding: 18px !important;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    position: relative;
}
.banner-content .me:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -15px;
    width: 0;
    height: 0;
    border-left: 26px solid transparent;
    border-right: 0px solid transparent;
    border-top: 24px solid #90acd1;
}
.site-header {
    margin-bottom: 0 !important;
    background: #fff0 !important;
}

.main-navigation ul li {
    font-family: poppies,sans-serif !important;
    font-size: 16px !important;
    line-height: 24px !important;
    text-transform: capitalize !important;
}
.site-footer .widgets.widgets-3 .widget {
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
    padding-bottom: 25px !important;
}
.norm_row {
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
    position: relative !important;
}

.site-footer {
    background: #ffffff !important;
    margin-top: 0 !important;
}
.site-footer .bottom-bar{
	display: none !important;
}
.site-footer .widgets .widget .widget-title {
    font-size: 21px !important;
    color: #777777 !important;
    font-weight: 700 !important;
    margin-top: 0 !important; 
}
div#sfsi_holder {
    display: none;
}
.kito_btn {
    color: #fff;
    padding: 10px 52px !important;
    background: #e45447 !important;
    overflow: hidden;
    border-radius: 40px !important;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #e45447;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.kito_btn:hover {
    background: #fff !important;
    color: #e45447 !important;
    border: 1px solid #e45447;
}
#kito_featurebox .kc-feature-boxes:hover {
    background-color: #90acd1;
}
#kito_featurebox .kc-feature-boxes{
background-color: #f9f9ff;
    padding: 40px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#kito_featurebox .kc-feature-boxes:hover .content-position,
 #kito_featurebox .kc-feature-boxes:hover .content-title,#kito_featurebox .kc-feature-boxes:hover .content-desc {
	color: #ffffff;
}
.contact_inner a {
    color: #fff;
}
.invest_btn .kc_text_block {
    background-color: #fff;
    color: #444;
    font-size: 18px;
  box-shadow: 0 10px 20px rgba(228, 84, 71, 0.3);
  padding: 20px 5px!important;
 min-height: 100px;
}
.invest_btn .kc_text_block a{
	color: #444;
}
#pdf_btn .kc_text_block a {
    vertical-align: middle;
    color: #444;
    font-size: 21px;
}
.kc_button.download_pdf {
    background-color: #fff !important;
    color: #e45447 !important;
    font-weight: 700;
    font-size: 18px !important;
    border: 1px solid #e45447;
    border-radius: 25px;
    padding: 5px 15px !important;
}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text {
    width: 100%;
}
.wpcf7-form-control-wrap .wpcf7-form-control wpcf7-textarea{
	height:100px;
}



/* media query css Here */
@media screen and (min-width: 769px) {
	.home #content {
    margin-top: -101px;
}
}