/* Front Page
---------------------------------------------------------------------------------------------------- */

.front-page .entry-header {
	margin-bottom: 0;
}

.front-page p:last-child,
.front-page .widget:last-child {
	margin-bottom: 0;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets .widget {
	float: left;
	margin-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.flexible-widgets .widget:first-child {
	margin-bottom: 40px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	width: 100%;
}

.flexible-widgets.widget-fourths .widget {
	width: 25%;
}

.flexible-widgets.widget-halves .widget {
	width: 50%;
}

.flexible-widgets.widget-thirds .widget {
	width: 33.33%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
}

/* Front Page 1
--------------------------------------------- */

.front-page-1 {
	display: table;
	margin-top: 70px;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;	
}

.front-page-1 .wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
}

.front-page-1 .widget {
	margin-bottom: 40px;
}

.front-page-1 .widget-area {
	display: table-cell;
	padding-top: 20px;
	vertical-align: middle;
	width: 100%;
}

.front-page-1,
.front-page-1 p,
.front-page-1 .widget-title {
	color: #232525;
}

.front-page-1 .widget_text .widget-title {
	font-size: 84px;
	font-size: 8.4rem;
	font-weight: 600;
	letter-spacing: -3px;
	margin-bottom: 0;
	text-transform: none;
}

.front-page-1 p {
	font-size: 24px;
	font-size: 2.4rem;
}

.front-page-1 p:last-child {
	margin-bottom: 0;
}

.front-page-1 button,
.front-page-1 input[type="button"],
.front-page-1 input[type="reset"],
.front-page-1 input[type="submit"],
.front-page-1 .textwidget a.button {
	border: none;
	margin-top: 60px;
}

.front-page-1 button:focus,
.front-page-1 button:hover,
.front-page-1 input:focus[type="button"],
.front-page-1 input:hover[type="button"],
.front-page-1 input:focus[type="reset"],
.front-page-1 input:hover[type="reset"],
.front-page-1 input:focus[type="submit"],
.front-page-1 input:hover[type="submit"],
.front-page-1 .textwidget a.button:focus,
.front-page-1 .textwidget a.button:hover {
	background-color: #fff;
	border: none;
	color: #232525;
}

/* Front Page 2
--------------------------------------------- */

.front-page-2 {
	background-color: #fff;
	border-top: 70px solid transparent;
	margin-top: -70px;
}

.front-page-2 .wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
}

.front-page-2 .widget-area {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	 
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.front-page-2 .flexible-widgets.widget-halves .widget,
.front-page-2 .widget {
	float: left;
	margin-bottom: 0;
	width: 50%;
}

.front-page-2 .widget-wrap {
	padding-bottom: 21%;
	padding-top: 21%;
}

.front-page-2 .flexible-widgets .widget:only-child {
	margin-bottom: 0;
}

.front-page-2 .flexible-widgets.widget-halves .widget:nth-child(odd) {
	border-right: 1px solid #eee;
	clear: left;
	padding-right: 8%;
}

.front-page-2 .flexible-widgets .widget:nth-child(even) {
	clear: none;
	padding-left: 8%;
}

.front-page-2 .flexible-widgets.widget-full .widget,
.front-page-2 .flexible-widgets.widget-halves.uneven .widget:last-of-type {
	border-right-width: 0;
	padding-right: 20px;
	width: 100%;
}

.front-page-2 .flexible-widgets.widget-full .widget-wrap,
.front-page-2 .flexible-widgets.widget-halves.uneven .widget:last-of-type .widget-wrap {
	padding-bottom: 5%;
	padding-top: 5%;
}

.front-page-2 .flexible-widgets.widget-halves .widget:nth-child(n+3) {
	border-top: 1px solid #eee;
}

.front-page-2 ul {
	margin-bottom: 20px;
}

.front-page-2 ul.acatw-term-list > li {
	background: #f6f6f6;
	color: #232525;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.front-page ul.checkmark {
	margin-top: 20px;
}

.front-page-2 ul.checkmark li:before {
	font-size: 48px;
	font-size: 4.8rem;
	vertical-align: middle;
}

.front-page-2 ul.checkmark li:before {
	color: #e85555;
	content: "\f3fd";
	display: inline-block;
	font-family: 'ionicons';
	margin-left: -36px;
	width: 36px;
}

.front-page-2 ul.checkmark li {
	line-height: 1;	
	padding: 8px 0 8px 36px;
}

.front-page-2 .enews-widget {
	text-align: center;
}


/* Front Page 3
--------------------------------------------- */

.front-page-3 {
	padding: 4% 0;
	text-align: center;
}

.front-page-3 .widget {
	margin-bottom: 40px;
}

.front-page-3 .widget-fourths .widget:nth-last-child(-n+4),
.front-page-3 .widget-halves.even .widget:nth-last-child(-n+2),
.front-page-3 .widget-thirds .widget:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.front-page-4 .wrap,.front-page-5 .wrap,.front-page-6 .wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
}
.front-page-3 .wrap {
  margin: 0 auto;
  max-width: 1160px;
  padding-top: 0;
}
#front-page-3 .widget.widget_ultimate_posts {
  padding: 0;
}
.front-page-3 .upw-posts.hfeed article:first-child {
  width: 50%;
}
.front-page-3 .flexible-widgets .widget{
	padding-top: 0;
}
/*.front-page-3,
.front-page-3 a,
.front-page-3 h4,
.front-page-3 p,
.front-page-3 .icon,
.front-page-3 .widget-title {
	color: #fff;
}*/

