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

/*contact form all page*/


.navbar-transparent .navbar .kleo-main-header {
    background-color: rgba(0,0,0,0.15);
}

@media screen and (max-width: 980px){
.navbar {
    background-color: rgba(45, 48, 50);
    /*position: fixed;*/
}}

label.form_index {
	line-height: 0.7em !important;
    margin: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;    
}
p.pcf7 {
    font-size: 23px;
    line-height: 1.3em;
    margin: 15px;
}
.wpcf7 textarea {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: rgba(255,255,255,0.1);
    font-weight: 100;
    border-radius: 3px;
    margin: 0;
    width: 100%;
    color: #0e0e0e;
    padding: 10px;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="date"], .wpcf7 input[type="password"] {
    border: 1px solid rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.1);
    font-weight: 100;
    border-radius: 3px;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    width: 100%;
    margin-bottom: 10px;
    color: #0e0e0e;
}
.wpcf7 input[type="submit"] {
    border: 1px solid #5290ca;
    background: #5aa1e3;
    transition: all .3s ease-in-out 0s;
    border-radius: 2px;
    font-size: 22px;
    height: auto;
    margin: 15px;
    line-height: 20px;
    padding: 14px 16px;
    text-transform: uppercase;
    width: 50%;
    color: #fff;
}
.wpcf7 input[type="submit"]:hover {
    border: 1px solid rgba(0,0,0,0.2);
    background: #1e73be;
    border-color: #1d63a1;
}
 /* fancybox conteiner*/
 #fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.30);
}

@media screen and (max-width: 480px)
{
.page-info {
    float: left;
}
}
.main-title .page-title {
    font-size: 36px;
    line-height: 48px;
}
.breadcrumb-extra span {
    font-size: 14px;
}
.page-info {
    font-size: 14px;
}
.primary-menu ul li a {
    text-transform: uppercase;
    font-size: 17px;
}
.primary-menu ul li ul li a {
    text-transform: none;
}
@media (max-width: 991px){
.kleo-main-header, .navbar-transparent .kleo-main-header, .kleo-navbar-fixed.navbar-transparent #header {
    position: relative !important;
    top: auto !important;
    background-color: transparent;
	}}


/* all style page post */

/*button in title*/
span.tel-title {
background-color: #00378380;
    color: #ffffff;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: 100;
}
span.mail-title {
    background-color: #83000080;
    color: #ffffff;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: 100;
}

/* class pbig25 font 25px*/
.pbig25 {
    font-weight: 100;
    font-size: 25px;
    line-height: 1.2em;
}

/*ul li class lipostkleo*/
ul.lipostkleo li {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 100;
}

/*p class ppostkleo */
.kleo_text_column.wpb_text_column.wpb_content_element.ppostkleo p {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 300;
}

/*title for social buttons*/
.hr-title.hr-long abbr {
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 30px;
    font-weight: 500;
}

.hr-title.hr-long {
    font-size: 20px;
    color: #555;
    margin-bottom: 40px;
    font-weight: 500;
    border-top: 2px solid #e0e0e0;
}


.cont.hr-title.hr-long {
    font-size: 20px;
    color: #555;
    margin-bottom: 40px;
    margin-top: 60px;
    border-color: #737373;
    border-width: 2px;
}

.cont.hr-title.hr-long abbr {
    background-color: #2d3032;
    font-weight: 500;
    color: #fff;
}


/* pressholder for recent cursers */
.entry-summary {
    font-weight: 300;
}

/*contact form all page*/
label.form_index {
    margin: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;    
}
p.pcf7 {
    font-size: 23px;
    line-height: 1.3em;
    margin: 15px;
}
.wpcf7 textarea {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: rgba(255,255,255,0.1);
    font-weight: 100;
    border-radius: 3px;
    margin: 0;
    width: 100%;
    color: #0e0e0e;
    padding: 10px;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="date"], .wpcf7 input[type="password"] {
    border: 1px solid rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.1);
    font-weight: 100;
    border-radius: 3px;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    width: 100%;
    margin-bottom: 10px;
    color: #0e0e0e;
}
.wpcf7 input[type="submit"] {
    border: 1px solid #5290ca;
    background: #5aa1e3;
    transition: all .3s ease-in-out 0s;
    border-radius: 2px;
    font-size: 22px;
    height: auto;
    margin: 15px;
    line-height: 20px;
    padding: 14px 16px;
    text-transform: uppercase;
    width: 50%;
    color: #fff;
}
.wpcf7 input[type="submit"]:hover {
    border: 1px solid rgba(0,0,0,0.2);
    background: #1e73be;
    border-color: #1d63a1;
}
 /* fancybox conteiner*/
 #fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.30);
}

.grecaptcha-badge {
    position: absolute;
    top: -50px;
}