/*
Theme Name: pc Child
Template: PC
Author: Child Theme Configurator
Version: 2.0.1589581211
Updated: 2020-05-15 22:20:11

*/
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"], select, textarea {
    height: 25px;
    border: 1px solid #eaeaea;
   /* width: 25%;*/
    margin: 1px;
    font-size: 13px;
    padding: 0 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body {
    font-size: 18px;
    font-family: 'Work Sans', sans-serif;
    background-color: #ffffff;
}

a {
    text-decoration: none !important;
    color: #0275d8;
}


.site-section {
    display: inline-block;
    width: 100%;
    padding: 0;
}
.blog-desc h3 {
    font-weight: 600;
    padding: 0;
    margin: 0;
}
input[type="textfield"] {
    text-align: right;
}
form {
    width: auto;
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(left, #e6e6e6, #f9f9f9);
    background-image: -webkit-linear-gradient(left, #e6e6e6, #f9f9f9);
    background-image: -o-linear-gradient(left, #e6e6e6, #f9f9f9);
    background-image: -ms-linear-gradient(left, #e6e6e6, #f9f9f9);
    background-image: linear-gradient(to right, #e6e6e6, #f9f9f9);
    border: 1px solid #e9e9e9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    line-height: 2;
    padding: 5px 10px;
    margin: 5px;
}
form:after {
    display: block;
    clear: both;
    content: '';
    height: 0;
}
fieldset {
    width: 100%;
    border: none;
    margin: 10px 0;
}
input {
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 22px;
    padding: 5px;
}
input[type=text] {
    font-size: 18px;
    margin: 5px 3px;
}
input[type=submit] {
    font-weight: 600;
    background-color: #369;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 3px;
}
.Block-Search {
    display: inline-block;
    background-color: #fff00;
    line-height: inherit;
}
.social.pull-left a {
    color: #000;
}
.header-upper {
    display: inline-block;
    width: 100%;
    background-color: #fefefe;
    -moz-box-shadow: 0 5px 15px -2px #000;
    -webkit-box-shadow: 0 5px 15px -2px #000;
    -moz-box-shadow: 1px 5px 15px -10px #000;
    -o-box-shadow: 0 5px 15px -2px #000;
    -webkit-box-shadow: 1px 5px 15px -10px #000;
    box-shadow: 0 5px 15px -2px #000;
    -o-box-shadow: 1px 5px 15px -10px #000;
    box-shadow: 1px 5px 15px -10px #000;
    padding: 0;
}

.nav.navbar-nav {
    float: left;
    transition: all ease-in-out 0.5s;
    background-color: #e8e8e8;
    border-radius: 90px;
    text-decoration: solid;
	
}

.navbar-nav > li.mega-menu:hover > a, .navbar-nav > li.mega-menu > a:hover, .navbar-nav > li.dropdown:hover > a, .navbar-nav > li.dropdown > a:hover, .navbar-nav > li.dropdown.active > a, .navbar-nav > li.dropdown.active > a:hover, .navbar-nav > li:hover > a, .navbar-nav > li.active > a {
    color: #2e9ad7;
    text-decoration: underline;
    border-radius: 90px;
	background: #fffcfcfc;
}


.nav.navbar-nav > li > a {
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 30px 10px 32px;
    color: #333;
    position: relative;
    font-weight: 900;
}


.copyright {
    padding: 5px 0;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1.4px;
    word-spacing: 2px;
    background: #7d8484;
}

.footer a {
    color: #0275d8 !important;
}

.header-upper {
    background: #18aca7;
    display: inline-block;
    width: 100%;
    padding: 5px 0 0;
}


.single_post .blog-desc.single_image_available
{
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 1);
    width: 94%;
    padding: 15px 15px 15px;
    margin: -35px auto 0;
    border-top-left-radius: 20px;
}

.blog-post.blog-listing header.entry-header {
    float: none;
}