/*!
Theme Name: RDNLegal
Theme URI: http://pherona.com/
Author: pherona.com
Author URI: http://pherona.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pherona
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/* Table of Contents
==================================================
# Global 


================================================== */

@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

html,
body {
    font-weight: normal;
    font-size: 16px;
    color: #13161A;  
    background-color: #fff;
    font-family:var(--primary-font);

}


a {
    color: #13161A;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

h1, h2, h3, h4, h5, h6{
    font-family: "Playfair Display", serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

input:focus,
button:focus {
    box-shadow: none;
    outline: none;
}

:root {
    --primary-color: #C7AA59;
   --primary-font: 'Yantramanav', sans-serif;
}

.btn {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius:4px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 40px;
    text-transform: uppercase;
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn strong {
    font-weight: 600;
}

.btn:hover {
    color: var(--primary-color);
    background-color: #fff;
    border-color: var(--primary-color);
}

.title {
    margin-bottom: 40px;
    max-width: 800px;
    color: #444444;
    font-weight: 300;
}

.title h1 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #335170;
}


.title-center {
    text-align: center;
}

.title-center .title {
    max-width: 600px;
    display: inline-block;
}

.bg-color {
    background-color: #F1F4F6;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
}

section {
    padding: 100px 0;
}

input, 
select, 
textarea {
    color: #040404 !important;
    height: 55px;
    width: 100%;
    padding: 6px 20px;
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    margin-bottom:10px;
	margin-top:10px;
}

textarea {
    resize: none;
}

input[type="radio"],
input[type="checkbox"] {
    width: inherit;
    height: initial;
}

input:focus, 
textarea:focus, 
select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color:  var(--primary-color) !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #444444;    
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #444444;    
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #444444;    
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #444444;    
}

.title-1 {
    text-align: center;
    margin-bottom: 50px;
}

.title-1 ul {
    display: flex;
    color: #99794c;
    margin-bottom: 10px;
    justify-content: center;
}

.title-1 ul li {
    margin-right: 5px;
}

.title-1 ul li:last-child {
    margin-right: 0;
}

.title-1 h1 {
    font-size: 28px;
    color: #000;
    font-weight: bold;
}

.t-shap {
    height: 60px;
    position: relative;
    display: inline-block;
}

.t-shap:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 2px;
    height: 60px;
    background-color: var(--primary-color);
}

.t-shap:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: -4px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid var(--primary-color);
    background-color: #fff;
}

/*header*/

.header {
    position: relative;
    z-index: 9999999;
    background-color: #fff;
}


.header .btn {
    min-width: 250px;
    font-weight: bold;
    font-size: 16px;
}

.main-menu {
    background-color: #fff;
}

.menu-content {
    padding: 10px 0;
    padding-left: 30px;
    padding-right: 30px;
}

.is-sticky .main-menu {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.nav {
    padding-left: 0;
    padding-right: 20px;
}

.header .nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: initial;
}

.nav ul li {
    color: #111111;
    font-weight: 300;
    font-size: 18px;
    position: relative;
    margin-right: 30px;
}

.nav ul li:last-child {
    margin-right: 0;
}

.nav ul li a {
    padding:0;
    color: #111111;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
}

.nav ul li a:hover, 
.nav ul li.active>a {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
}

.navbar-toggler {
    padding: 0;
    height: initial;
    line-height: initial;
}

.navbar-toggler-icon {
    width: initial;
    height: initial;
    color: #0A0A0A;
    border-radius: 4px;
    padding: 4px 8px;
    border: 1px solid #0A0A0A;
}

.navbar-toggler-icon:hover {
    color: var(--primary-color);
    border-color:var(--primary-color);
}

.navbar-toggle {
    background: 0 0!important;
    border: none!important;
    float: left!important;
    cursor: pointer;
    padding-left: 0!important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background:#151515 !important;
    margin-bottom: 4px!important;
}

.m-phone a {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  display: block;
  float: right;
  text-align: center;
  border-radius: 100%;
  background-color: var(--primary-color);
}

/*hero-section*/

.hero-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-image {
	    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgb(128 185 213 / 22%), rgb(128 185 213 / 0%));
}

p strong {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primary-color);
}

.hero-text h1 {
    color: #335170;    
    font-size: 74px;
    font-weight: 600;
    margin-bottom: 30px;
}

