/*
Theme Name: Funnel Ink WP
Theme URI: https://funnelgorgeous.com
Description: The Funnel Ink Home Page Theme for WordPress 
Author: Funnel Gorgeous
Author URI: https://funnelgorgeous.com
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 18px;
	color: #000000;
	background: white;
}

img { max-width: 100%; height: auto; }

h1 { font-size: 35px; }
h2 { font-size: 30px; }
h3 { font-size: 25px; }
h4 { font-size: 20px; }

p { margin-top: 10px; margin-bottom: 10px; }

input,
textarea,
select {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: 1px solid #000000;
  font-size: 14px;
  max-width: 100%;
  background-color: white;
  margin-bottom: 15px;
}
input:focus,
select:focus,
textarea:focus {
  outline-width: thin;
}
select {
  -webkit-appearance: none;
  border-radius: 0;
  background-image: url('images/dropdown-arrow.png');
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center right 15px;
  padding-right: 40px;
  color: #000000;
}
.button,
input[type="button"],
input[type="submit"],
button {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  width: auto;
  cursor: pointer;
  background-color: #000000;
  padding: 12px 25px;
  color: white;
  border: none;
  font-size: 18px;
  font-family: 'Quattrocento Sans', sans-serif;
  font-weight: 400;
  outline: none;
}

.fgWrapper {
	width: 1080px;
	margin: auto;
	overflow: auto;
}

.fgRow {
  width: 100%;
  clear: both;
}
.fgColumn { margin-right: 2%; float: left; }
.fgColumn.last { float: right; margin-right: 0; }
.fgColumn.half { width: 49%; }
.fgColumn.third { width: 32%; }
.fgColumn.two-third { width: 66%; }
.fgColumn.fourth { width: 23.5%; }
.fgColumn.three-fourth { width: 74.5%; }

.fgPrimary { color: #C1A17C; }

/* Header Styles */

.fgHeader {
	padding: 30px 0;
}
.fgHeaderNav { 
	float: left;
	margin-top: 30px;
}
.fgHeaderNav a {
	color: #000000;
}
.fgHeaderNav ul { 
	list-style-type: none;
	font-weight: 800;
}
.fgHeaderNav ul li { 
	display: inline-block;
	padding-right: 35px;
}
.fgHeaderNav ul li a { text-decoration: none; }
.fgHeaderNav ul li.current-menu-item a { text-decoration: underline; }

.fgLogo { 
	float: right;
	width: 200px;
	text-align: right;
}

.mobile-nav { display: none; }

/* Footer Styles */

