/*
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
*/

li#menu-item-30 a,li#menu-item-31 a,li#menu-item-32 a,li#menu-item-33 a {
    font-size: 25px !important;
    padding-left:10px;
    padding-right:10px;
}

.mejs-container {
    background: #fff !important;
}

.kleo-go-top.on {
    border-radius: 0px !important;
    background-color: #efb518 !important;
}
section.container-wrap.main-title.alternate-color.main-right-breadcrumb.border-bottom.breadcrumbs-container {
    display: none !important;
}

h1.page-title {
    margin: 0;
    margin-bottom: 15px;
}

.template-page.col-sm-12.tpl-no.with-meta.inline-meta {
    background-color: #ffffff;
    margin-top: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 35px;
    padding-right: 35px;
}

#main-container .article-content {
    font-size: 1.04em;
    line-height: 25px;
    padding-top: 0;
    float: none;
    width: auto;
    border: none;
    background: transparent;
}

#main-container .article-content strong {
    color: black !important;
    font-weight: 900 !important;
}

section.container-wrap.main-color {
    background-color: #f7f7f7;
}

.share-links {
    text-align: center;
    padding: 30px 0;
    clear: both;
    background-color: white !important;
}

.share-links i {
    color: #611f7a !important;
}

h1.page-title {
    margin-top: 40px;
    font-size: 2em;
    line-height: 35px;
}

span.taptap-sub-arrow-inner::after {
    transform: rotate(0deg) !important;
	background-color:#c8164f !important;
    left: 14px !important;
}

span.taptap-sub-arrow-inner::before {
    transform: rotate(-90deg);
	background-color:#c8164f !important;
}

span.taptap-sub-arrow.taptap-submenu-active span.taptap-sub-arrow-inner::before {
    transform: rotate(0deg) !important;
	background-color:#c8164f !important;
}

.taptap-sub-arrow-inner::before, .taptap-sub-arrow-inner::after {
    width: 16px !important;
}

.taptap-sub-arrow-inner {
    border-left: 0px !important;
}

ul.news-widget-wrap {
    list-style: none;
    padding: 0px;
}

ul.news-widget-wrap img {
    margin-right: 10px;
}

div#kleo_recent_posts-2 h4 {
    font-size: 18px;
    margin-bottom: 28px;
    color: black;
    font-weight: 900;
}

span.news-headline {
    color: black;
    font-weight: 900;
}
a.page-numbers {
    background-color: #c8164f !important;
    color: white !important;
}

span.page-numbers.current {
    background-color: #400014 !important;
}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
    max-height: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

div#gform_wrapper_1 {
    background-color: white;
    padding: 30px;
    border: solid 1px #f3f3f3;
    border-radius: 5px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

div#gform_wrapper_1 input {
    height: 40px;
    background-color: #fbfbfb;
    border: none;
    border-bottom: solid 3px #c80a4f;
}

div#gform_wrapper_1 textarea {
    background-color: #fbfbfb;
    border: solid 3px #c80a4f;
}

/*** FIELD STYLING ***/
.gform_wrapper ul.gform_fields li.gfield,
.gform_wrapper .top_label li.gfield.gf_right_half {
    padding-right: 0;
}


/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
}

.gform_wrapper input[type=submit] {
    cursor: pointer;
    font-weight: 700;
    padding: 10px 12px;
    padding-bottom:32px !important;
    border-radius: 0;
    background-color: #c80a4f !important;
    color: rgb(255, 255, 255);
    transition: box-shadow .2s ease-in-out;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper input[type=submit]:hover {
    background: #f2bf2f;
    color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
}

div#gform_wrapper_1 input:focus {
    border-bottom: solid #216bac 3px;
}

div#gform_confirmation_message_1 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 1.7em;
    line-height: 36px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}