/*
Theme Name: Weddingday
Theme URI: http://commonsuport.com/newwp/weddingday
Author: ThemexLab
Author URI: http://themeforest.net/user/themexlab
Description: This is Wedding theme
Version: 2.5
License: copyright commercial
License URI: http://themeforest.net/user/themexlab
Text Domain: weddingday
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
* Tested up to: 6.6
* Requires PHP: 7.0
*/

/*************************************************************/
/* TABLE OF CONTENT
======================================
# 1. Custom visual composer Styles
# 2. Theme check Styles
# 3. Theme Unit test styles

======================================
*/


.general-row > .col-md-12{
	padding-left:0px;
	padding-right:0px;
}
.post-nav{
	text-align:center;
}
.home.blog{
	padding-bottom:0px;
}
#blog::before{
	content:'' !important;
	position:relative;
	left:0px;
	display:block;
	height:15px;
	background: url(images/version1/curv.png) repeat-x;
	z-index:99;
	width:100%;
	top:-80px;
}
.our_blog::before {
	content:'' !important;
	position:relative;
	left:0px;
	display:block;
	height:13px;
	background: url(images/version1/curv.png) repeat-x;
	z-index:99999;
	width:100%;
	top:-118px;
}
.our_blog2::before {
	content:'' !important;
	position:relative;
	left:0px;
	display:block;
	height:13px;
	background: url(images/version1/curv.png) repeat-x;
	z-index:99999;
	width:100%;
	top:-13px;
}

.blog-pages{
	padding-bottom:50px !important;
	background-color:#fff !important;
}
.blog .our_blog .container > .row{
	padding-left:0px;
}
.blog .our_blog .single_blog_post{
	width:33.3333%;
}
.blog .our_blog {
    padding-top: 105px;
	text-align:center;
}
.single #blog_content .comment_section .single_comment .comment-reply-link{
	background: none repeat scroll 0 0 #f0f0f0;
    border-radius: 5px;
    color: #acacac;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
} 
.section_title span b{
	margin-left:8px; 
	margin-right:8px;
}

#main_navigation ul li:hover ul li a{
	color:#ffffff;	
}
#author.home2{
	background-color:transparent !important;
}

@media only screen and (max-width : 767px){
	#main_navigation ul li ul{
		padding:0px !important;
		display:none !important;
		text-align:center;
	}
	#main_navigation ul li:hover > ul{
		display:block !important;	
	}
	#main_navigation ul li ul li a{
		width:100% !important;
		text-align:center;	
	}
}

@media only screen and (max-width : 599px){
	
	button.nav-collapser.collapser-two,
	.side-navigation{
		position:absolute !important;	
	}
	
	.side-navigation{
		height:auto !important;	
	}
}
/*--------------------------theme check----------------------------------*/

	#wp-calendar {

		width: 100%;

	}

	#wp-calendar caption {

		text-align: right; 

		color: #333; 

		font-size: 12px; 

		margin-top: 10px;

		margin-bottom: 15px;

	}

	#wp-calendar thead { 

		font-size: 10px;

	}

	#wp-calendar thead th { 

		padding-bottom: 10px;

	}

	#wp-calendar tbody { 

		color: #aaa; 

	}

	#wp-calendar tbody td { 

		background: #f5f5f5; 

		border: 1px solid #fff; 

		text-align: center; 

		padding:8px;

	}

	#wp-calendar tbody td:hover { 

		background: #fff; 

	}

	#wp-calendar tbody .pad { 

		background: none; 

	}

	#wp-calendar tfoot #next { 

		font-size: 10px; 

		text-transform: uppercase; 

		text-align: right;

	}

	#wp-calendar tfoot #prev { 

		font-size: 10px; 

		text-transform: uppercase; 

		padding-top: 10px; 

	}

	

	.sticky .post {background: #efefef; border: 3px solid #fff; }
	.sticky .post .post-content{ background-color:transparent; }
	.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

	}
	.wp-caption p.wp-caption-text {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

	}
	.gallery-caption { position:relative;}
	.bypostauthor{ position:relative;}
	.alignright{ 
		text-align:right;
	}
	.alignleft{ 
		text-align:left;
	}
	.aligncenter{ 
		text-align:center;
	}	
.single #blog_content .content_top{
	text-align:left;
}
.content_top .img-full{
	width:100%;
}
#sidebar{
	background-color:#ffffff;
	padding:40px;
}
.page .blog_post_area .post-content{
	background-color:#ffffff;
	padding:20px;
}
.page .page-row{
	padding-left:0px !important;
}

.blog p{
	word-wrap:break-word !important;
}

.found_area{
	margin-top:100px;
}
/*----------------------Default widget styling--------------------------*/
.widget select {
    max-width: 100%;
    width: 100%;
}
.textwidget img {
    height: auto;
    max-width: 100%;
}
.widget.widget_search{
	background:none !important;
}