/*.front-page-3 a:focus,
.front-page-3 a:hover {
	color: #e85555;
}*/

.front-page-3 h4 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.front-page-3 p {
	font-size: 16px;
	font-size: 1.6rem;
}

.front-page-3 .icon {
	display: block;
	font-size: 72px;
	font-size: 7.2rem;
}

.front-page-3 button:focus,
.front-page-3 button:hover,
.front-page-3 input:focus[type="button"],
.front-page-3 input:hover[type="button"],
.front-page-3 input:focus[type="reset"],
.front-page-3 input:hover[type="reset"],
.front-page-3 input:focus[type="submit"],
.front-page-3 input:hover[type="submit"],
.front-page-3 .textwidget a.button:focus,
.front-page-3 .textwidget a.button:hover {
	background-color: #fff;
	border: none;
	color: #232525;
}


/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 980px) {
	.front-page-5 .entry-header .entry-title {
		font-size: 1.7rem;
		margin: 30px 0 5px;
	}
	.front-page-5 .entry-content > p {
		font-size: 1.4rem;
		line-height: initial;
	}
}

@media only screen and (max-width: 800px) {

	.front-page-1 {
		margin-top: 0;
		padding-bottom: 0;
		padding-top: 0;
	}

	.front-page-1 .widget-area {
		padding-top: 0;
	}

	.flexible-widgets.widget-fourths .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.front-page-2 .flexible-widgets.widget-halves .widget,
	.front-page-2 .widget {
		float: none;
		width: 100%;
	}

	.flexible-widgets .widget {
		padding-left: 0;
		padding-right: 0;
	}

	.front-page-1 .widget_text .widget-title {
		font-size: 60px;
		font-size: 6rem;
	}

	.front-page-2 .flexible-widgets.widget-halves .widget,
	.front-page-2 .flexible-widgets.widget-halves .widget:nth-child(2n+1),	
	.front-page-2 .widget {
		padding-left: 5%;
		padding-right: 5%;
	}

	.front-page-2 .flexible-widgets.widget-halves .widget:nth-child(even),
	.front-page-2 .flexible-widgets.widget-halves .widget:nth-child(odd),
	.front-page-2 .flexible-widgets.widget-halves .widget:nth-child(n+3) {
		border-width: 0;
	}
	
	.front-page-2 .widget-wrap,
	.front-page-2 .flexible-widgets.widget-full .widget-wrap,
	.front-page-2 .flexible-widgets.widget-halves.uneven .widget:last-of-type .widget-wrap {
		padding-bottom: 8%;
		padding-top: 8%;
	}
	.front-page-5 .widget-wrap article.post {
  float: left;
  margin: calc((100% - 600px) / 4);
  padding-right: 0;
  width: 300px;
}
.front-page-5 .alignleft {
  margin: 0;
  max-width: 100%;
}
.front-page-5 .entry-header .entry-title {
  float: left;
  margin: 0;
  padding: 20px;
  width: 100%;
}
.front-page-5 .entry-content {
  padding: 20px;
}
.front-page-5 .entry-content > p {
  font-size: 1.4rem;
  line-height: initial;
}
}
@media only screen and (max-width: 767px) {
	.front-page-2 ul li {
  margin: 0 0 20px;
  text-align: center;
  width: 100%;
}
#menu-editors-picks > li {
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}
#mce-EMAIL, #mce-YNAME {
  margin: 0 0 10px;
  width: 100%;
}
.front-page-5 .widget-wrap article.post {
  float: none;
  margin: 10% auto;
  width: 300px;
}
}
@media only screen and (max-width: 600px) {

	.front-page-1 .widget_text .widget-title {
		font-size: 36px;
		font-size: 3.6rem;
	}

}
@media only screen and (max-width: 400px) {

	.front-page-1 .widget_text .widget-title {
		font-size: 36px;
		font-size: 3.6rem;
	}
	.front-page-5 .alignleft,.front-page-5 .alignleft img {
		width: 100%;
	}
	.front-page-5 .widget-wrap article.post {
		width: 100%;
	}
}

