/*
	Theme Name: Official Cortez Theme
	Theme URI: https://nxtgenweb.com
	Description: Official Custom WordPress Theme designed and developed by Nxt Gen Web.
	Version: 1.0
	Author: Nxt Gen Web (@nxtgenweb)
	Author URI: https://nxtgenweb.com
	Tags: Nxt Gen Web

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


/* global custom style */

body {
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.025em;
	padding-top: 134px;
}

@media (min-width:768px) {
	body {
		padding-top: 130px;
	}
}

@media (min-width:1280px) {
	body {
		padding-top: 134px;
	}
}

a {
	color: #1c235c;
	text-decoration: underline;
	transition: all 300ms;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #1c235c;
	line-height: 1.25em;
	text-transform: uppercase;
}

h1 { font-size: 24px; padding: 16px 0 13px; }
h2 { font-size: 22px; padding: 17px 0 13px; }
h3 { font-size: 20px; padding: 17px 0 14px; }
h4 { font-size: 18px; padding: 17px 0 15px; }
h5 { font-size: 16px; padding: 18px 0 15px; }
h6 { font-size: 14px; padding: 18px 0 16px; }

p, ol, ul {
	padding: 10px 0 8px;
}

p, li {
	line-height: 2em;
}

figure {
	position: relative;
}

figure figcaption {
	background-color: rgba(0,0,0,0.5);
	bottom: 0px;
	color: #fff;
	font-size: 14px;
	left: 0px;
	margin: 0 !important;
	padding: 10px 20px;
	position: absolute;
	right: 0px;
}

img {
	display: block;
	height: auto;
	width: 100%;
}

.section-title {
	font-size: 26px;
	padding: 11px 0 7px;
}

@media (min-width:768px) {

	.section-title {
		font-size: 50px;
		padding: 6px 0 0;
	}

}

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

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

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
















/*

02.

global header
header main
header menu

*/

#global-header {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.header-main {
	background-color: #000;
	padding: 20px 0 10px;
}

.header-main .logo {
	display: inline-block;
	vertical-align: top;
	width: 230px;
}

.header-main .toggle-header-nav {
	display: block;
	height: 18px;
	position: absolute;
	top: 6px;
	right: 20px;
	width: 18px;
}

.header-main .toggle-header-nav:after,
.header-main .toggle-header-nav:before {
	background: #fff;
	border-radius: 2px;
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	transition: all 300ms;
	width: 18px;
}

.header-main .toggle-header-nav:after {
	bottom: 3px;
}

.header-main .toggle-header-nav:before {
	top: 3px;
}

.header-main .toggle-header-nav.contract:after {
	bottom: 8px;
	transform: rotate(-45deg);
}

.header-main .toggle-header-nav.contract:before {
	transform: rotate(45deg);
	top: 8px;
}

.header-main .button-call-now {
	border: 2px solid  #fff;
	color: #fff;
	display: block;
	font-size: 13px;
	letter-spacing: 0.10em;
	line-height: 13px;
	margin: 20px 0 10px;
	padding: 14px 25px 13px;
	text-align: center;
	text-transform: uppercase;
	transition: all 300ms;
}

.header-main .button {
	display: none;
	margin: 0;
}

@media (min-width:768px) {

	.header-main {
		padding: 20px 0 20px;
	}

	.header-main .logo {
		width: 200px;
	}

	.header-main .toggle-header-nav {
		display: none;
	}

	.header-main .button-call-now,
	.header-main .button {
		margin: 0;
		position: absolute;
		top: -9px;
	}

	.header-main .button-call-now {
		border: 2px solid rgba(28, 35, 92, 0);
		padding: 14px 0 13px;
		right: 243px;
	}

	.header-main .button {
		display: inline-block;
		right: 20px;
	}

}

@media (min-width:1280px) {

	.header-main .logo {
		width: 380px;
	}

	.header-main .button-call-now,
	.header-main .button {
		top: 3px;
	}

}

.header-menu {
	background-color: rgba(28, 35, 92, 1);
	/* background-color: rgba(230, 230, 230, 1); */
	box-sizing: border-box;
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	top: 134px;
	white-space: nowrap;
	width: 100%;
}

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

.header-menu .primary-menu {
	margin: 0;
	padding: 0;
}

.header-menu .primary-menu > li {
	line-height: normal;
}

