/*
Theme Name: Agrawal Samaj
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

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 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

.director_list-detail-box {
    padding: 5px 10px;
    background: #e6e6e6;
	min-height:60px;
}
.director_list{
	/*border: 3px solid #ad0d17;*/
	padding: 0;
} 

.page-template-homepage .director_list-detail-box h3{
	margin-bottom: 4px;
	font-size: 15px;
	line-height: 31px;
}

.page-template-homepage .director_list-detail-box h4{
	color: #000;
	font-size: 12px;
	margin-bottom: 0;
}
.page-template-homepage .add-img{
	
	position:relative;
}
.page-template-homepage .add-img .arrow-icon {
    position: absolute;
    height: 45px;
    width: 65px;
    transform: rotate(20deg);
    top: 50%;
    left: 50%;
    text-align: center;
	display:none;
}
.page-template-sirivi-gaotra .our_history {
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 15px;
    margin-bottom: 45px;
}

#gallarry-seervi-samaj .prettyphoto > img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

#gallarry-seervi-samaj .isotope-item{
	width: 100%;
	margin-bottom: 15px;
}

#youtubevideo-slider .youtubevideo-item{
	width: 25%;
	display: inline-block;
	padding: 0px 5px 10px 5px;
}

#youtubevideo-slider .youtubevideo-item iframe{
	width: 100% !important;
	height: auto !important;
}

#youtube-channel-videos h2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    font-family: 'Poppins', sans-serif !important;
	margin-bottom: 0;
}

.custom_container_news .single-news-row{
	margin-bottom: 35px;
}

.custom_container_news .single-news-row img{
	width: 100%;
}

.custom_container_news .single-news-row .img-box{
	position: relative;
}

.custom_container_news .single-news-row .img-box .cat-lable {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 6px;
    background: #000000b3;
    color: white;
}

.custom_container_news .single-news-row .img-box .cat-lable a{
	color: white !important;
	font-size: 12px;
	font-weight: 400;
}

.custom_container_news .single-news-row  h2{
    font-size: 20px;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 0px;
    font-weight: 600;
    text-transform: uppercase;
	color: black;
}

.custom_container_news .single-news-row  a,
.custom_container_news .single-news-row  a:hover{
	color: black;
	text-decoration: none;
}

.custom_container_news  .navigation h2{
	display: none;
}

.custom_container_news  .navigation{
	display: block;
	text-align: center;
	margin-top: 45px;
}

.custom_container_news  .navigation a.page-numbers,
.custom_container_news  .navigation span.page-numbers.current{
	float: none;
	color: black;
}

.custom_container_news  .navigation span.page-numbers.current{
	color: white;
}

.custom_container_news .date {

    color: gray;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;

}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span{
	height: 25px !important;
	width: 25px !important;
}

.copy_right p{
	font-size: 11px;
	font-weight: 400;
}

.page-template-homepage .contact_us .wpcf7 .wpcf7-form .form-group span input ,
.page-template-homepage .contact_us .wpcf7 .wpcf7-form .form-group span textarea{
    background: #fff;
    padding: 8px 10px 9px 10px;
    font-size: 16px;
    color: #000;
    box-shadow: 1px 2px 2px 0px #ccc inset;
    border-radius: 10px 10px;
    width: 100%;
    display: block;
    border: 1px solid #b7b7b7;
}

.page-template-homepage .contact_us .wpcf7 .wpcf7-form .subscribe_btn input {
    box-shadow: 1px 2px 2px 0px #ccc inset;
    width: 100%;
    border: 1px solid #ad0d1700 !important;
    border-radius: 5px;
}

section#youtube-channel-videos:before {
    background: #e800007d !important;
    opacity: 1;
}
#youtube-channel-videos h2{
	
	color:#fff;
	
}

.page-id-581 .single_tour .custom_container .single_detail .entry-content .vc_row h4.jivan-parichay-link a{
	background: white;
	color: #ad0d17;
	padding: 2px 11px;
	box-shadow: 0 0 3px #0009;
}
.navbar-inverse .navbar-nav > li > a{
	padding: 10px 0;
}

nav.navbar.navbar-inverse.main_navigation{
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}


.visit-counter {
    border: 1px solid #fff;
	padding: 0px 7px;
	font-size: 13px;
	background: #000;
	border-radius: 1px;
	letter-spacing: 2px;
}

.home .services_wrap .services_top .col-md-3{
	/*width: 20%;*/
	position: relative;
}

.home .services_wrap .services_top .col-md-3 .arrow-icon {
    position: absolute;
    left: -28px;
    top: 0;
    height: 45px;
    width: 65px;
    transform: rotate(20deg);
}
.home .detail-btn {
    text-align: center;
    padding: 28px 10px;
    background: #e6e6e6;
}
.home .director_group .detail-btn a {
    color: #fff;
	background-color: #AD0D17;
	border: 2px solid #AD0D17;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
	padding: 10px 18px;
	margin: 10px 0;
	text-align: center;
}
.home .director_group .director_list-detail-box h3 {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 20px;
}
.home .service_bottom {
    padding: 30px 0px 30px;
    position: relative;
}
.website-patti {
    background: #AD0D17;
    color: white;
    padding: 15px 30px;
    margin-bottom: 10px;
	border-radius: 4px;
}

.website-patti a{
	color: white;
	text-decoration: underline;
}

.do-sabd-hamre-pratinidhi-ke-bare-me .wpb_column:first-child{
	height: 251px;
	overflow: hidden;
}

.do-sabd-hamre-pratinidhi-ke-bare-me .wpb_column:nth-child(2){
	text-align: center;
	margin-top: 40px;
}

.do-sabd-hamre-pratinidhi-ke-bare-me .wpb_column #btn-do-sabd-hamre-pratinidhi-ke-bare-me{
	background: #AD0D17;
	padding: 10px 10px;
	border-radius: 3px;
	color: #fff;
}
.page-template-contact_us .single_tour {
    background-image: url("assets/images/damask-seamless-pattern-background.jpg");
	position:relative;
}
.page-template-contact_us .single_tour::before {
    content: "";
    background:#f2f2f2cf;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.page-template-contact_us .single_tour .single_detail_desc .wpcf7 {
   box-shadow: 0px 0px 5px 0px #ccccccad !important;
	padding: 30px 15px 30px 15px !important;
	border-radius: 3px;
	width: 75% !important;
}
.page-template-contact_us .single_tour .single_detail_desc .wpcf7 .wpcf7-form-control {
    border: 1px solid #8080802b;
    letter-spacing: 1px;
	box-shadow: none !important;
}
.page-template-contact_us .single_tour .single_detail_desc .wpcf7 .subscribe_btn .wpcf7-submit.btn {
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 17px;
}
.page-template-contact_us .single_tour .single_detail_desc .wpcf7 .wpcf7-form-control {
    border: 1px solid #8080802b;
    letter-spacing: 1px;
    box-shadow: none !important;
}
@media only screen and (min-width: 992px){
	
	.page-template-homepage .contact_us .form-margin-left {
		margin-left: 21.66%;
	}
	
}
@media only screen and (max-width: 992px) {
	
	#youtubevideo-slider .youtubevideo-item{
		width: 50%;
	}
	
}

@media only screen and (max-width: 768px) {
	
	#youtubevideo-slider .youtubevideo-item{
		width: 100%;
	}
	
}