/*.to-top {
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:#ff9212 url(../../../../../../themes/digital-pro/images/to-top.svg) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	border: none;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:.5;
}

.no-touch .to-top:hover {
	background-color:#e86256;
	opacity:1;
}
*/
@media only screen and (min-width: 768px) {
	.to-top {
		right:20px;
		bottom:20px;
	}
}

@media only screen and (min-width: 1024px) {
	.to-top {
		height:60px;
		width:60px;
		right:30px;
		bottom:30px;
	}
}
.front-page-1 .widget-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7% 0;
}
.front-page-2 li{
  margin-bottom: 3.5%;
}
.front-page-2 .term-title.acatw-term-title {
  font-size: 2rem;
  text-align: center;
  margin-top: 10px;
}
.front-page-3 .upw-posts.hfeed {
  margin-top: 60px;
}
.front-page-3 .post {
  border-left: 2px solid #fff;
  float: left;
  margin-bottom: 2px;
  position: relative;
  width: 25%;
  padding-bottom: 0;
}
.front-page-3 .upw-posts .entry-title a {
  color: #fff;
  text-transform: uppercase;
}
.front-page-3 .post:nth-child(3n) {
  margin-right: 0;
}
.front-page-3 .upw-posts .entry-image img {
  float: left;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.front-page-3 .upw-posts .entry-image {
  float: left;
  margin-bottom: 1em;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  max-height: 192px;
  overflow: hidden;
}
.front-page-3 h4 {
  bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 0 20px;
  position: absolute;
  text-transform: inherit;
  width: 100%;
}
.front-page-3 .upw-posts.hfeed article:first-child h4.entry-title {
  font-size: 28px;
}
.front-page-3 .upw-posts article {
  border-bottom: none;
}
.front-page-3 strong.entry-cats-label {
  display: none;
}
.front-page-3 .entry-categories {
  left: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.front-page-3 .entry-categories a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.front-page-3 .entry-categories a::after {
  background: #cea052;
  content: "";
  display: block;
  height: 2px;
  margin: 0 auto;
  transition: width 0.2s ease-in-out 0s;
  width: 0;
  margin-top: 2px;
}
.front-page-3 .entry-categories a:hover::after {
  width: 72px;
}
.front-page-3 .entry-image a::after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 0.2s ease-in-out 0s;
  width: 100%;
}
.front-page-3 .post:hover .entry-image a::after {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
}
.upw-posts .entry-title a:focus, .upw-posts .entry-title a:hover {
  text-decoration: none;
}
/*.front-page-3 .upw-posts article:last-child {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px; 
}*/
.front-page-2 ul {
  float: left;
  margin: 0;
}
#advanced-categories-widget-2 .widget-wrap {
  padding: 0 !important;
}
.front-page-2 ul li:nth-child{
	margin: 0
}
.front-page-2 ul.acatw-term-list{
	text-align: center;
}
.front-page-2 .acatw-term-summary li {
  margin: 0 auto;
  width: 100%;
}
.front-page-2 .acatw-term-summary li a {
  text-transform: initial;
  font-weight: normal;
}
.term-summary .bnt {
  border: 1px solid #cea052;
  color: #cea052;
  display: inline-block;
  font-weight: normal;
  margin-top: 20px;
  padding: 3px 25px;
  text-transform: initial;
}
.term-summary.acatw-term-summary {
  float: left;
  padding-bottom: 30px;
  width: 100%;
}
.front-page-2 .term-summary > ul {
  width: 100%;
}
.site-footer {
  padding: 30px 0;
  text-align: center;
}