.hero-text p {
    font-size: 17px;
}

.hero-form {
    max-width: 500px;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 24px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 0 24px rgb(0 0 0 / 8%);
    -ms-box-shadow: 0 0 24px rgb(0 0 0 / 8%);
    -o-box-shadow: 0 0 24px rgb(0 0 0 / 8%);
    box-shadow: 0 0 24px rgb(0 0 0 / 8%);
}

.hero-form p {
    color: #13161A;
    font-size: 17px;
}

.hero-form h2 {
    font-size: 34px;
    font-weight: bold;
    color: #335170;
    text-transform: uppercase;
}

.hero-form form {
    margin-top: 20px;
}

.hero-form textarea {
    height: 120px;
    padding-top: 15px;
}

.hero-form button.btn {
    background-color: #335170;
    border-color: #335170;
}

.hero-form button.btn:hover {
    background-color: transparent;
    border-color: #335170;
    color: #335170;
}

.hero-form .btn {
    width: 100%;
}

.hero-form h4{
    margin-top: 10px;
    margin-bottom: 15px;
    color: #766F6B;
}

/*settlement-section*/

.settlement-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
}

.settlement {
    color: #335170;
    text-align: center;
    margin-bottom: 30px;
}

.settlement h1{
    font-size: 70px;
    color: var(--primary-color);
}

/*injury-section*/

.injury {
    margin-bottom: 30px;
    text-align: center;
    color: #000;
	margin-top:20px;
}
.injury h3 {
	font-size:24px;
	color:#335170;
}
.thumb {
    margin-bottom: 20px;
}

/* service-section */

.service-section .service {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.service-section .service .thumb,
.service-section .service .service-text {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;  
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;   
    align-self: center; 
}

.service-section > ul > li {
    padding: 100px 0;
}

.service-section > ul > li:nth-child(even) {
    background-color: #F1F4F6;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;    
}

.service-section > ul > li:nth-child(odd) .thumb {
    -ms-flex-order: 6;
    order: 6;    
}

.service-section > ul > li:last-child .service {
    margin-bottom: 0;
}

.service-section .service .service-text {
    padding-right: 50px;
}

.service-section > ul > li:nth-child(even) .service-text {
    padding-right: 15px;
    padding-left: 50px;
}

.service-section > ul > li .btn {
    margin-top: 20px;
}

/*testimonial-section*/

.testimonial-section {
    text-align: center;
    color: #335170;
}

.testimonial {

}

.testimonial h2 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 36px;
}

.testimonial p strong {
    text-transform: capitalize;
    font-weight: normal;
}

/*team-section*/

.team {
    margin-bottom: 30px;
    text-align: center;
    color: #000;
}

.team .thumb {
    margin-bottom: 20px;
}

.team h2 {
    font-size: 26px;
    color: #335170;
    text-transform: capitalize;
    font-weight: bold;
}


/*committed-section*/

.committed {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.committed .icon {
    margin-bottom: 20px;
}

.committed h2{
    font-size: 24px;
    color: #335170;
    font-weight: bold;
}

/*cta-section*/

.cta-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
}

.cta-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(5 27 57 / 75%);
}

.cta-text {
    position: relative;
    z-index: 999;
    color: #fff;
    text-align: center;
}

.cta-text h1 {
    font-size: 74px;
    margin-bottom: 30px;
}

.cta-text p strong {
    color: #fff;
}

.cta-text .btn {
    margin-top: 20px;
}

.footer-section {
    padding: 15px 30px;
}

.footer-section p {
    text-align: right;
    margin-bottom: 0;
}

a, button {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}





/* md */
@media (min-width: 1400px){

	.container	{
		max-width:1320px;
	}
}

