/*
 Theme Name:   Vision Shine InfoTech - Theme
 Theme URI:    http://visionshineinfotech.com
 Description:  Customized Child theme based on generatepress.
 Author:       Vision Shine InfoTech
 Author URI:   http://example.com
 Template:     generatepress
 Version:      2.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: generate
 Domain Path: /languages/
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, fixed-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

/* ======================== Custom CSS by Developer ======================= */
#content .mid-box {
	width: 260px;
	// height: 250px;
	float: left;
	padding: 20px;
	padding-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin: 10px;
	border: 1px solid #c9e3d8;
	background-color: #EFD9DC;
}
#content .mid-box h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
#content .mid-box p {
	margin-bottom: 5px;
}
#content .mid-box ul {
	margin-left: 17px;
}
#content .mid-box li {
	list-style-image: url(images/list_bg2.html);
}

#content .mid-box h1 a:hover {
	color: #996633;
	text-decoration: none;
}
#content .mid-box h1 a {
	text-decoration: none;
	color: #003366;
}

/* Contact Forms  */
#quick-form p  {
	/* width: 300px; */
	margin: 0 0 10px;
}
#quick-form input[type="text"], #quick-form input[type="email"] {
	width: 250px;
	height: 25px;
	padding: 2px 5px;
}
#quick-form textarea {
	width: 250px;
	height: 100px;
	padding: 2px 5px;
}
input[type="submit"] {
	width: 100px;
	height: 35px;
	background-color: #014586;
	color: #fff;
	border: none;
}
div.wpcf7-validation-errors {
    border: 2px solid #ff3b00;
}
/* Main Contact Form */
#main-contact-form input[type="text"], #main-contact-form input[type="email"]  {
	width: 300px;
	height: 30px;
	padding: 2px 5px;
}
#main-contact-form textarea {
	width: 300px;
	height: 120px;
	padding: 2px 5px;
}

#sidebar-secondary {
	border: 1px solid #999;
}
#sidebar-secondary .widget {
	margin-left: 15px;
}

/* Logo Formatting */
#branding {
	margin-top: 10px;
}
#branding img {
	height: 100px;
}


/* CSS Customization for Vision Shine InfoTech */
.inside-header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
h1 {
    font-size: 28px !important;
}
h2 {
    font-size: 23px !important;
}
h3 {
    font-size: 19px !important;
}
h4 {
    font-size: 16px !important;
}
.sidebar .widget, .footer-widgets .widget {
	font-size: 14px !important;
}

#map {
        min-width: 300px;
        min-height: 300px;
        width: 500px;
        height: 500px;
 }

/* 	Pricing Table Design =========	http://codepen.io/arkev/pen/EDeuG     */
#pricing-table {
	margin: 20px auto;
	text-align: center;
	display: inline-block;
	width: 100%;
	// width: 892px; /* total computed width = 222 x 3 + 226 */
}

#pricing-table .plan {
	font: 13px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
	text-shadow: 0 1px rgba(255,255,255,.8);        
	background: #fff;      
	border: 1px solid #ddd;
	color: #333;
	padding: 20px;
	width: 180px; /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */      
	float: left;
	position: relative;
}

#pricing-table #most-popular {
	z-index: 2;
	top: -13px;
	border-width: 3px;
	padding: 30px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);    
}

#pricing-table .plan:nth-child(1) {
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;        
}

#pricing-table .plan:nth-child(4) {
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;        
}

/* --------------- */	

