/*-----------------------------------------------------------------------------------
Theme Name:Mann Made Developments
Theme URI: #
Description:Mann Made Developments is a Responsive Wordpress Theme with a multitude of amazing CMS features.
Author: Mann Made Developments
Author URI: #
Version:1.1
Text Domain: mann
Tags:theme-options,custom-menu,responsive,html5
----------------------------------------------------------------------------------*/

.footer__block ul.menu {
    padding-left: 0;
    list-style: none;
}

/*.project-slider-modal .flex-direction-nav {
    display: none
}
*/
.project-carousel-modal {
    padding: 0 25px;
}

.next-pre li a.disabled {
    pointer-events: none;
    opacity: 0.5;
}
 
.page-title,
.sidebar-title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
}

.sidebar .section {
    padding-top: 0;
    padding-bottom: 0;
}

.sidebar .our-service::after {
    display: none
}

.sidebar .our-service .service__list {
    border-left: 1px solid #416ab1;
}

.page-template-default .welcome-text p {
    font-size: 15px;
}

.page-template-default .welcome-text .sidebar p {
    font-size: 13px;
}

.col-left.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.col-left {
    padding-left: 0;
}

.col-right {
    padding-right: 0;
}

.section.welcome-text .form-control {
    padding: 8px 20px;
    color: #8c97a9;
    border: 1px solid #8c97a9;
    border-radius: 5px;
}

.wpcf7-form-control.wpcf7-submit {
    padding: 8px 35px;
    border-radius: 5px;
}

.page-template-template-services .service p {
    font-size: 13px;
}

.no-banner-section {
    border-bottom: 1px solid #416ab1;
}
.navbar-default .navbar-nav > li > a {
    margin-bottom: 1px;
}
.navbar-default .navbar-nav > .open {
    background-color: #e7e7e7;
    color: #555;
}

.navigation .navbar-nav > li > a > .caret {
    background-color: transparent;
}
#testimonial blockquote{ max-width:98%;}
.ct_content p{ margin-bottom:10px;}
.ct_content.col-right p{ word-wrap:break-word;}

.flexslider .slides img{ max-height: 450px;  width: auto; margin:0 auto; }

.project > img{ opacity: 0.65; }
.project{ background-image: none; }
.project__name{ min-height: 80px; }
.flex-direction-nav a::before {
   color:#416ab1;
   font-size:37px;
}

.flex-control-paging li a{
	background: rgba(65, 106, 177, 0.58);
}
.flex-control-paging li a.flex-active{
	background: #416ab1;
}

.cutsom-galley-slider .caption{
    padding:10px 0 0;
    font-size:14px;
}
/*=============================
  Responsive css
==============================*/
@media screen and (min-width: 1200px){
.hero__text {
	height:61px;
	top:auto;
}
}
@media screen and (min-width: 768px) {
    .project-carousel-modal {
        padding: 0 35px;
    }
    .navigation .navbar-nav {
        background-color: transparent;
    }
    .navigation .navbar-nav > li > a {
         color: #416ab1;
	}
    .navigation .navbar-nav > .active > a, 
    .navigation .navbar-nav > .active > a:focus, 
    .navigation .navbar-nav > .active > a:hover, 
    .navigation .navbar-nav > li > a:focus, 
    .navigation .navbar-nav > li > a:hover {
         background: transparent;
         color: #416ab1;
    }
}
@media (max-width: 1000px) and (min-width: 768px){
.welcome-text p {
    font-size: 12px;
}
@media screen and (max-width: 768px) {
    .sidebar .our-service .service__list {
        border-left: 0;
    }
    .sidebar {
        border-top: 1px solid #416ab1;
        margin-top: 50px;
        padding-top: 40px;
    }
	.hero__text{ display:none}
	.hero__text h1{ font-size:14px;}
}
