/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


/*** Round Corners ***/

.round-corner > img {
	border-radius: 15px;
}

.round-corner > a > img {
	border-radius: 15px;
}


.info-box-subtitle {
	border-radius: 35px;
}

.round-corner-infobox .info-box-icon > img {
	border-radius: 15px;
}

.infobox-image .box-with-icon > div > img {
	border-radius: 15px;
	width: 130px;
}

/*** Text Settings ***/

.text-block-justify {
	text-align: justify;
}


/*** Box Gradient ***/
.infobox-gradient, .block-gradient {
background: rgba(129,37,111,1);
background: -moz-linear-gradient(-45deg, rgba(129,37,111,1) 0%, rgba(189,51,99,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(129,37,111,1)), color-stop(100%, rgba(189,51,99,1)));
background: -webkit-linear-gradient(-45deg, rgba(129,37,111,1) 0%, rgba(189,51,99,1) 100%);
background: -o-linear-gradient(-45deg, rgba(129,37,111,1) 0%, rgba(189,51,99,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(129,37,111,1) 0%, rgba(189,51,99,1) 100%);
background: linear-gradient(135deg, rgba(129,37,111,1) 0%, rgba(189,51,99,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81256f', endColorstr='#bd3363', GradientType=1 );

}



/*** Home Settings ***/

.home .wd-nav[class*="wd-style-"]>li>a {
	color: #fff;
}

/*** Mobile Version ***/

@media (max-width: 767px) {
	
	.home .wd-header-mobile-nav .wd-tools-icon:before {
		color: #fff;
	}

}

/*** END Mobile Version ***/

/*** Home Settings ***/



/*** Page Title ***/

.page-title {
	margin-top: -30px !important;
}

.page-title-default {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#81256f+0,bd3364+100 */
background: #81256f; /* Old browsers */
background: -moz-linear-gradient(left,  #81256f 0%, #bd3364 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #81256f 0%,#bd3364 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #81256f 0%,#bd3364 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81256f', endColorstr='#bd3364',GradientType=1 ); /* IE6-9 */

}


/*** iframe ***/

iframe {
	border-radius: 15px;
}


/*** Main Menu ***/

.wd-dropdown-menu.wd-design-sized .wd-sub-menu>li {
	width: 300px;
}

.wd-dropdown-menu.wd-design-sized {
	border-radius: 30px;
}

.wd-nav>li.menu-item-has-children>a:after {
	display: none;
}


/*** Blog Settings ***/

.post-single-page .article-inner .entry-header > figure > img {
	border-radius: 15px;
}

.woodmart-recent-posts .recent-posts-thumbnail img {
	border-radius: 10px;
}

.wd-post-date.wd-style-with-bg {
	border-radius: 10px;
}

.wd-load-more {
	border-radius: 35px;
	color: #81256f !important;
	border-color: #81256f !important;
}

nav[class*="-pagination"] li .page-numbers {
	font-size: 18px;
	min-width: 40px;
	height: 40px;
	line-height: 38px;
}
nav[class*="-pagination"] li .current {
	border-radius: 100px;
}
nav[class*="-pagination"] a:hover {
	border-radius: 100px;
}
nav[class*="-pagination"] li {
	margin-right: 8px;
}













































