/*
Theme Name: Roberts Law LLC
Theme URI: https://robertslawllc.com
Author: Tech Server Pro
Author URI: https://techserverpro.com
Description: Custom WordPress theme for Roberts Law LLC - Atlanta law firm specializing in Real Estate, Construction, Consumer, Personal Injury, and Corporate Law.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: robertslaw
Tags: law-firm, legal, professional, one-page, custom-logo, custom-menu, featured-images, threaded-comments

Roberts Law LLC WordPress Theme
Copyright 2024 Tech Server Pro
*/

/* ==========================================================================
   Base Styles
   ========================================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    background: #fff;
}

a {
    color: #c9a227;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #9e7d1e;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
}

p {
    margin-bottom: 15px;
}

img {
    max-width: 100%;
    height: auto;
}

/* ==========================================================================
   Header Styles
   ========================================================================== */

#top-bar {
    background: #1a1a1a;
    padding: 10px 0;
    color: #fff;
    font-size: 13px;
}

#top-bar .top-social a {
    color: #999;
    margin-right: 15px;
    font-size: 14px;
}

#top-bar .top-social a:hover {
    color: #c9a227;
}

#top-bar .top-info {
    list-style: none;
    text-align: right;
    margin: 0;
    padding: 0;
}

#top-bar .top-info li {
    display: inline-block;
    margin-left: 20px;
    color: #999;
}

#top-bar .top-info li i {
    color: #c9a227;
    margin-right: 5px;
}

/* Navigation */
.ts-mainnav {
    background: #fff;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-brand {
    padding: 15px 0;
}

.logo {
    background: url('assets/images/logo_footer.png') no-repeat center;
    background-size: contain;
    width: 200px;
    height: 60px;
}

.navbar-nav > li > a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 25px 15px;
    transition: all 0.3s ease;
}

.navbar-nav > li > a:hover,
.navbar-nav > li.active > a {
    color: #c9a227;
    background: transparent;
}

.dropdown-menu {
    background: #1a1a1a;
    border: none;
    border-radius: 0;
    padding: 15px 0;
    min-width: 200px;
}

.dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu li a {
    display: block;
    padding: 8px 20px;
    color: #fff;
    font-size: 13px;
}

.dropdown-menu li a:hover {
    color: #c9a227;
    background: rgba(255,255,255,0.05);
}

/* ==========================================================================
   Hero Slider
   ========================================================================== */

#slideshow-wrapper {
    position: relative;
}

#slideshow-wrapper.top-gap {
    margin-top: 0;
}

#main-slide .carousel-inner .item img {
    width: 100%;
    height: auto;
    min-height: 500px;
    object-fit: cover;
}

.slider-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    z-index: 10;
}

.slider-content h2 {
    font-size: 48px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    margin-bottom: 10px;
}

.slider-content h3 {
    font-size: 28px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    margin-bottom: 30px;
}

.slider-text.italic h2 {
    font-style: italic;
}

.slider .btn {
    background: #c9a227;
    border: 2px solid #c9a227;
    color: #fff;
    padding: 12px 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
}

.slider .btn:hover {
    background: transparent;
    border-color: #fff;
}

.carousel-control {
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.5) !important;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.carousel-control span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 5px;
}

.carousel-indicators .active {
    background: #c9a227;
    border-color: #c9a227;
}

/* ==========================================================================
   Welcome / Intro Section
   ========================================================================== */

#intro {
    padding: 80px 0;
    background: #fff;
}

.intro-content {
    padding-right: 40px;
}

.title {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #c9a227;
}

.sub-title {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
    font-style: italic;
}

.intro-content .img-thumbnail {
    margin: 0 20px 15px 0;
    border: 3px solid #c9a227;
}

/* Accordion - Why Hire Us */
.panel-group {
    margin-bottom: 0;
}

.panel {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
}

.panel-default {
    border: 1px solid #ddd;
}

.panel-heading {
    background: #f9f9f9;
    padding: 0;
    border-radius: 0;
}

.panel-title a {
    display: block;
    padding: 15px 20px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.panel-title a:hover {
    color: #c9a227;
}

.panel-title a:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.panel-title a.collapsed:after {
    content: '\f105';
}

.panel-body {
    padding: 20px;
    background: #fff;
}

.panel-body .list-icon {
    font-size: 40px;
    color: #c9a227;
    margin-left: 20px;
}

/* ==========================================================================
   Practice Areas / Services
   ========================================================================== */

#service {
    padding: 80px 0;
    position: relative;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax1 {
    background-image: url('assets/images/slider/bg6.jpg');
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
}

.title-big {
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.service-content {
    background: rgba(255,255,255,0.1);
    padding: 40px 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    position: relative;
}

.service-content:hover {
    background: rgba(201,162,39,0.9);
}

.service-icon {
    display: block;
    font-size: 50px;
    color: #c9a227;
    margin-bottom: 20px;
}

.service-content:hover .service-icon {
    color: #fff;
}

.service-content h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.service-content p {
    color: #ccc;
    font-size: 13px;
    margin-bottom: 20px;
}

.service-content:hover p {
    color: #fff;
}

.readmore {
    color: #c9a227;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.service-content:hover .readmore {
    color: #fff;
}

/* ==========================================================================
   Statistics Counter
   ========================================================================== */

.ts_counter {
    background: #c9a227;
    padding: 60px 0;
    text-align: center;
}

.ts_counter p {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.ts_counter h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 40px;
}

.facts {
    padding: 20px;
}

.facts i {
    font-size: 40px;
    color: #fff;
    margin-bottom: 15px;
}

.facts-num {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.facts h4 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

/* ==========================================================================
   Content Section
   ========================================================================== */

#content {
    padding: 80px 0;
    background: #f9f9f9;
}

.content-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-left: 3px solid #c9a227;
}

.content-box i {
    font-size: 30px;
    color: #c9a227;
    float: left;
    margin-right: 15px;
}

.content-box h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.content-box p {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
}

.box-read-more {
    color: #c9a227;
    font-size: 12px;
    font-weight: 600;
}

/* Latest News */
.latest-post {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.latest-post img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    margin-right: 15px;
}

.post-body h4 {
    font-size: 14px;
    margin-bottom: 5px;
}

.post-body h4 a {
    color: #333;
}

.post-body h4 a:hover {
    color: #c9a227;
}

.post-meta {
    font-size: 12px;
    color: #999;
}

.post-meta a {
    color: #c9a227;
}

/* ==========================================================================
   Testimonials
   ========================================================================== */

.testimonial {
    padding: 40px;
    background: #fff;
}

.testimonial-content {
    text-align: center;
    padding: 20px;
}

.testimonial-text {
    font-size: 15px;
    font-style: italic;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.testimonial-thumb img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 15px;
    border: 3px solid #c9a227;
}

.testimonial-thumb .name {
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
}

.testimonial-thumb .name span {
    display: block;
    font-size: 12px;
    color: #999;
    font-weight: 400;
}

.ts-carousel-controller a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #c9a227;
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
}