.fgFooter {
	padding: 70px 0;
	background-image:url('images/seafoam-background.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.fgFooterWidgets { text-align: center; }
.fgFooterWidgets .fgColumn:nth-child(3) {
	float: right;
	margin-right: 0;
}
.fgFooterWidgets h3 { 
	text-align: center; 
	text-transform: uppercase;
	margin-bottom: 15px;
}
.fgFooterWidgets ul li {
	padding: 5px 0;
	list-style-type: none;
}
.fgFooterWidgets ul li a { 
	color: #000000;
	text-decoration: none;
}
.fgFooterWidgets ul li a:hover { text-decoration: underline; }

.fgCopyright {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	padding-top: 50px;
	padding-bottom: 50px;
}

span.fgCopyrightInfo { display: inline-block; }

.fgCopyrightNav {
	display: inline-block;
	margin-left: 8px;
}
.fgCopyrightNav ul { list-style-type: none; }
.fgCopyrightNav ul li { 
	display: inline-block;
	border-left: 1px solid #000000;
	padding: 0 10px;
}
.fgCopyrightNav ul li a {
	text-decoration: none;
	color: #000000;
}
.fgCopyrightNav ul li a:hover { text-decoration: underline; }

/* Elementor Styles */

.fgFullWidthHeightBG {
	background-size: 100% 100% !important;
}

/* Blog Posts Styles */

.fgWrapper.fgBlog {
	margin-top: 25px;
	overflow: hidden;
	margin-bottom: 25px;
}
.fgBlog p { margin: 20px 0; }
.fgBlog h1, .fgBlog h2, .fgBlog h3, .fgBlog h5 { margin: 20px 0; } 
.fgBlog ul { margin: 20px 0 20px 55px; }
blockquote{
  margin: 20px auto;
  font-style: italic;
  padding: 25px 35px;
  border-left: 8px solid #DFE0E2;
  background: #F9F4F2;
}
.fgPostGrid {
	overflow: hidden;
	padding-bottom: 50px;
}
.fgPostGridItem {
	text-align: center;
}
.fgPostGridItem:nth-child(3n) {
	margin-right: 0;
	float: right;
}
.fgPostGridItem:nth-child(3n+1) {
	clear: left;
}
.fgPostGridImg {
	background-image: url('images/post-border-top.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 25px 15px 5px;
}
.fgPostGridImg img {
  max-height: 250px;
  height: auto;
  width: auto;
}
.fgPostGridContent {
	background-image: url('images/post-border-bottom.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 5px 25px 25px;
}
h4.fgPostGridTitle {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 10px;
}
span.fgPostGridCategory {
	color: #CEB599;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 800;
	display: block;
}
span.fgPostGridMore {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	font-size: 14px;
}
.fgPostGridContent a { color: #000000; text-decoration: none; }
.fgPostGridContent a:hover { text-decoration: underline; }
h1.fgPostCategory {
	font-family: 'Libre Baskerville', serif;
	font-weight: 100;
	font-size: 25px;
	border-bottom: 1px solid;
	display: inline-block;
	line-height: 60px;
	margin-bottom: 25px;
  font-style: italic;
}
.fgBlogSidebar {
	background-color: #F9F4F1;
	padding: 30px;
	font-size: 16px;
}
.fgBlogWidgets a {
	text-decoration: none;
	color: #000000;
}
.fgBlogWidgets a:hover {
	text-decoration: underline;
}
.fgBlogWidgets ul { list-style-type: none; }
.fgBlogWidgets ul li {
	border-bottom: 2px solid #EAE5DE;
	padding-bottom: 5px;
	padding-top: 5px;
}

.fgBlogWidgets h3 { margin-bottom: 10px; font-size: 20px;}
.fgBlogWidget { margin-bottom: 25px; }
.fgBlogWidget ul { margin: 0; }
h2.fgPostTitle { 
	text-align: center;
	margin-bottom: 25px;
}
.fgFeaturedPost {
  background-image: url('images/featured-bg.png');
  background-size: 100% 100%;
  width: 100%;
  padding: 30px 50px 35px 55px;
}
.fgFeaturedPostImage {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center center;
}
.fgFeaturedContent {
  background-image: url('images/featured-content-bg.png');
  width: 65%;
  /*height: 225px;*/
  background-size: 100% 100%;
  margin: auto;
  margin-top: -175px;
  text-align: center;
  padding: 35px;
}
h4.fgFeaturedTitle {
  margin-top: 20px;
  font-weight: 400;
  font-family: 'Libre Baskerville', serif;
  font-size: 18px;
}
.fgFeaturedExcerpt {
  font-size: 13px;
}

/* Mobile Styles */

@media only screen and (max-width: 1100px) {
	.fgWrapper { width: 980px; }
	.fgColumn.third, .fgColumn.fourth, .fgColumn.three-fourth, .fgColumn.two-third { width: 49%; }
}
@media only screen and (max-width: 980px) {
	.fgWrapper { width: 95%; }
	.fgColumn { width: 100% !important; float: none !important; margin: 0 !important; }

	.fgHeaderMenu {
    	display: none;
	}
    .fgHeaderNav {
    	float: none;margin-top: 0;
    }
  .mobile-nav {
    display: block;
    float: left;
    width: 23%;
    text-align: center;
    margin-top: 20px;
    height: 50px;
  }
  .mobile-nav:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background-image:url('images/hamburger.png');
    background-size: 100% 100%;
    left: 25px;
  }
  .mobile-nav i {
    font-size: 25px;
    color: white;
  }
  .mobile-nav .mobile-nav-menu {
    display: none;
    width: 100%;
    background-color: white;
    position: absolute;
    left: 0;
    top: 75px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    z-index: 99;
  }
  .mobile-nav ul li {
  	display: block;
    border-bottom: 1px solid #D0D2D3;
  }
  .mobile-nav ul li a {
    color: #929497;
    display: block;
    padding: 15px;
  }
  .mobile-nav ul li a:hover {
    color: #0098D3;
  }
  /*.mobile-nav:hover > .mobile-nav-menu {
  		display: block;
  	}*/
  .mobile-nav ul li ul {
    display: none;
    box-shadow: none;
    margin-left: 25px;
    list-style-type: none;
  }
  .mobile-nav ul li:hover > ul {
    display: block;
  }
  .mobile-nav ul li ul li:first-child {
    border-top: 1px solid #D0D2D3;
  }
  .mobile-nav ul li ul li:last-child {
    border-bottom: none;
  }
}