/*
	Theme Name: Anchored Theme
	Theme URI: http://restored316designs.com/themes
	Description: A mobile responsive and HTML5 feminine WordPress theme built for the Genesis Framework by Lauren Gaige of Restored 316.
	Author: Restored 316 LLC // Lauren Gaige
	Author URI: http://www.restored316designs.com/
	Copyright: Copyright (c) 2018, Restored 316 LLC, Released 06/13/2018
	Version: 1.0.0

	Template: genesis
	Template Version: 2.3.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


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

.home-page .site-inner {
	margin: 0 auto;
	max-width: 100%;
}

.home-page .content-sidebar-wrap {
	max-width: 1200px;
}

.home-page .blog {
	padding: 0 30px 30px;
}

.home-page .wrap {
	margin: 0 auto;
	max-width: 1200px;
}

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

.home-page .icon {
    color: #c0a591;
    display: block;
    font-size: 30px;
}

.home-page .featured-content .entry {
	padding: 0;
}

/* Home Featured
--------------------------------------------- */

.home-featured {
	background-color: #fff;
	margin: 0 0 10px;
	position: relative;
	text-align: center;
}

.home-featured .entry {
	background: none;
	box-shadow: none;
	padding: 0;
}

.home-featured .featured-content .entry {
	margin-bottom: 0;
	padding: 0;
}

.home-featured .enews-widget {
	background: #E9EFF0;
	border: 20px solid #fff;
	color: #FFF;
	padding: 30px;
}

.home-featured .widget_custom_html {
	background: #FFF;
	padding: 30px;
}

.home-featured .featuredpage {
	float: left;
	padding: 0 10px;
	width: 33%;
}

.home-featured .featuredpost .entry {
	float: left;
	padding: 0 10px;
	width: 33%;
}

.home-featured h2 {
	font-size: 35px;
}

.home-featured .entry-image {
	border: 25px solid #FFF;
}

/* Carousel
--------------------------------------------- */

.home-carousel {
	font-family: 'panamabold', sans-serif;
}

.home-carousel .entry {
	box-shadow: none;
}

.home-carousel .carousel-title {
	background: transparent;
	font-family: 'panamabold', sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 0;
	text-align: center;
}

.slick-slide {
	margin: 0 10px;
}

.slick-list {
	margin: 0;
}

.slick-arrow {
	position: absolute;
	top: 40%;
	z-index: 1;
	font-size: 30px;
	cursor: pointer;
	color: #c0a591;
	width: 40px;
	height: 40px;
	vertical-align: middle;
}

.slick-arrow-prev {
	left: -10px;
}

.slick-arrow-next {
	right: -10px;
}

.slick-arrow:hover {
	color: #243e50;
}

/* Home Above & Below Content
--------------------------------------------- */

.home-above-content .widget {
	background: #fff;
	overflow: hidden;
	padding: 30px;
}

.home-above-content input[type="search"] {
	border: 3px solid #6b8e94;
}

.home-below-content {
	background: #fff;
	clear: both;
	padding: 30px;
}

.home-below-content a.button {
	display: table;
	margin: 0 auto;
	text-align: center;
}

.home-below-content .widget {
	border-bottom: 1px solid #eee;
	margin-bottom: 50px;
}

.home-below-content .videotype {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.home-above-content .entry {
	box-shadow: none;
	float: left;
	margin-right: 2%;
	width: 49%;
}

.home-below-content .entry {
	box-shadow: none;
	float: left;
	margin-right: 2%;
	width: 30.6%;
}

.home-above-content .entry:nth-of-type(2n+2),
.home-below-content .entry:nth-of-type(3n+3) {
	margin-right: 0;
}

.home-featured .entry-title {
	text-align: center;
}

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

.home-flexible-1,
.home-flexible-2,
.home-flexible-3,
.home-flexible-4 {
	clear: both;
	padding: 50px 0;
	overflow: hidden;
	text-align: center;	
}

.home-flexible-1 .entry,
.home-flexible-2 .entry,
.home-flexible-3 .entry,
.home-flexible-4 .entry {
	background: none;
	box-shadow: none;
}

.home-flexible-3 .entry-title,
.home-flexible-4 .entry-title {
	font-family: 'panamabold';
	font-size: 12px;
}

.home-flexible-1 .widget-title,
.home-flexible-2 .widget-title,
.home-flexible-3 .widget-title,
.home-flexible-4 .widget title,
.home-featured .widget-title {
	font-family: 'kg_the_fighter', cursive;
	font-size: 12px;
	letter-spacing: 3px;
	color: #243e50;
	margin: 0;
}

.home-flexible-1 .widget-title::after,
.home-flexible-2 .widget-title::after,
.home-flexible-3 .widget-title::after,
.home-flexible-4 .widget-title::after,
.home-featured .widget-title::after {
	border: none;
	margin: 0;
}

.home-flexible-2,
.home-flexible-4 {
	background: none;
}

.home-flexible-3 .wrap {
	background: #fff;
	padding: 10px 20px;
}

.home-flexible-3 img {
	border: 10px solid #fff;
}

.home-flexible-1 a.more-link,
.home-flexible-2 a.more-link,
.home-flexible-3 a.more-link,
.home-flexible-4 a.more-link {
	margin: 20px auto;
}

.home-flexible-4 .flexible-widgets.widget-halves .widget:nth-child(2n) {
	width: 33%;
}

.home-flexible-4 .flexible-widgets.widget-halves .widget:nth-child(3n) {
	width: 66%;
}


/* Blog
--------------------------------------------- */

h3.bloglabel {
	font-family: 'kg_the_fighter';
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 0;
}

a.skipblog {
	color: #6b8e94;
	float: right;
	font-family: 'panamalight';
	font-size: 10px;
}

.blog-sidebar .wrap {
	background-color: #fff;
	margin-top: 30px;
}

.blog-sidebar .entry {
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
}

.blog-sidebar .entry:nth-of-type(1) {
	margin-top: 18px;
}

/* CTA
--------------------------------------------- */

.home .site-wide-cta {
	clear: both;
	margin: 40px 0;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
	
	.home-page .content-sidebar-wrap {
		width: 960px;
	}

}

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

	.home-page .content-sidebar-wrap {
		width: 100%;
	}
	
}

@media only screen and (max-width: 500px) {
	
	.home-below-content .entry {
		width: 100%;
	}
	
	.home-featured {
		display: none;
	}
	
	.home-page .blog-sidebar .wrap,
	.home-page .home-above-content .wrap {
		margin-top: 0;
	}
	
	.home-above-content .widget {
		background-color: #224354;
		margin-bottom: 25px;
		padding: 10px 25px;
	}

	h3.bloglabel {
		padding: 10px;
	}
	
	a.skipblog {
		padding-right: 5px;
	}
	
	.home-below-content .one-half {
		margin-top: 20px;
	}
	
	.home .wp-tabbed-tabs .wp-tabbed-nav li {
		margin-bottom: 10px;
		width: 130px !important;
	}
	
	.home-flexible-3 .wp-tabbed-tabs .wp-tabbed-nav li a {
		font-size: 12px;
		width: 120px !important;;
	}
}