/* md */
@media (min-width: 1200px) and (max-width: 1399px) {

	.hero-text h1 {
		font-size: 60px;
	}
	.title h1 {
		font-size: 42px;
	}
	.title-center .title {
		max-width: 550px;
	}
	.committed {
		padding-left: 15px;
		padding-right: 15px;
	}
	.committed h2 {
		font-size: 20px;
	}
	.cta-text h1 {
		font-size: 60px;
	}
	.header .btn {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 15px;
		min-width: 215px;
	}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {


	.header .btn {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 15px;
		min-width: 210px;
	}
	.nav {
		margin-right: 0;
		padding-right: 10px;
	}
	.nav ul li {
		font-size: 16px;
		margin-right: 15px;
	}
	.hero-text h1 {
		font-size: 46px;
	}
	.settlement h1 {
		font-size: 54px;
	}
	.title h1 {
		font-size: 38px;
	}
	.title-center .title{
		max-width: 500px;
	}
	.testimonial h2 {
		font-size: 20px;
		line-height: 28px;
	}
	.team h2 {
		font-size: 22px;
	}
	.committed {
	    padding-left: 0;
	    padding-right: 0;
	}
	.cta-text h1 {
		font-size: 52px;
	}	
}

/* md */
@media (max-width: 991px) {

	.hero-form {
		max-width: 100%;
	}
	.hero-text h1 {
		font-size: 48px;
	}
	.settlement h1 {
		font-size: 40px;
	}
	.title h1 {
		font-size: 36px;
	}
	.title-center .title {
		max-width: 470px;
	}
	.service-section .service {
		display: block;
	}
	.service-section .service .thumb, 
	.service-section .service .service-text {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}	
	.service-section .service .service-text {
		padding-right: 15px;
	}
	.service-section ul li:nth-child(2n) .service-text {
		padding-left: 15px;
	}
	.service .title {
		margin-bottom: 0;
	}
	.team h2 {
		font-size: 20px;
	}
	.team p {
		font-size: 14px;
	}
	.committed {
	    padding-left: 0;
	    padding-right: 0;
	}
	.committed h2 {
		font-size: 18px;
	}
	.cta-text h1 {
		font-size: 50px;
	}
	.menu-content .button {
		display: none;
	}
	.nav {
		padding-right: 0;
	}
	.nav ul li {
		font-size: 16px;
		margin-right: 15px;
	}
	.menu-content, 
	.footer-section {
		padding-left: 0;
		padding-right: 0;
	}
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
		
	.m-phone {
		position: absolute;
		top: 26px;
		right: 0;
	}	
	#main-nav {
		margin-right: 60px;
	}

}

/* sm */
@media (max-width: 767px) {

	.header .nav ul {
		display: block;
		width: 100%;
	}
	.nav ul li {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.hero-text h1 {
		font-size: 40px;
	}
	.hero-form h2 {
		font-size: 30px;
	}
	.title h1 {
		font-size: 30px;
	}
	.testimonial h2{
		font-size: 18px;
		line-height: 24px;
	}
	.cta-text h1 {
		font-size: 40px;
	}
	.footer-section {
		text-align: center;
	}
	.footer-section p {
		text-align: center;
	}
	.footer-logo {
		margin-bottom: 20px;
	}
}

/* xs Portrait */
@media (max-width: 575px) {

}



/* xs Portrait */
@media (max-width: 475px) {
	
	.hero-form h2 {
		font-size: 26px;
	}
	.hero-text h1 {
		font-size: 38px;
	}
	.hero-form {
		padding: 20px;
	}
	.title-1 h1 {
		font-size: 22px;
	}
}



.hero-form form p { margin-bottom:0;}

.wpcf7-not-valid-tip { font-size:13px; text-align:left;}



a.candc {
    background: url(images/candc.png) no-repeat left center;
    margin-left: 0;
    padding-left: 25px;
    display: inline-block;
    color: #000;
}


label.gform-field-label.gform-field-label--type-sub, label.gform-field-label.gform-field-label--type-sub {display:none !important;}


.gform_button.button {
   color: #fff !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    border-radius: 4px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    line-height:56px !important;
    text-transform: uppercase !important;
    background-color:#335170 !important;
    border: 2px solid #335170 !important;
	width:100% !important;
}

.gform_button.button:hover {
    color: var(--primary-color) !important;
    background-color: #fff !important;
    border-color: var(--primary-color) !important;
}


.wpcf7-not-valid-tip { text-align:left; font-size:13px !important;}



.service-text ul li strong {
	font-weight: bold;
    text-transform: uppercase;
    color: var(--primary-color);
}

.service-text ul {counter-reset: section; margin-left:15px;}
.service-text ul li {
	position:relative;
}
.service-text ul li:before {
	counter-increment: section;
  content:counter(section) ".";
  font-weight: bold;
    text-transform: uppercase;
    color: var(--primary-color);
	position:absolute;
	left:-15px;
	top:0;
}