/**
 *
 * -------------------------------------------
 * WP Extensions CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 8. Additional WP extensions styles
 *
 *
------------------------------------ */

/* 8.1. Archives widget
==================================== */

/* 8.2. Custom menu widget
==================================== */

/* 8.3. Pages widget
==================================== */

/* 8.4. RSS widget
==================================== */

.box h3.box-title .rsswidget {
	clear: none;
	float: left;
	font-size: 20px;
	margin-right: 10px;
}

.box .rsswidget {
	clear: both;
	display: block;
	font-size: 12px;
}

.box .rss-date {
	clear: both;
	display: block;
	font-size: 9px;
	font-style: italic;
	margin-top: -10px;
	text-align: right;
}

.box .rssSummary {
	clear: both;
	color: #888;
	font-size: 10px;
	line-height: 1.5;
	margin-bottom: 10px;
}

/* 8.5. Text widget
==================================== */


/* 8.6. Calendar widget
==================================== */
.box #wp-calendar {
	background: #fff;
	font-size: 11px;
	width: 100%;
}

.box #wp-calendar caption {
	border: 1px solid #e5e5e5;
	color: #363636;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
}

.box #wp-calendar thead {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.box #wp-calendar th {
	background: #f5f5f5;
	border-left: 1px solid #e5e5e5;
	color: #333;
	font-size: 11px;
	font-weight: bold;
}

.box #wp-calendar td {
	border: 1px solid #eee;
	padding: 5px 0;
	text-align: center;
}

.box #wp-calendar td a {
	font-weight: bold;
}

.box #wp-calendar #today {
	background: #E24F3D;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
}
.box #wp-calendar #today a { color:#fff;}
.box #wp-calendar .pad {
	background: #fbfbfb;
}

.box #wp-calendar td#prev a,
.box #wp-calendar td#next a {
	color: #E24F3D;
}

.box #wp-calendar td#prev a:active,
.box #wp-calendar td#prev a:focus,
.box #wp-calendar td#prev a:hover,
.box #wp-calendar td#next a:active,
.box #wp-calendar td#next a:focus,
.box #wp-calendar td#next a:hover {
	color: #363636;
}


/* 8.7. Links widget
==================================== */

.box ul.xoxo a {
	display: block;
	font-size: 12px;
	line-height: 20px;
}

.box ul.xoxo a img {
	vertical-align: middle;
}

.box ul.xoxo li {
	font-size: 10px;
	padding: 5px 0;
}

/* 8.8. Recent comments widget
==================================== */

/* 8.9. Search widget
==================================== */
 
.box #searchform label,
.box #searchform #searchsubmit {
	display: none;
}

.box #searchform .field {
	width: 100%;
}

#dp-search label,
#dp-search #searchsubmit {
	display: none;
}

#dp-search .field {
	background: #ffffff url('/wp-content/themes/iguana/images/search_bg.png') no-repeat right center;
	border: 1px solid #E5E5E5;
	-webkit-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
	   -moz-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
	    -ms-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
	     -o-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
	        box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.11);
	margin-top: 5px;
}

 
/* 8.10. Categories widget
==================================== */

/* 8.11. Meta widget
==================================== */

/* 8.12. Recent posts widget
==================================== */

/* 8.13. Tag cloud widget
==================================== */



.tagcloud {
	overflow: hidden;
}

.tagcloud a {
	color: #666 !important;
	display: block;
	background: #f8f8f8;
	float: left;
	font-size: 11px!important;
	height: 19px;
	line-height: 19px;
	margin: 4px 4px 4px 0;
	padding: 3px 8px 3px 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: #e1e1e1 solid 1px;
}

.tagcloud a:active,
.tagcloud a:focus,
.tagcloud a:hover {
	background-color: #E24F3D;
	border-color: #E24F3D;
	color:#fff!important;;
}

/* 8.14. Common widget styles
==================================== */

/* Modules */
.box ul {
	list-style-type: none;
	margin: 0;
}

.box ul li {
	line-height: 1.5;
	padding: 5px 0;
}

#dp-footer1 .box a, #dp-footer2 .box a {
	color: #777;
}

#dp-footer1 .box a:active,
#dp-footer1 .box a:focus,
#dp-footer1 .box a:hover,
#dp-footer2 .box a:active,
#dp-footer2 .box a:focus,
#dp-footer2 .box a:hover {
	color: #333;
}
#dp-footer1 .box ul li,  
#dp-footer2 .box ul li {
	line-height: 2;
	padding: 0;
}

/* Dark */
.box.dark {
	background: #262626!important;
	color: #999;
	padding: 20px;
}

.box.dark .box-title {
	background: transparent!important;
}

.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6 {
	color: #fff;
}

.box.dark ul {
	margin: 0;
	padding: 0;
}


.box.dark a {
	color: #fff;
}

.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: #E24F3D;
}

.box.dark ul ul {
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
}

.box.dark b,
.box.dark strong {
	font-weight: bold;
}

/* Light */
.box.light {
	background: #f8f8f8!important;
	padding: 20px;
}

#dp-inset .box.light {
	margin: 1px;
	width: 99%;
}

.box.light ul {
	margin: 0;
	padding: 0;
}


.box.light ul ul {
	margin: 0 0 0 20px;
}

