/*!
Theme Name: Grandel Insurance
Theme URI: http://underscores.me/
Author: Moinahemad Mansuri
Author URI: http://www.wecreatedesign.co/
Description: Custom developed theme for Grandel Insurance
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: grandel-insurance
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

Grandel Insurance is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

#testimonials li:nth-child(2n) .bg {
    background: #e1385f;
}

#testimonials li:nth-child(2n) .bg:after {
    content: '';
    border-color: #e1385f transparent transparent transparent;
}

#testimonials li:nth-child(2n) h4 {
	color:#e1385f;
}

#contact-info ul.social li fa.instagram a {
    background: #fe0000;
}

#contact-info ul.social li fa.twitter a {
    background: #0177b5;
}

.wpcf7-validation-errors { display: inline-block; }

#info.edit ul li {
    color: #878787;
    font-size: 14px;
    line-height: 35px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.logo-header {
	line-height: 100px !important;
    padding: 0px 20px !important;
    font-size: 20px !important;
    color: #0053a1 !important;
    font-weight: bold !important;
}

#info-quest input[type="submit"] {
	display:none !important;
}

@media only screen and (max-width:767px) {
.logo-header {
    line-height: 70px !important;
    padding: 0px 10px !important;
    font-size: 16px !important;
    color: #0053a1 !important;
    font-weight: bold !important;
    display: inline-block;
}
	
.nav-tabs>li {
    width: 29.33%;
    margin: 10px 2%;
}	

	.nav-tabs>li>a {
		width:100%;
	}	
	
	#footer .lt p .fa {
		position:relative;
	}
	
	.navbar-default .navbar-nav.left {
		width:100%;
	}
	
	.menu-main-menu-container  {
		display:inline-block;
	}
}