/* 
Theme Name: Theecho
Author: autor
Version: 1.0
*/

body {
    font-family: "Poppins", Arial sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #424142;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}



ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}

h1 {
    font-size: 60px;
}

h2 {
    color: #111;
    font-weight: 300;
    margin-bottom: 30px;
}


h3, h4, h5 {
    color: #111;
    font-weight: 400;
    margin-bottom: 20px;
}

h4 {
	line-height: 1.5;
}


a h4:hover {
    text-decoration: underline;
}


p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;Logan Browning
    line-height: 21px;
    color: #424142;
    padding-bottom: 15px;
}

i {
	font-style: normal;
}

@font-face { 
    font-family: 'FontAwesome'; 
    src: local('FontAwesome'); 
}

hr {
	border-top: 1px solid #d2cbaf;
}

hr.light-line {
	border-top: 1px solid #ffffff;
	max-width: 600px;
}

hr.dash-line {
	border-top: 1px dotted #8c8b8b;
}

ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 27px;
    list-style-type: none;
    color: #828282;
}

a {
    color: #424142;
}

a:hover {
    color: #009be3;
}


img {
	height: auto;
}


.branding img#logo {
    margin-left: -15px;
}

.branding a img {
	max-width: 52px;
}


.clear {
    clear: both;
}


.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.btn-cta-primary {
    color: #ffffff !important;
    padding: 15px 30px 15px 30px !important;
    border-radius: 0px;
    font-size: 12px;
    letter-spacing: 2px;
    transition: all .2s ease-in-out;
    position: relative;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-cta-blue {
    background-color: #0785f2;
}

.btn-cta-blue:hover {
    background-color: #fff;
    color: #0785f2 !important;
}


/***************** NAV ***************/

 #top-nav {
    transition: all 0.2s linear 0s;

 }

.navbar-fixed-top {
    background-color: transparent;
    border: none;
}


.navbar-fixed-top li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s, border 0.3s;
}

.navbar-default .navbar-nav .activenav a {
    border-bottom: 1px solid #0785f2;
	font-weight: 700;
	color: #d2bec4 !important;
}

.navbar-default .navbar-nav .activenav a:hover {
    border-bottom: 1px solid #0785f2;
}

.navbar-nav > li > a {
    border-bottom: 1px solid transparent;
    transition: color 0.3s, border 0.3s;
}

.navbar-fixed-top .navbar-nav > li > a:hover {
    border-bottom: 1px solid #fff;
}

.navbar-inverse .navbar-nav li a:hover {
	border-bottom: 1px solid #0785f2;
	font-weight: 700;
	color: #d2bec4 !important;
}

.navbar-inverse .navbar-toggle {
	border-color: #4f1a28;
}

.navbar-inverse .navbar-toggle {
	background-color: transparent;
	border: none;
}

.navbar-inverse .navbar-toggle:hover {
	background-color: #4f1a28;
}

