﻿/*
Theme Name: Nisarg Child
Theme URI: http://falgunidesai.com/work/nisarg-a-wordpress-theme/
Template: nisarg
Author: Falguni Desai
Author URI: http://falgunidesai.com/
Description: Nisarg is a new fully responsive and translation ready theme that allows you to create stunning blogs and websites. Theme is well suited for travel, photography, recipe, design, art, personal and any other creative websites and blogs. The theme is developed using Bootstrap 3 that makes it mobile and tablets friendly. It has various options in WordPress Customizer to change look of the theme. Theme customizer can be used to add your own header image of flexible height, background image, to set background color, header text color and accent color(Supports seven different accent colors). Theme supports eight post formats, such as: Video, Image, Aside, Status, Audio, Quote, Link and Gallery.
Tags: flexible-header,two-columns,right-sidebar,theme-options,custom-colors,custom-background,custom-header,custom-colors,custom-menu,featured-images,post-formats,sticky-post,translation-ready,rtl-language-support,threaded-comments,featured-images,sticky-post
Version: 1.2.8.1.1517252089
Updated: 2018-01-29 18:54:49

*/

.navbar-collapse{
    margin-top:15px;
}
.main-navigation .primary-menu > li > a {
    border-bottom:none;
    padding:5px 10px;
}
.main-navigation .primary-menu > .current_page_item > a{
    background:#D30000;
    color:#fff;
    border-radius: 10px 10px 0 0;
}
#masthead > div.site-header-custom > div.site-branding-custom > a > img{
    max-width:500px;
    width:100%;
}
.site-header-custom{
    background: url('../images/parasols2.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center right;
    position: relative;
    width: 100%;
    margin-bottom:0;
    overflow: hidden;
    min-height: 200px;
    z-index:-1;
}
.header-mask{
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 200px;
    background:rgba(0,0,0,0.2);
	pointer-events: none;
}
.site-header-custom .site-branding-custom {
    padding:10px 0 0 10px;
	background:rgba(0,0,0,0.2);
}
#content .container{
    background:#fff;
    border-radius:5px;
    margin-top:-10px;
    z-index:999;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}
thead{
    background-color: none;
    color:#212121;
}

table,th,td{
     border: none;
}

th, td {
  padding: 0.7em;
  text-align: left;
 
}

tbody tr:nth-child(odd) {
  background: none;
}
.sponsors img{
  max-width:200px;
  width:100px;
}