.header-menu .primary-menu > li > a {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	color: #fff;
	display: block;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 18px;
	padding: 14px 0 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.header-menu .primary-menu > li:first-child > a {
	border-top: none;
}

.header-menu .primary-menu > li.current-menu-item > a {
	color: #fff;
	/* color: rgba(28, 35, 92, 1); */
	text-decoration: underline;
}

@media (min-width:768px) {

	.header-menu {
		bottom: inherit;
		display: block;
		left: inherit;
		position: static;
		top: inherit;
		white-space: normal;
		width: auto;
	}

	.header-menu .primary-menu {
		text-align: center;
	}

	.header-menu .primary-menu > li {
		display: inline-block;
		padding: 0 10px;
		vertical-align: top;
	}

	.header-menu .primary-menu > li > a {
		border-top: none;
	}

}

@media (min-width:1280px) {

	.header-menu .primary-menu > li {
		padding: 0 15px;
	}

}

/*

homepage
section testimonials
section blog posts

*/

.section {
	padding: 70px 0;
}

.section-main-banner {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.banner-media figure {
	margin: 0 -20px;
}

@media (min-width:480px) and (max-width:767px) {

	.banner-media figure {
		margin: 0 auto;
		padding-top: 30px;
		width: 400px;
	}

}

.banner-content {
	padding: 20px 0;
}

.banner-content h1 {
	font-size: 28px;
	line-height: 1em;
	margin: 0;
	padding: 4px 0 0;
}

.banner-content p {
	margin: 0;
	text-transform: uppercase;
}

@media (min-width:768px) {

	.section-main-banner {
		padding: 20px 0 30px;
	}

	.content-main-banner {
		align-items: center;
		display: grid;
		grid-template-columns: 2fr 1fr;
		grid-column-gap: 30px;
	}

	.banner-media {
		order: 2;
	}

	.banner-media figure {
		margin: 0;
	}

	.banner-content {
		order: 1;
		padding: 0;
	}

}

@media (min-width:1280px) {

	.section-main-banner {
		padding: 100px 0 110px;
	}

	.content-main-banner {
		grid-template-columns: 3fr 2fr;
	}

	.banner-content h1 {
		font-size: 50px;
		padding: 7px 0 1px;
	}

}

@media (min-width:768px) {

	.section.about .button {
		margin-right: 20px;
	}

}

.accordions {
	padding: 20px 0;
}

.toggle-accordion {
	background-color: #f2f2f2;
	border: 1px solid #bbbbbb;
	cursor: pointer;
	display: block;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1em;
	margin-top: 10px;
	padding: 14px 55px 12px 20px;
	position: relative;
	text-transform: uppercase;
}

.toggle-accordion:after,
.toggle-accordion:before {
	background-color: #000;
	content: "";
	height: 1px;
	position: absolute;
	width: 15px;
}

.toggle-accordion:after {
	right: 20px;
	transform: rotate(90deg);
	transition: all 300ms;
	top: 20px;
}

.toggle-accordion:before {
	right: 20px;
	top: 20px;
}

.toggle-accordion.expanded:after {
	transform: rotate(-180deg);
}

.accordion-content {
	display: none;
}


.section.practice-areas {
	background-color: #f2f2f2;
	padding: 50px 0;
}



@media (min-width:1280px) {

	.custom-grid-col-02 {
		display: grid;
		grid-column-gap: 40px;
		grid-template-columns: repeat(1, 3fr 2fr);
	}

}


/*

practice areas

*/

.practice-areas .container-footer {
	text-align: center;
}

.post.loop-practice-areas h2 {
	font-size: 18px;
	margin: -20px 0 0 0;
	padding: 17px 0 14px;
}

@media (min-width:768px) {

	.container-practice-areas {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
	}

}

@media (min-width:1280px) {

	.container-practice-areas {
		grid-template-columns: repeat(3, 1fr);
	}

}





















.recent-blog-posts {
	background-color: #f2f2f2;
}

.recent-blog-posts .section-title {
	text-align: center;
	margin-bottom: 20px;
}

/*

Testimonials

*/

.archive-posts-testimonials {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 40px;
	margin-top: 20px;
}

@media (min-width:768px) {

	.archive-posts-testimonials {
		grid-template-columns: repeat(2, 1fr);
	}

}

.post-testimonial {
	background-color: #f2f2f2;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 30px;
	position: relative;
	text-align: center;
}

.post-testimonial .testimonial-source {
	background: url(assets/images/icons/icon-google.svg) no-repeat center center;
	display: inline-block;
	height: 32px;
	margin-bottom: 10px;
	vertical-align: top;
	width: 32px;
}

.post-testimonial h2 {
	font-size: 20px;
	line-height: 1.5em;
	margin: 0;
	padding: 4px 0 2px 0;
}

.post-testimonial .testimonial-rating {
	background: url(assets/images/rating-five-stars.svg) no-repeat center center;
	display: inline-block;
	height: 18px;
	vertical-align: top;
	width: 104px;
}

.post-testimonial p {
	font-size: 16px;
	line-height: 24px;
}

@media (min-width:1024px) {

	.post-testimonial {
		min-height: 160px;
		text-align: left;
	}

}




























/*

Internal pages

*/

#container-page-header {
	background: url(assets/images/bg-container-page-header.jpg) no-repeat center center rgba(28, 35, 92, 1);
	padding: 20px 0;
}

#container-page-header h1 {
	color: rgba(255, 255, 255, 1);
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	padding: 20px 0;
}

