/*
Theme Name: Washington Law & Associates by Three Ring Focus
Theme URL: https://ThreeRingFocus.com
Description: Responsive Website by Three Ring Focus
Author: Josh Castro
Author URI: ThreeRingFocus.com
Version: 9.9.9
Tags: Responsive, red, white.
*/

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize
--------------------------------------------- */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    color: #222;
	font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .06em;
	background-color: #fff;
	background-image: url("images/global/background.jpg");
	background-position: center;
}
.clear {
    clear: both;
}
.container {
    width: 100%;
    margin: 0;
	padding: 80px 0px;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin-top: 0px;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
}


/* 	
== SCROLL BAR ==*/

/* Width */
::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #eee;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #111;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 50px 0;
	color: #550000;
	font-weight: 500;
	line-height: 1.1em;
	letter-spacing: .1em;
	font-family: baskerville-urw, serif;
}
h1 {
	margin-top: 0;
    font-size: 2em;
}
h2 {
    font-size: 1.7em;
}
h3 {
    font-size: 1.4em;
}
h4 {
    font-size: 1.1em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: .8em;
}
p {
    font-size: 1em;
    line-height: 1.8em;
    margin: 30px 0;
}
a {
	font-weight: bold;
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
    text-decoration: none;
}
p a, li a {
	text-decoration: underline;
}
ul, ol {
	margin: 30px 0;
    padding: 0px 20px;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
li {
    font-size: 1em;
    line-height: 1.8em;
}
em {
	letter-spacing: .01em;
}
.bgImg {
	background-size: cover;
	background-position: center;
}

/* 	
== HEADER ==*/

header {
	width: 100%;
	padding: 25px 20px;
}
.logo {
	width: 230px;
	height: 98px;
	margin: 0 auto;
	display: block;
	background-image: url("images/global/logo.png");
}

/* 	
== HOME PAGE ==*/

.hero {
	width: 100%;
	height: 800px;
	background-image: url("images/global/hero.jpg");
}
.mainWrap {
	width: 100%;
	margin-top: -80px;
	padding: 0 60px;
	z-index: 9;
}
.mainBox {
	width: 100%;
	padding: 100px 20px 100px 20px;
	color: #fff;
	background-color: #550000;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.mainText {
	width: 100%;
	max-width: 720px;
}
.mainText h1 {
	color: #fff;
}
.mainText p {
	margin-bottom: 0;
}
.mainContact {
	max-width: 500px;
	text-align: center;
	font-size: 1.2em;
    font-family: baskerville-urw, serif;
    letter-spacing: .1em;
}
.mainContact a {
	color: #fff;
	text-decoration: none;
}
.mainContact .fas {
    font-size: 2em;
}
.lowerWrap {
	width: 100%;
	padding: 150px 20px;
}
.contactBox {
	width: 100%;
	max-width: 880px;
	margin: auto;
}
.contactBox h2 {
	font-size: 2em;
	text-align: center;
}

/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.pageBox {
	width: 100%;
	padding: 150px 20px 120px 20px;
}
.pageText {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

/* 	
== FOOTER ==*/

footer {
    width: 100%;
	padding: 50px 50px;
	color: #fff;
	background-color: #550000;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
footer p {
	margin: 0 0 15px 0;
	line-height: 1em;
	font-size: .85em;
	text-transform: uppercase;
    font-family: baskerville-urw, serif;
    letter-spacing: .1em;
}
footer a {
	text-decoration: underline;
	color: #fff;
}
.footLogo {
	width: 330px;
	height: 140px;
	background-image: url("images/global/logo-foot.png");
}

/* 	
== Gravity Forms ==*/

.gform_wrapper {
	text-align: left;
}
.gform_wrapper input, .gform_wrapper select {
    border: 2px solid #111;
    background-color: transparent;
    color: #111;
}
.gform_wrapper textarea {
    border: 2px solid #111;
    background-color: transparent;
    color: #111;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 8px;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}
.gform_wrapper li {
    line-height: 0 !important;
}
.gform_footer {
    padding: 0 0 10px;
	text-align: left;
}
.gform_footer input {
	margin: 0 auto;
    padding: 15px 30px;
    color: #FFF;
	background: #550000;
	font-family: baskerville-urw, serif;
    font-weight: 500;
	letter-spacing: .1em;
    text-transform: uppercase;
	transition: all .4s ease-in-out;
}
.gform_footer input:hover {
    background-color: #222;
	color: #FFF;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin-top: 10px !important;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    margin-top: 15px;
}
.gform_wrapper .top_label div.ginput_container {
    margin-top: 8px;
}
.gform_wrapper textarea.medium {
    margin-top: 8px;
}
.gform_wrapper input::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #111;
}
.gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder { /* Firefox 19+ */
  color: #111;
}
.gform_wrapper input:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder { /* IE 10+ */
  color: #111;
}
.gform_wrapper input:-moz-placeholder, .gform_wrapper textarea:-moz-placeholder { /* Firefox 18- */
  color: #111;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-family: baskerville-urw, serif;
}

/* 	
== WORDPRESS FIXES ==*/

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* 	
== RESPONSIVE ELEMENTS ==*/

.response img {
    width: 100%;
    height: auto;
    display: block;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 20px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mapWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.mapWrapper iframe, .mapWrapper object, .mapWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 	
== RESPONSIVE STYLES ==*/


/* Monitor Medium | iPad Pro Large Landscape */
@media only screen and (max-width: 1366px) {
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
	.mainBox {flex-direction: column; padding: 100px 20px 70px 20px;}
	.mainText {margin-bottom: 50px; text-align: center;}
	footer {padding: 50px 20px; justify-content: center; align-items: center; flex-direction: column-reverse; text-align: center;}
	.footLogo {margin-bottom: 30px;}
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 1.7em;}
	h2 {font-size: 1.4em;}
	h3 {font-size: 1.1em;}
	h4 {font-size: .9em;}
	h5 {font-size: .8em;}
	h6 {font-size: .7em;}
	
	.mainWrap {padding: 0 20px;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.hero {height: 600px;}
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
	.footLogo {width: 230px; height: 97px;}
}

/* Smaller Devices */
@media only screen and (max-width: 500px) {
}

/* Even Smaller Devices */
@media only screen and (max-width: 360px) {
}
