/*
	Theme Name: Beloved 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 Designs // Lauren Gaige
	Author URI: http://www.restored316designs.com/
	Copyright: Copyright (c) 2019, Restored 316 LLC, Released 03/26/2019
	Version: 1.0.0

	Template: genesis
	Template Version: 2.0.1

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

	Text Domain: beloved-theme
*/


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

.front-page .blog {
  margin-top: 10px;
}

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

.front-page .dashicons {
  font-size: 30px;
  margin-bottom: 30px;
}

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

.front-page-1,
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5 {
  overflow: hidden;
}

.front-page-1 {
  padding: 0 0px;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6 {
  padding: 30px 50px;
}

.front-page-2 .wrap,
.front-page-3 .wrap,
.front-page-4 .wrap,
.front-page-5 .wrap,
.front-page-6 .wrap {
  margin: 0 auto;
  width: 1280px;
}

.front-page-3 {
  background: #f7f7f7;
}

.front-page-5 {
  background: url(./Slide-Image3.png) no-repeat center center fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.front-page-5 .widget {
  padding: 60px !important;
  background-color: rgba(255, 255, 255, 0.8);
}

.front-page-5 .widget p {
  font-size: 20px !important;
}

.front-page-2,
.front-page-4 {
  background: none;
}

.front-page-2 {
  width: 100% !important;
}

.front-page-2,
.front-page-4,
.front-page-6 {
  background: #fff !important;
}

/* Featured Content Widgets
--------------------------------------------- */

.front-page-2 .enews-widget {
  width: 100% !important;
}


.front-page-1 .flexible-widgets .widget {
  padding: 0px !important;
}

.front-page .featuredpage.widget {
  position: relative;
}

.front-page .featuredpage .entry-title {
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
}

.front-page .featuredpage .entry-title::before {
  content: "";
  height: 75px;
  width: 1px;
  background: #333;
  display: block;
  margin: -15% auto 5%;
  position: relative;
  z-index: 1;
}

.front-page .widget_media_image .widget-title::after {
  content: "";
  height: 55px;
  width: 1px;
  background: #333;
  display: block;
  margin: 5% auto -10%;
  position: relative;
  z-index: 1;
}

.front-page .widget_media_image {
  position: relative;
}

/* Horizontal Opt-in on Home Page
-------------------------------------------- */

.front-page-widgets .enews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.front-page-widgets .widget-title {
  margin-bottom: 0;
  font-size: 30px !important;
  margin-right: 0px;
}

.front-page-widgets .enews-widget .widget-title::after {
  content: "";
  display: block;
  margin: 0 auto;
  margin-bottom: 0px;
  border-bottom: none;
  margin-bottom: 0px;
  padding-top: 0;
}

.front-page-widgets form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; /* grow this item to fill the available space */
}

.front-page-widgets .enews-widget input {
  margin-bottom: 0;
  margin-right: 10px;
  border: 1px solid #fff;
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.front-page-widgets .enews-widget input[type="submit"] {
  border: 1px solid #000;
  margin-right: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.home-blog {
  margin-bottom: 50px;
}


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


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

  .front-page .wrap {
    width: 100%;
  }

  .site-inner {
    padding: 0;
  }

}

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

  .front-page-widgets .enews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .front-page-widgets .widget-title {
    margin-bottom: 20px;
  }

  .front-page-widgets form {
    width: 100%;
  }

  .front-page .widget_media_image .widget-title::after {
    display: none;
  }

  .front-page-1 {
    padding: 0;
  }

  .front-page-2,
  .front-page-3,
  .front-page-4,
  .front-page-5,
  .front-page-6 {
    padding: 20px;
  }

  .widget-wrap .enews {
    margin-bottom: 20px;
  }

}

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

  .home-featured .wrap {
    padding: 20px;
  }

  .home-blog .entry {
    float: none;
    width: 100%;
  }

  .home-blog .entry:nth-of-type(2n+3) {
    margin-left: 0;
  }

  .front-page-widgets form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .front-page-widgets .enews-widget input {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .front-page-widgets .enews-widget input:last-child {
    margin-bottom: 10px;
  }


}