#container-page-content {
	padding: 50px 0;
}

ul {
	margin-left: 37px;
}

ol {
	margin-left: 42px;
}

ul {
	list-style-type: disc;
}

ul ul {
	list-style-type: circle;
}

ol {
	list-style-type:decimal;
}

blockquote {
	background-color: rgba(0, 0, 0, 0.05);
	border-left: 3px solid rgba(28, 35, 92, 1);
	padding: 20px 30px;
	font-style: italic;
	margin: 30px 0;
}



.container-breadcrumbs {
	background-color: rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 13px;
	padding: 11px 0 10px;
	text-transform: uppercase;
}

/*

Blog

*/

@media (min-width:768px) {

	.container-archive-posts {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 40px;
	}

}

@media (min-width:1024px) {

	.container-archive-posts {
		grid-template-columns: repeat(3, 1fr);
	}

}

.blog-post header .post-meta {
	display: inline-block;
	font-size: 12px;
	line-height: 1em;
	padding: 4px 0 3px;
	text-transform: uppercase;
	vertical-align: top;
}

.blog-post.overview {
	padding-bottom: 30px;
}

.blog-post.overview header h2 {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.5em;
	padding: 4px 0 0 0;
	text-transform: none;
}

.blog-post.overview p {
	font-size: 16px;
}

.blog-post.overview .button-read-more {
	display: inline-block;
	font-size: 16px;
	line-height: 1em;
	margin-top: 10px;
	padding: 10px 0 7px;
	vertical-align: top;
}

.pagination {
	padding: 10px 0 10px 0;

}

.pagination .page-numbers {
	border: 2px solid rgba(28, 35, 92, 0.1);
	color: rgba(150, 150, 150, 1);
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	padding: 9px 10px 8px;
	text-transform: uppercase;
	vertical-align: top;
}

.pagination .page-numbers:hover {
	color: rgba(28, 35, 92, 1);
}

.pagination .page-numbers.current {
	border: 2px solid rgba(28, 35, 92, 1);
	color: rgba(28, 35, 92, 1);
}

































































/*

08.

global footer
footer widgets
footer copyright

*/

#global-footer {
	color: rgba(255, 255, 255, 1);
}

.footer-widgets {
	background-color: rgba(0, 0, 0, 1);
	padding: 40px 0 10px;
}

.container-widgets .widget h3,
.container-widgets .widget a {
	color: rgba(255, 255, 255, 1);
}

.container-widgets .widget {
	padding-bottom: 30px;
}

@media (min-width:768px) {

	.container-widgets {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 40px;
	}

}

.footer-copyright {
	background-color: rgba(28, 35, 92, 1);
	padding: 20px 0 20px;
	text-align: center;
}

.footer-copyright p {
	margin: 0;
}

.footer-copyright a {
	color: #84bf34;
}

/*

.09

global form elements

*/

.container-form {
	padding: 20px 0;
}

.form-row {
	box-sizing: border-box;
	margin-bottom: 10px;
	position: relative;
}

input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
	background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	color: #000;
	display: block;
	font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 10px;
	width: 100%;
}

textarea {
	height: 120px;
}

.button {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	font-size: 13px;
	letter-spacing: 0.10em;
	line-height: 13px;
	margin: 10px 0;
	padding: 14px 25px 13px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 300ms;
	width: 100%;
	-webkit-appearance: none;
}

.button.primary {
	background-color: rgba(28, 35, 92, 1);
	border: 2px solid  rgba(28, 35, 92, 1);
	color: rgba(255, 255, 255, 1);
}

.button.primary.border {
	background-color: rgba(255, 255, 255, 0);
	border: 2px solid  rgba(28, 35, 92, 1);
	color: rgba(28, 35, 92, 1);
}

.button.white {
	background-color: rgba(255, 255, 255, 0);
	border: 2px solid  rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, 1);
}

@media (min-width:768px) {

	.button {
		display: inline-block;
		vertical-align: top;
		width: auto;
	}

}
