/*
Theme Name: CAD WP Base Theme
Theme URI: http://github.com/cad-uix/cad-wp-theme.git
Author: CAD UIX
Author URI: http://marcelbadua.com/
Description: Custom A Design Wordpress Theme Framework utilizes the use of bower and gulp. to be used for bootstrap and it's powerful LESS files
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap, LESS, bower, gulp
Text Domain: oracle
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');

#site-main-banner #banner .carousel-caption p a:hover,
.right-heading p a  {
	text-decoration:none;
}

#site-main-banner #banner .carousel-caption p a,
.right-heading p a {
	color:#fff
}

.testi h3 {
    padding-top: 0px;
    margin-top: 0px;
}

.col-md-12.testi {
    padding: 10px;
    border: solid #428bca;
    margin-bottom: 10px;
}


.col-md-6.col-md-height.col-md-middle.no-padding-right.centpic {
    padding-top: 0px;
    margin-top: 0px;
}


.gform_wrapper .simple_captcha_large input {
	border:1px solid #2384C4
}

.btnArrow {
	animation: zoomIn 0.7s infinite;
	-webkit-animation: zoomIn 0.7s infinite;
}

.right-heading {
	z-index:99
}

#testimonial-carousel {
	z-index:9;
}

.testimonial-success {
    background: transparent !important;
    border: 1px solid transparent !important;
    color: #707070 !important;
    padding: 0 !important;
    margin-bottom: 1em !important;
    text-align: center !important;
}

#testimonial-carousel a.btn.btn-primary {
    float: right;
    margin: 20px;
    box-shadow: 0px 0px 20px 1px #428bca;
    color: #428bca;
    background: #fff;
    transition: all 1s ease;
}
#testimonial-carousel a.btn.btn-primary:active, #testimonial-carousel a.btn.btn-primary:focus, #testimonial-carousel a.btn.btn-primary:hover {
    transition: all 1s ease;
    color: #fff !important;
    background-color: #3071a9 !important;
}
p.form-field.submit input {
    background-color: #2384C4;
    border-radius: 40px;
    color: #fff;
    border: 1px solid;
    text-transform: uppercase;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
}

footer .cad p, footer .cad img {
	display: inline-block;
}

@media (min-width: 1400px){
	.container {
		width: 1230px !important
	}
}
@media (max-width: 1200px) {
	
}

#testimonial .carousel-inner {
    height: 315px!important;
}

#contact-us .no-padding-right a img {
    width: 60%!important;
    margin-top: -125px;
}
#navbar .wrapper .right-bar .bottom-right-bar{
    color: #000 !important;
}
#testimonial-carousel .testimonial-content{
    font-size: 17px !important;
}
.testimonial-content a{
    text-decoration: none;
    color:rgb(212, 228, 184);
    font-weight: 500;
}
.testimonial-content a:hover{
    text-decoration: none;
    color:#fff;
    font-weight: 500;
}
.testimonial-content a:focus{
    text-decoration: none;
    color:#fff;
    font-weight: 500;
}

.grayscale {
    filter:none!important; 
    -webkit-filter: none!important;
}
#testimonial-carousel .carousel-indicators .active .grayscale {
    filter: grayscale(100%)!important;
}

#testimonial-carousel .carousel-indicators img:hover {
    filter: grayscale(100%)!important;
}

#navbar .wrapper .right-bar .top-right-bar .navigation {
    background-color: #1d6a9e!important;
}
.entry{
    color: #000 !important;
}
.quote-indicators .btn-primary {
    color: #2384c4 !important;
    background-color: #fff !important;
    background-image: none !important;
}
.quote-indicators .btn-primary:active, .quote-indicators.btn-primary:focus, .quote-indicators .btn-primary:hover {
    color: #fff !important;
    background-color: #3071a9 !important;
}