.ts-carousel-controller a:hover {
    background: #333;
}

/* ==========================================================================
   Memberships / Clients
   ========================================================================== */

#clients {
    padding: 60px 0;
    position: relative;
}

.parallax2 {
    background-image: url('assets/images/slider/bg1.jpg');
}

#clients h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.client_logo {
    padding: 20px;
    text-align: center;
}

.client_logo img {
    max-height: 50px;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.client_logo img:hover {
    opacity: 1;
}

/* ==========================================================================
   Footer
   ========================================================================== */

#footer {
    background: #1a1a1a;
    padding: 60px 0 40px;
    color: #999;
}

.footer-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
}

.footer-address p {
    margin-bottom: 10px;
    font-size: 13px;
}

.footer-address i {
    color: #c9a227;
    width: 20px;
    margin-right: 10px;
}

.footer-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #333;
    color: #fff;
    margin-right: 5px;
    border-radius: 50%;
}

.footer-social a:hover {
    background: #c9a227;
}

/* Footer Links */
#footer ul.arrow {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
}

#footer ul.arrow li {
    margin-bottom: 10px;
}

#footer ul.arrow li a {
    color: #999;
    font-size: 13px;
}

#footer ul.arrow li a:before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 10px;
    color: #c9a227;
}

#footer ul.arrow li a:hover {
    color: #c9a227;
}

/* Twitter Feed */
.twitter-list {
    list-style: none;
    padding: 0;
}

.twitter-list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
    font-size: 13px;
}

.twitter-list li span i {
    color: #c9a227;
    margin-right: 10px;
}

.twitter-list li .date {
    color: #c9a227;
    font-weight: 600;
}

/* Quick Contact Form */
.qc-form .form-control {
    background: #333;
    border: none;
    border-radius: 0;
    color: #fff;
    margin-bottom: 15px;
    padding: 10px 15px;
}

.qc-form .form-control:focus {
    box-shadow: none;
    border: 1px solid #c9a227;
}

.qc-form button {
    background: #c9a227;
    border: none;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.qc-form button:hover {
    background: #9e7d1e;
}

/* Copyright */
#copyright {
    background: #111;
    padding: 30px 0;
    text-align: center;
}

.footer-logo img {
    max-height: 50px;
    margin-bottom: 20px;
}

.footer-nav {
    display: inline-block;
    margin-bottom: 20px;
}

.footer-nav li {
    display: inline-block;
}

.footer-nav li a {
    color: #999;
    padding: 0 15px;
    font-size: 13px;
}

.footer-nav li a:hover {
    color: #c9a227;
}

.copyright-info {
    color: #666;
    font-size: 13px;
}

.copyright-info a {
    color: #c9a227;
}

#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

#back-to-top .btn {
    background: #c9a227;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 0;
}

#back-to-top .btn:hover {
    background: #333;
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

@media (max-width: 991px) {
    .navbar-nav > li > a {
        padding: 15px;
    }

    .intro-content {
        padding-right: 15px;
        margin-bottom: 40px;
    }

    .slider-content h2 {
        font-size: 32px;
    }

    .slider-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .navbar-toggle {
        margin-top: 15px;
        border-color: #c9a227;
    }

    .navbar-toggle .icon-bar {
        background: #c9a227;
    }

    .navbar-collapse {
        background: #fff;
        border-top: 1px solid #eee;
    }

    .navbar-nav > li > a {
        padding: 10px 15px;
    }

    #top-bar .top-info {
        text-align: left;
        margin-top: 10px;
    }

    .slider-content h2 {
        font-size: 24px;
    }

    .slider-content h3 {
        font-size: 16px;
    }

    #intro {
        padding: 40px 0;
    }

    .title {
        font-size: 24px;
    }

    .title-big {
        font-size: 28px;
    }

    .facts-num {
        font-size: 28px;
    }

    .testimonial {
        padding: 20px;
    }
}

/* ==========================================================================
   WordPress Core Classes
   ========================================================================== */

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.aligncenter {
    display: block;
    margin: 20px auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 12px;
    color: #999;
    text-align: center;
    padding: 10px 0;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */

.no-padding {
    padding: 0 !important;
}

.text-center {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}