.single-page-nav {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #6b273a; /* Old browsers */
    background: -webkit-linear-gradient(#6b273a, #4c1c2a) !important; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#6b273a, #4c1c2a) !important; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#6b273a, #4c1c2a) !important; /* For Firefox 3.6 to 15 */
	background: linear-gradient(#6b273a, #4c1c2a) !important; /* Standard syntax */
    box-shadow: 0 6px 4px -4px rgba(0,0,0,0.1);
}

.single-page-nav li a {
	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.navbar-inverse .navbar-nav li a {
	color: #d2bec4;
}

 
.fixed-header {
	background: #6b273a; /* Old browsers */
    background: -webkit-linear-gradient(#6b273a, #4c1c2a) !important; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#6b273a, #4c1c2a) !important; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#6b273a, #4c1c2a) !important; /* For Firefox 3.6 to 15 */
	background: linear-gradient(#6b273a, #4c1c2a) !important; /* Standard syntax */
    box-shadow: 0 6px 4px -4px rgba(0,0,0,0.1);
 }

 .fixed-header .navbar-nav > li > a {
     color: #d2bec4;
     opacity: 1;
 }

.fixed-header .navbar-default .navbar-nav .activenav a { 
    opacity: 1;
}

.fixed-header .navbar-nav >li > a:hover {
    border-bottom: 1px solid #111;
}


#top-nav.navbar-scroll-changed {
    background: none;
    margin: 0 auto;
    border: 0;
    padding-top: 15px;
    padding-bottom: 15px;

 }

/***************** END NAV ***************/



/***************** RESUME ***************/
.resume-intro {
	margin-top: 100px;
}

ul li {
	list-style-type: square;
}

.resume-content {
	margin-bottom: 100px;
}

.resume-content h4 {
	margin-bottom: 10px;
	color: #707070;
}

.resume-section {
	margin-bottom: 25px;
}

.resume-section li {
	margin-left: 20px;
}

/***************** RESUME END ***************/



/************ INDEX ***************/

.hero-overlay {
    background: rgba(0, 0, 0, 0.4);
    height: 600px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.hero-image {
    margin-bottom: 70px;
}

.hero-image #home {   
    background: url("../images/banner-photo.jpg");
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;  
}

.main-message {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
    width: 100%;
}

.main-message h1 {
	margin-top: 10px;
    font-family: 'Lusitana', serif;
	font-weight: 400;
    font-size: 60px;
    color: #ffffff;
}

.main-message p {
	margin-bottom: 0px;
}

.sub-message {
	color: #ffffff;
}

.overview-section {
	margin-bottom: 50px;
}

.title {
    text-align: left;
    margin-bottom: 25px;
	display: inline-block;
}

.title p {
    font-size: 14px;
    color: #424142;
}

.title h2 {
	margin-left: 15px;
    margin-bottom: 15px !important;
}

p.description {
	max-width: 100%;
    font-size: 14px;
    font-weight: normal;
    text-align: left !important;
    padding-bottom: 5px;
    margin-left: 15px;
}

p.description-image {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.4px;
    padding: 15px 230px;
    line-height: 25px;
}

.nav-hint {
	color: #686868;
}

.rt-col {
	
	background-color: #fff5cf;
	padding-top: 5px;
	padding-bottom: 10px;
}

h3.rt-col {
	font-size: 20px;
}

p.rt-col-detail {
	margin: 0px;
}

p.ph-number {
	padding-bottom: 5px;
}

p.email-address {
	padding-bottom: 0px;
}

.firm-overview{
	margin-bottom: 100px;
}

.attorney-section {
	margin-bottom: 150px;
}

.zig-zag {
    margin-bottom: 100px;
	padding: 30px;
}

.zig-zag h2 {
    margin-top: 0px;
}

.zig-zag-right p {
    text-align: right;
}

.zig-zag-right h2 {
    text-align: right;
}

.practice-section img {
	margin-bottom: 30px;
	max-width: 100%;
}

.clients-section {
	background-color: #fafafa;
}

.clients-section img {
	margin-bottom: 30px;
	max-width: 100%;
}

.client-col {
	padding-top: 10px;
	padding-bottom: 10px;
}

#clients-pic {
	margin-top: 80px;
}

.contact-section {
	margin-bottom: 50px;
}

.map-section {
	margin-bottom: 30px;
}

/************ INDEX ***************/







/**************** MEDIA QUERIES ******************/


@media (max-width: 768px) {
    .hero-overlay {
	   height: 450px;
    }
    .navbar-fixed-top {
        background: #6b273a  !important;
        box-shadow: 0 6px 4px -4px rgba(0,0,0,0.1);
    }
    
    .navbar-default .navbar-nav >li >a {
        color: #828282;
        opacity: 1;
        line-height: 20px !important;
    }
    
    .navbar-fixed-top .navbar-toggle .icon-bar {
        background-color: #222 !important;
    }
}

@media (max-width: 990px) {
    p.description-image {
        padding: 0px !important;
    }
	
	.client-col {
		width: 100%;
	}
    
	.client-col ul li {
		list-style: none;
	}
}



@media (max-width: 990px) {
    .zig-zag {
    	text-align: left;
    	margin-bottom: 40px;
     }
    
    .zig-zag-right * {
        text-align: center !important;
    	margin-bottom: 20px;
    }

    
    .carousel-indicators {
        position: relative;
        clear: both;
        margin-bottom: 30px;
        left: 50%;
    }
	
	p.description {
		width: 100%;
		text-align: left !important;
	}
	
	ul li {
		
	}
	
}


@media (max-width: 450px) {
    .social {
        float: left !important;
        margin-bottom: 20px;
        margin-top: -15px;
    }
}

@media (max-width: 650px) {
    .footer-section {
        text-align: center !important;
    }
    
    
    .social {
        float: none !important;
    }
    
    .marketing-action h1 {
        font-size: 35px;
        font-weight: 400;
    }
}

@media(max-width: 768px) {
    .price-table {
        margin: 30px !important;
    }
	
	.navbar-fixed-top .navbar-toggle .icon-bar {
		background-color: #d2bec4 !important;
	}
}




/******** HERO IMAGE ************/


@media (max-width: 600px) {
    .main-message h1 {
        font-size: 40px !important;
    }
}



/******** HERO IMAGE ************/




/**************** END MEDIA QUERIES **************/


.marketing-action {
    position: relative;
    background: url('../images/people.jpg');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.marketing-action {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
}

/************ FOOTER ***************/


#footer {
    margin-bottom: 0px;
    padding-top: 50px;
	background: #6b273a; /* Old browsers */
    background: -webkit-linear-gradient(#6b273a, #4c1c2a) !important; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#6b273a, #4c1c2a) !important; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#6b273a, #4c1c2a) !important; /* For Firefox 3.6 to 15 */
	background: linear-gradient(#6b273a, #4c1c2a) !important; /* Standard syntax */
}

.footer-section {
    margin-bottom: 30px;   
}

.footer-section p {
	color: #d2bec4;
}

.footer-section p a {
	color: #d2bec4;
}

img.logo-footer {
	max-width: 40px;
    margin-top: -5px;
}

p.copyright {
    float: left; 
    margin-left: -30px;
}

/************ FOOTER ***************/