/*
Theme Name:     Kleo Child
Theme URI:
Description:    Child theme for Kleo
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/

/*
* Please add your custom styles below
*/
.navbar-full-width .kleo-main-header .container {
    padding-right: 50px !important;
    padding-left: 50px !important;
}
.kleo-gradient:before {
    background: linear-gradient(to bottom, rgba(208, 124, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 100%) !important;
}
.mr60 {
    padding-right: 60px;
    padding-left: 60px;
}
.kleo-main-header a.btn-see-through {
    color: #244189 !important;
    border: 2px solid #ff9800a6 !important;
    border-radius: 50px !important;
}
@media screen and (max-width: 767px){
	.mr60 {
    padding-right: 0px;
    padding-left: 0px;
}
.ipt-eform-width-restrain{
    min-height: 100vh;
    max-height: 100%;
}
.ipt-uif-custom-material-orange .ipt-eform-content {
    min-height: 100vh;
    max-height: 100%;
}
}