/*
Theme Name: avocation-child
Description: avocation-child
Template: avocation
Text Domain: avocation
Version: 1.0
*/

@import url("../avocation/style.css");
.header-section {
    background: #00a0d2;
}
.amenu-list li a:before {
    color: #fbfbfb;
    background-color: #0f567c;
}
.amenu-list ul li a:link, .amenu-list ul li a:visited {
    background-color: #202020;
    border-bottom: 1px solid #464646;
    color: #fbfbfb;
    display: block;
    font-size: 14px;
    line-height: 28px;
    padding: 10px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
}
body {
    line-height: 28px;
	    background-color: #ffffff;
}
.p-0 {
    padding: 0;
}
.sub-menu {
    width: 300px !important;
}
.navbar-nav>li.menu-item-has-children>a::after {
    color: #fff;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 7px;
}
.blog-box {
    background: none repeat scroll 0 0 #ffffff;
    padding: 10px;
    border: 0px solid #f8f8f8;
}
.breadcrumb-bg {
    background-image: none;
    background: #0a658d;
    margin-bottom: 50px;
    border-bottom: 1px solid #cccccc;
    padding: 15px;
}
.site-breadcumb > h1 {
    font-family: "Raleway";
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 0;
    color: #ffffff;
    text-transform: capitalize;
}
.blog-box:before {
    background: transparent;
}
.footer-bg {
    background: #1e2223;
    display: inline-block;
    position: relative;
    width: 100%;
    border-top: 3px solid #1e2224;
}
#text-4 h2 {
    color: #fff;
}
#text-4 {
    background: #00a0d2;
    padding: 15px;
}
.wpcf7-form-control-wrap input {
    background: #fff;
    border-color: #ffffff;
}
.wpcf7-form-control-wrap textarea {
    background: #fff;
    border-color: #fff;
}
#text-4 .form-submit > input[type="submit"], .wpcf7-form .wpcf7-submit {
    background: none repeat scroll 0 0 #0a658d;
    border: 1px solid #0a658d;
}
#text-4 .form-submit > input[type="submit"]:hover, .form-submit > input[type="submit"]:focus, .wpcf7-form .wpcf7-submit:hover, .wpcf7-form .wpcf7-submit:focus {
    background: none repeat scroll 0 0 #333;
    border-color: #333;
    color: #ffffff;
}
#text-4 span.wpcf7-not-valid-tip {
    color: #fff;
}
#text-4 div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    color: #fff;
    margin: 0;
}
.wpcf7-form iframe {
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.breadcrumb-menubar > li > a, .breadcrumb-menubar > li {
    color: #ffffff;
}
.wpcf7-form-control-wrap input {
    background: #fff;
    border-color: #b5b5b5;
}
.wpcf7-form-control-wrap textarea{
	 background: #fff;
    border-color: #b5b5b5;
}
.footer-bg a:hover {
    color: #00a0d2;
}
.call-now a img {
    height: 60px;
}
.call-now a {
    margin: 5px;
}
.call-now {
    float: right;
    padding: 20px 0;
}
.blog-title {
    font-size: 20px;
}
a:hover, a:focus, .testimonial-name > a:hover, .testimonial-name > a:focus, .sidebar-widget ul li a:hover, .sidebar-widget ul li a:focus, .comment-text a:hover, .comment-text a:focus, .blog-meta ul li a:hover, .blog-meta ul li a:focus, .post_pagination a:hover, .post_pagination a:focus {
    color: #00a0d2;
    text-decoration: none;
    outline: 0 none;
}
.read-more a {
    border: 1px solid #00a0d2;
    color: #00a0d2;
    font-size: 12px;
    padding: 7px 15px;
    text-transform: capitalize;
    border-radius: 0;
}
.theme-btn:hover:before, .theme-btn:focus:before, .theme-btn:active:before {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    border: 1px solid #00a0d2;
}
.theme-btn:hover, .theme-btn:focus, .theme-btn:active {
    color: #fff;
    border: 1px solid #0a658d;
}
.theme-btn::before {
    background: none repeat scroll 0 0 #00a0d2;
}
@media only screen and (max-width: 991px){
	.call-now {
    float: right;
    padding: 10px;
    width: 100%;
    text-align: center;
}
.res-nav-header .icon-bar {
    background-color: #ffffff;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px 10px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 0px;
	}
}
@media only screen and (max-width: 767px){
	.amenu-list ul li a:link, .amenu-list ul li a:visited {
    background-color: transparent;
    border-bottom: transparent;
	}
	.logo {
    text-align: center;
    width: 100%;
    padding: 0 20px;
}
}