#pricing-table h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 20px;
	margin: -20px -20px 50px -20px;
	background-color: #eee;
	background-image: -moz-linear-gradient(#fff,#eee);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));    
	background-image: -webkit-linear-gradient(#fff, #eee);
	background-image: -o-linear-gradient(#fff, #eee);
	background-image: -ms-linear-gradient(#fff, #eee);
	background-image: linear-gradient(#fff, #eee);
}

#pricing-table #most-popular h3 {
	background-color: #ddd;
	background-image: -moz-linear-gradient(#eee,#ddd);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));    
	background-image: -webkit-linear-gradient(#eee, #ddd);
	background-image: -o-linear-gradient(#eee, #ddd);
	background-image: -ms-linear-gradient(#eee, #ddd);
	background-image: linear-gradient(#eee, #ddd);
	margin-top: -30px;
	padding-top: 30px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0; 		
}

#pricing-table .plan:nth-child(1) h3 {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;       
}

#pricing-table .plan:nth-child(4) h3 {
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;       
}	

#pricing-table h3 span {
	display: block;
	font: bold 25px/100px Georgia, Serif;
	color: #777;
	background: #fff;
	border: 5px solid #fff;
	height: 100px;
	width: 100px;
	margin: 10px auto -65px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	-webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}

/* --------------- */

#pricing-table ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#pricing-table li {
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

/* --------------- */
	
#pricing-table .signup {
	position: relative;
	padding: 8px 20px;
	margin: 20px 0 0 0;  
	color: #fff;
	font: bold 14px Arial, Helvetica;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;       
	background-color: #7AAF3B;
	background-image: -moz-linear-gradient(#7AAF3B, #39a629);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7AAF3B), to(#39a629));    
	background-image: -webkit-linear-gradient(#7AAF3B, #39a629);
	background-image: -o-linear-gradient(#7AAF3B, #39a629);
	background-image: -ms-linear-gradient(#7AAF3B, #39a629);
	background-image: linear-gradient(#7AAF3B, #39a629);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;     
	text-shadow: 0 1px 0 rgba(0,0,0,.3);        
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}
#pricing-table .signup:hover {
	background-color: #39a629;
	background-image: -moz-linear-gradient(#39a629, #7AAF3B);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#39a629), to(#7AAF3B));      
	background-image: -webkit-linear-gradient(#39a629, #7AAF3B);
	background-image: -o-linear-gradient(#39a629, #7AAF3B);
	background-image: -ms-linear-gradient(#39a629, #7AAF3B);
	background-image: linear-gradient(#39a629, #7AAF3B); 
}
#pricing-table .signup:active, #pricing-table .signup:focus {
	background: #39a629;       
	top: 2px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset; 
}

/* for 980px or more */
@media screen and (min-width: 980px) {
	#pricing-table #most-popular { width:32%; }
}

/* for 980px or less */
@media screen and (max-width: 980px) {
	#pricing-table #most-popular { width:32%; }
}

/* for 700px or less */
@media screen and (max-width: 700px) {
	#pricing-table #most-popular { width:85%; display:block; }
}

/* for 480px or less */
@media screen and (max-width: 480px) {
#pricing-table #most-popular { width:85%; display:block; }
}
/* --------------- */

.clear:before, .clear:after {
  content:"";
  display:table
}

.clear:after {
  clear:both
}

.clear {
  zoom:1
}

/* Social Media Profile Icon */
#short_code_si_icon img 
 {width:32px; 
}
.scid-1 img 
{
width:32px !important; 
}

/* Shortcode pluign tab formatting */
.entry-content .tab-pane {
	margin-left: 50px;
}
.entry-content .tab-content {
	border: 1px solid #ddd;
	border-top: none;
	margin: 0 0 1.5em 3em
}

.site-logo img {
	width: 320px;
}

.main-navigation, .main-navigation ul ul {
    background-color: #182945 !important;
}

.main-navigation .main-nav ul .current-menu-item > a, .main-navigation .main-nav ul .current-menu-parent > a, .main-navigation .main-nav ul .current-menu-ancestor > a, .main-navigation .main-nav ul .current_page_item > a, .main-navigation .main-nav ul .current_page_parent > a, .main-navigation .main-nav ul .current_page_ancestor > a {
    color: #FFFFFF;
    background-color: #2EA31E !important;
}

.main-navigation .main-nav ul li > a:hover, .main-navigation .main-nav ul li.sfHover > a
.footer-widgets {
    color: #FFFFFF;
    background-color: #2EA31E !important;
}

.separate-containers .widget-area .widget {
    border-radius: 6px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	padding: 40px 30px;
}

ul.list-group {
	margin-left : 0px;
}

/* badge formatting */

.badge {
	padding: 8px 12px;
}