/*
Theme Name: Process Service Associates
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.3
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

.cs-nav li.current-menu-item a,.cs-nav li a:hover{
	color: #aa9166;
}
.cs-nav li a{
	color:white;
    font-size: 15px;
    text-transform: uppercase;
	padding: 10px 10px 8px 10px;
}
.cs-nav li.menu-item-has-children{
	position:relative;
}
.cs-nav li.menu-item-has-children svg,.cs-nav li.menu-item-has-children .sub-menu{
	display:none;
}
.menu-item-has-children .sub-menu{
	position:absolute;
    list-style: none;
    background: #aa9166;
    left: 10px;
    width: 200px;
    z-index: 99;
	padding:0;
}
.menu-item-has-children .sub-menu li a{
	padding: 6px 11px;
    display: block;
    border-bottom: 1px solid black;
}
.menu-item-has-children .sub-menu li:last-child a{
	border-bottom:none;
}
.menu-item-has-children .sub-menu li:hover a{
	background:black;
}
.cs-nav li.menu-item-has-children:hover .sub-menu{
	display:block;
}
.top-bar-right .textwidget.custom-html-widget {
    display: inline-flex;
}
.cs-service-area {
	text-align:center;
	padding:20px 0;
	height: 500px;
    overflow: auto;
}
.cs-list-6{
	columns:6;
	text-align:left;
	margin:20px 0;
	padding-left: 20px;
}
.cs-list-5
{
	columns:5;
	text-align:left;
	margin:20px 0;
	padding-left: 20px;
}
.cs-service-area li{
	line-height:30px;
	list-style: none;
}
.cs-service-area li::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.cs-service-area p {
    background: #f1f1f1;
    padding: 20px;
    text-align: left;
    line-height: 30px;
}
.cs-service-area a{
	color:#aa9166;
	font-weight:bold;
}
.cs-service-area.cs-invst{
    padding: 0;
	height:auto;
}
.cs-pay.row {
    width: 400px;
    margin: auto;
	text-align: center;
}
.cs-pay.row h3{
	font-size:18px;
	margin-top: 10px;
}
.cs-invst-list{
	text-align: left;
	padding-left:0;
}
.cs-404{
	text-align:center;
}
section.Page404.cs-404 {
    width: 100%; 
    position: relative;
    padding: 80px 0;
}
.cs-404 h1{
	font-size:130px;
}
.cs-404 h2{
	font-size:50px;
	margin-bottom: 15px;
}
.cs-404-p{
	margin-top:30px;
}
.cs-404-p ul li{
	list-style:none;
}
.cs-404-btn{
    position: relative;
    margin-top: 15px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aa9166;
    border: 2px solid #aa9166;
    border-radius: 0;
    background: #121518;
    transition: .3s;
}
.cs-404-btn:hover{
    color: #121518;
    background: #aa9166;
}
.cs-card-content{
	padding:0px 0 0 57px;
}
.modal-content.contact {
    padding: 0;
}
.modal-content.contact .wpcf7-form {
    padding: 20px;
}
.modal-content.contact .contact-form input {
    height: 50px;
}
.modal-content.contact .contact-form .btn {
    padding: 10px 35px;
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
.container, .container-md, .container-sm {
	max-width: 99%;
}
.section-header h2 {
	white-space: normal;
}

	
	
	
}
@media screen and (max-width: 991px) and (min-width: 768px) {
.container, .container-md, .container-sm {
	max-width: 99%;
}
.section-header h2 {
	white-space: normal;
}
.cs-list-6 {
    columns: 4;
}
.cs-list-5 {
	columns: 4;
}	
.cs-service-area {
	height: 580px;
}	
	
	
	
	
}
@media screen and (max-width: 767px) and (min-width: 480px) {
.carousel .carousel-caption {
	height: calc(83vh - 278px);
}
.carousel {
	height: calc(70vh - 170px);
}
.cs-service-area {
	height: 850px;
}	
.cs-list-6 {
    columns: 2;
}
.cs-list-5 {
	columns: 2;
}
	
	
	
}
@media screen and (max-width: 479px) and (min-width: 320px) {
.widget_text.top-bar-right {
	display: none;
}
.cs-nav li{
	padding:10px 0;
}
.carousel .carousel-caption {
	height: calc(100vh - 278px);
}
.carousel {
	height: calc(82vh - 170px);
}
.carousel .carousel-caption h1 {
	font-size: 21px;
	font-weight: 500;
}
.carousel .carousel-caption p {
	font-size: 13px;
}
.carousel .carousel-caption h1,.carousel .carousel-caption p {
	margin-bottom: 10px;
}

.feature .col-5 {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}
.feature .col-7 {
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
}
.feature .feature-icon i {
	font-size: 50px;
}
.about {
	padding: 5px 0;
}
.feature .feature-item h3 {
	font-size: 26px;
}
.team {
	padding: 0px 0 15px 0;
}
.section-header h2 {
	white-space: normal;
}
.section-header {
	margin-bottom: 25px;
}
.feature {
	padding: 10px 0 40px;
}
.faqs {
	padding: 16px 0;
}
.contact .contact-info {
	padding: 22px 10px;
}
.contact .contact-item {
	padding: 30px 10px;
}
.contact .contact-item i {
	width: auto;
	padding: 10px;
}
.contact {
	padding: 45px 0 0px 0;
}
.footer {
	margin-top: 0px;
}
.page-header {
	padding: 25px 0;
}
.cs-pay .col-md-6{
	width:auto;
}
 
.cs-list-6 {
    columns: 1;
}
.cs-list-5 {
	columns: 1;
}
.cs-service-area.cs-m-area{
	height:auto;
}


 


}