.box.light b,
.box.light strong {
	font-weight: bold;
}

/* Accented background */
.box.accented-bg {
	background: #E24F3D!important;
	color: #fff;
	padding: 20px;
}

.box.accented-bg .box-title {
	background: transparent!important;
}

.box.accented-bg h1,
.box.accented-bg h2,
.box.accented-bg h3,
.box.accented-bg h4,
.box.accented-bg h5,
.box.accented-bg h6 {
	color: #fff;
}

.box.accented-bg ul {
	margin: 0;
	padding: 0;
}


.box.accented-bg a {
	color: #fefefe;
}

.box.accented-bg a:active,
.box.accented-bg a:focus,
.box.accented-bg a:hover {
	color: #f8f8f8;
}

.box.accented-bg ul ul {
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
}

.box.accented-bg b,
.box.accented-bg strong {
	font-weight: bold;
}


/* Pattern */
.box.pattern {
	background: url('/wp-content/themes/iguana/images/widget_bg.png') repeat 0 0;
}

#dp-inset .box.pattern {
	margin: 1px;
	width: 99%;
}

/* Menu */
.box.menu ul ul {
	margin-left: 0
}

.box.menu li {
	border-bottom: 1px solid #e5e5e5;
	border-top: none;
	margin: 0 0px;
	padding: 6px 10px;
}

.box.menu .header + ul li:first-child {
	border-top: 1px solid #e5e5e5;
}

.box.menu li a {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	display: block;
	line-height: 2.0;
}

.box.menu li:hover {
	background-color: #E24F3D
}

.box.menu li:hover a {
	color: #fff;
}

/* Accented color */
.box.accented-title .box-title {
	color: #E24F3D;
}

/* Big title */
.box.bigtitle .box-title {
	color: #d1d1d1;
	font-size: 30px;
	letter-spacing: -0.04em;
	margin-top: 12px;
	text-transform: none;
	font-weight:700;
}

.box.bigtitle.color .box-title {
	color: #E24F3D;
}

/* Badges */
.box.badge-new .box-title,
.box.badge-popular .box-title,
.box.badge-top .box-title,
.box.badge-hot .box-title,
.box.badge-video .box-title,
.box.badge-audio .box-title,
.box.badge-gallery .box-title {
	position: relative;
}

.box.badge-new .box-title::after,
.box.badge-popular .box-title::after,
.box.badge-top .box-title::after,
.box.badge-hot .box-title::after {
	background: #9eb931;
	color: #fff;
	content: "New";
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 6px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.box.badge-video .box-title::after,
.box.badge-audio .box-title::after,
.box.badge-gallery .box-title::after {
	background: url('/wp-content/themes/iguana/images/badges.png') no-repeat;
	content: "";
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	z-index: 1;	
}
.box.badge-audio .box-title::after {
	background-position: 0 -69px
}

.box.badge-gallery .box-title::after {
	background-position: 0 -132px
}

.box.badge-popular .box-title::after {
	background: #32aae2;
	content: "Popular";
}

.box.badge-top .box-title::after {
	background: #E24F3D;
	content: "Top";
}

.box.badge-hot .box-title::after {
	background: #DBAE43;
	content: "Hot";
}

/* Arrowed style*/
.box.arrowed .box-title {
	background: #E24F3D;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
    	 -o-box-sizing: border-box;
	        box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 25px;
	padding: 16px 6px 12px 6px;
	position: relative;
	text-align: center;
	font-weight:700;
}

.box.arrowed .indicator {
		width: 0; 
  		height: 0;
  		border-top: 13px solid transparent;
   		border-left: 89px solid transparent; 
   		border-right: 89px solid transparent;
		position:absolute;
		bottom:-13px;
		left:-1px;
}

/* Advertisement style */
.box.advertisement .box-title {
	background: transparent;
	border-bottom: 1px solid #e5e5e5;
	color: #999!important;
	font-size: 10px!important;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 5px 0;
	min-height: 16px;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	line-height: 16px;
	font-family: Arial, Verdana, sans-serif!important;
}
/* Heading line style */
.box.heading-line .box-title {
	background:url(/wp-content/themes/iguana/images/lines.png) repeat-x bottom;
	margin:0 0 25px 0px;
	position:relative;
	z-index:11;
	height:35px;}
.box.heading-line .box-title  span {
	background-color:#FFFFFF;
	border-bottom:5px solid #E24F3D;
	padding-right:10px;
	padding-bottom:3px;
}

/* Heading pattern style */
.box.heading-pattern .box-title {
	background:url(/wp-content/themes/iguana/images/header-pattern.png);
	margin:0 0 20px 0px;
	position:relative;
	z-index:11;
	height:21px;
	line-height: 24px;}
.box.heading-pattern .box-title  span {
	background-color:#FFFFFF;
	padding-right:10px;
	padding-bottom:0px;
}
/* Heading pattern centered style */
.box.heading-pattern-centered .box-title {
	background:url(/wp-content/themes/iguana/images/header-pattern.png);
	margin:5px 0 35px 0px;
	position:relative;
	z-index:11;
	height:auto;
	font-size:20px;
	line-height:20px;
	text-align:center;
	color:#555;
	font-weight: 600px;}
.box.heading-pattern-centered .box-title  span {
	background-color:#FFFFFF;
	padding:0 20px;
}
