/*
Theme Name: Funnel Gorgeous
Theme URI: https://funnelgorgeous.com
Description: The Main WP Website Theme for Funnel Gorgeous 
Author: Funnel Gorgeous
Author URI: https://funnelgorgeous.com
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@0;1&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: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
	font-size: 16px;
	color: #000000;
	background: white;
}

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

a { color: #C795A2; text-decoration: none; }
a:hover { color: #AE846F; }

h1 { font-size: 35px; }
h2 { font-size: 24px; letter-spacing: -1px; }
h3 { font-size: 25px; }
h4 { font-size: 20px;}
h1, h2, h3, h4 { font-weight: normal; }

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

hr {
	border-top: 2px solid #ECE9E9;
    border-right: none;
    border-bottom: none;
    border-left: none;
    margin: 50px 0;
}

input,
textarea,
select {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 8px;
  border: none;
  font-size: 14px;
  max-width: 100%;
  background-color: white;
  margin-bottom: 15px;
  font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
}
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: #C895A1;
  background: linear-gradient(left, #AE7460, #CE8899);
  background: -webkit-linear-gradient(left, #AE7460, #CE8899);
  background: -moz-linear-gradient(left, #AE7460, #CE8899);
  background: -ms-linear-gradient(left, #AE7460, #CE8899);
  padding: 12px 25px;
  color: white;
  border: none;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  outline: none;
	letter-spacing: 1px;
}

.fgWrapper {
	width: 1250px;
	margin: auto;
	overflow: hidden;
}

.fgRow {
    width: 100%;
    clear: both;
    overflow: hidden;
    background-color: white;
    padding: 30px;
}

.fgColumn { padding-right: 2%; float: left; }
.fgColumn.last { float: right; margin-right: 0px; }
.fgColumn.half { width: 49%; }
.fgColumn.third { width: 32%; }
.fgColumn.two-third { width: 66%; }
.fgColumn.fourth { width: 23.5%; }
.fgColumn.three-fourth { width: 74.5%; }
.fgColumn.fifth { width: 18.4%; }
.fgColumn.sixth { width: 15%; }

.fgFontColor { color: #000000; }
.fgPrimary { color: #C795A2; }
.fgSecondary { color: #AE846F; }
a.fgSecondary:hover { color: #C795A2; }

.fgMartel { font-family: 'Libre Baskerville', serif; letter-spacing: -.04em;}
.fgMontserrat { font-family: 'Montserrat', sans-serif; }
.fgOswald { font-family: 'Oswald', sans-serif; letter-spacing: 1px; }

.fgAlignLeft { text-align: left; }
.fgAlignRight { text-align: right; }
.fgAlignCenter { text-align: center; }

.fgFloatLeft { float: left; }
.fgFloatRight { float: right; }

/* Header Styles */

.fgHeader {
	overflow: visible;
}
.fgHeaderTop {
  width: 100%;
  height: 50px;
  background-color: #F7F3F4;
}
.fgHeaderApply {
  float: left;
  margin-top: -15px;
}
.fgHeaderApply a {
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  background-color: white;
  padding: 10px 25px;
}
.fgHeaderSearch {
  float: right;
  width: 355px;
  margin-top: -25px;
  background-color: white;
  padding: 10px 25px;
}
.fgHeaderSearch input#s {
  float: left;
  width: 275px;
  border: none;
  border-bottom: 1px solid #ECE9E9;
  margin-bottom: 0;
  padding: 2.5px;
  font-size: 16px;
  letter-spacing: 1px;
}
.fgHeaderSearch input#s::-webkit-input-placeholder { color: #000000; }
.fgHeaderSearch input#s::placeholder { color: #000000; }
.fgHeaderSearch input#s::ms-input-placeholder { color: #000000; }
.fgHeaderSearch input#s:focus { outline: none; }
.fgHeaderSearch input#searchsubmit {
  float: left;
  width: 30px;
  height: 30px;
  background-color: #C795A2;
  padding: 0;
  background-image: url('images/search-icon.png');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
}
.fgHeaderMenu {
  border-top: 1px solid #ECE9E9;
  border-bottom: 1px solid #ECE9E9;
  margin-top: 30px;
  padding: 25px 0;
}
.fgHeaderNav { 
  text-align: center;
	font-size: 21px;
	font-family: 'Libre Baskerville', serif;
    text-transform: lowercase;
    letter-spacing: -.05em;
}
.fgHeaderNav a {
	color: #000000;
}
.fgHeaderNav ul { 
	list-style-type: none;
}
.fgHeaderNav ul li { 
	display: inline-block;
	padding: 0 20px;
  border-right: 1px solid #ECE9E9;
}
.fgHeaderNav ul li:last-child { border: none; }
.fgHeaderNav ul li a { text-decoration: none; }
.fgHeaderNav ul li a:hover { color: #C795A2; }
.fgHeaderNav ul li.current-menu-item a { text-decoration: underline; }

.fgLogo { 
	margin: auto;
  text-align: center;
	width:70%;
}

.mobile-nav { display: none; }

.fgHeaderSecondaryMenu {
  width: 100%;
  padding: 20px 0;
  background-color: #595A5C;
  margin-top: 5px;
}
.fgHeaderSecondaryMenu ul {
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
}
.fgHeaderSecondaryMenu ul li {
  display: inline-block;
  padding: 0 15px;
}
.fgHeaderSecondaryMenu ul li span.fgMartel { 
  font-style: italic;
  color: #C795A2;
}
.fgHeaderSecondaryMenu ul li a { 
  color: white;
  text-decoration: none;
}
.fgHeaderSecondaryMenu ul li a:hover { color: #EECBC2; }

/* Footer Styles */

.fgFooter {
  margin-top: 25px;
  border-top: 1px solid #EEE9E9;
}

.fgFooterWidgets { 
  padding: 50px 0;
  overflow: hidden;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 13px;
}
.fgFooterWidgets .fgColumn:last-child {
	float: right;
	margin-right: 0;
  width: 23.5%;
}
.fgFooterWidgets .fgColumn:nth-child(2) h3 { color: #99C3B5; }
.fgFooterWidgets .fgColumn:nth-child(4) h3 { color: #AE846F; }
.fgFooterWidgets .fgColumn:nth-child(5) h3 { color: #8480AA; }
.fgFooterWidgets h3 { 
	margin-bottom: 15px;
  font-size: 22px;
  text-transform: none;
}
.fgFooterWidgets ul li {
	padding: 5px 0;
	list-style-type: none;
	letter-spacing: 1px;
}
.fgFooterWidgets ul li a { 
	color: #000000;
	text-decoration: none;
}
.fgFooterWidgets ul li a:hover { text-decoration: underline; }

.fgCopyright {
	text-align: center;
	font-size: 12px;
	padding-top: 50px;
	padding-bottom: 50px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
}

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; }

.fgFooterTagline {
  margin-top: 50px;
  width: 800px;
  margin: auto;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 50px;
}

div.fgFooterTagline h4.fgMartel.fgSecondary {
	font-size: 28px !important;
	background-image: url('https://images.clickfunnels.com/7d/258423380b4f08a9cd604c37b56e61/10069-3.jpg');
    background-size: 600% 600%;
  	animation: gradientBG 5s ease infinite;
 	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

}




/* Elementor Styles */

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

/* Home Page Styles */
.fgTrending {
  width: 100%;
  background-color: white;
  margin-bottom: 15px;
  margin-top: 5px;
  border-top: 1px solid #ECE9E9;
  border-bottom: 1px solid #ECE9E9;
  background-size: cover;
}
.fgTrendingPostsMain {
  border-right: 1px solid #ECE9E9;
  padding: 50px 35px 50px 0;
  margin-right: 0;
}
/*.fgTrendingHeadline { 
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: #444343;
  font-size: 20px;
}
.fgTrendingDivider {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 25px;
  width: 200px;
  height: 1.5px;
  background-color: #D6CED1;
}
ul.fgTrendingPosts { list-style-type: none; }
ul.fgTrendingPosts li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
ul.fgTrendingPosts li:last-child {
  margin-right: 0;
  float: right;
}*/
.fgTrendingMainImage {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center center;
  padding: 35px;
}
.fgTrendingMainImage .fgHomePostTitle {
	max-width: 350px;
    margin-top: 10px;
    font-size: 23px;
    line-height: 130%;
}

div..fgTrendingMainImage h3.fgHomePostTitle.fgOswald a {
	color: #000;
}


div.fgHomePost div.fgRow {
    width: 100%;
    clear: both;
    overflow: hidden;
    background-color: white;
    padding: 20px;
}

div.fgTrendingPostsMain span.fgTrendingMainExcerpt {
	margin-top: 10px;
	line-height: 1.5;
    display: block;
    padding: 10px 0;
}

.fgTrendingMainExcerpt {
    line-height: 1.5;
    display: block;
    padding: 10px 0;
	margin-top: 0px;
}


.fgTrendingMainExcerpt p:first-of-type:first-letter, .fgHomePostContent p:first-of-type:first-letter {
border-right: 1px solid #EEE9E9;
    display: block;
    float: left;
    font-family: 'Prata', serif;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-top: -25px;
    padding: 30px 20px 10px 0;
    text-align: center;
    font-style: normal;
	color: #AE846F;
}

#full-width {
	width: 1250px;
    margin-right: auto;
    margin-left: auto;
}

.fgTrendingPostsSecondary {
  width: 33% !important;
}
.fgTrendingSecond {
  border-bottom :1px solid #ECE9E9;
  padding: 50px 35px 50px;
}
.fgPostReadMore {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    float: right;
    margin-right: 20px;
	letter-spacing: 1px;
}

.fgTrendingSecond h3 {
    line-height: 140%;
    color: #99C3B5;
    margin-bottom: 10px;
    font-size: 23px !important;
}
.fgTrendingSecondExcerpt {
  line-height: 1.5;
}
.fgTrendingThird {
  padding: 50px 25px 0 25px;
}
.fgTrendingThird h3 {
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 400;
  background-color: #F1EEEF;
  padding: 15px;
  padding-bottom: 25px;
  font-size: 23px;
}

div#fgFunnelPathWrapper {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c8d7e1+0,c8d7e1+50,dec4ca+51,dec4ca+100 */
background: #cbdae4; /* Old browsers */
background: -moz-linear-gradient(left,  #cbdae4 0%, #cbdae4 50%, #E3CAD0 51%, #E3CAD0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #cbdae4 0%,#cbdae4 50%,#E3CAD0 51%,#E3CAD0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #cbdae4 0%,#cbdae4 50%,#E3CAD0 51%,#E3CAD0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbdae4', endColorstr='#E3CAD0',GradientType=1 ); /* IE6-9 */	
	height: 567px;
}

.fgFunnelPath { 
	width: 1600px; 
	margin: 0 auto;

}

.fgHomePostDivider {
  width: 100%;
  height: 1px;
  background-color: #EDE9E9;
  margin-top: 10px;
  margin-bottom: 10px;
}
h3.fgHomePostTitle {
  text-transform: uppercase;
  font-weight: 400;
}

div.fgTrendingMainImage h3.fgHomePostTitle a{
  color: #000;
}

div.fgBlogSingle h3.fgHomePostTitle a{
  color: #C795A2;
}

div.fgBlog h3.fgHomePostTitle {
	margin: 30px 0 10px !important;
}

.fgHomePostContent {
  margin-top: 20px;
}

/* .fgHomePostContent p:first-of-type:first-letter  {
    float: left;
    font-size: 75px;
    line-height: 1;
    margin-right: 9px;
	color: #AE846F;
	font-family: 'Libre Baskerville', serif;
} */

.fgHomePostContent blockquote p:first-of-type:first-letter  {
	float: none;
    font-size: inherit;
    line-height: 1;
    margin-right: 0px;
    color: inherit;
    font-family: inherit;
    border: none;
    padding-right: 0;
}

div.fgHomePostContent div p:first-of-type:first-letter  {
	float: none;
    font-size: inherit;
    line-height: 1;
    margin-right: 0px;
    color: inherit;
    font-family: inherit;
    border: none;
    padding-right: 0;
}

a.fgSecondary:after {
	content: "|";
	margin: 0 5px;
	color: #EDE9E9;
}

a.fgSecondary:last-of-type:after {
	display: none;
}

div.fgHomePostContent ul {
    list-style: none;
}

div.fgHomePostContent ul li:before {
    content: "\2665";
    color: #C795A2;
	padding-right: 10px;
	margin-left: -25px;
}

div.fgHomePostContent ol { 
	display: block;
    list-style-type: decimal;
	line-height: inherit;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;

}

div.fgHomePostContent ol li { 
	margin-bottom: 15px;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 0 8% 0 0 !important;

}



cite {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	
}

div.fgHomePostContent p a {
	color: black;
    text-decoration: none;
	font-weight: 600;
	background: linear-gradient(transparent 45%, var(--sf-secondary-a, #EEE9E9) 65%);
}



.fgPostSignature {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

div.addthis_inline_share_toolbox_ig7f {
	width: 80%;
	clear: none !important;
	float: right;
	display: inline;
}

.at-share-btn-elements {
	display: inline !important;
	float: right !important;
}

a.at-icon-wrapper.at-share-btn.at-svc-facebook {
	background-color: #8480AA !important;
}
a.at-icon-wrapper.at-share-btn.at-svc-twitter {
	background-color: #99C3B5 !important;
}
a.at-icon-wrapper.at-share-btn.at-svc-pinterest_share {
	background-color: #AE846F !important;
}

.at-resp-share-element .at-share-btn .at-label {
    font-family: 'Oswald' !important;
    font-size: 10px !important;
    padding: 0 5px 0 0 !important;
    margin: 0 0 0 3px !important;
    height: 1pc !important;
    line-height: 1pc !important;
    background: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fgHomePostFooter {
  padding: 20px 0;
  border-top: 1px solid #EEE9E9;
  border-bottom: 1px solid #EEE9E9;
}

.fgHomePrevNext {
  margin-top: 35px;
  background-color: #ECE9E9;
  padding: 75px 0;
}
.fgHomePrevNext .fgColumn.half {
  padding-right: 50px;
  border-right: 1px solid #D9D9D8;
  margin-right: 0;
  width: 50%;
}
.fgHomePrevNext .fgColumn.half.last {
  padding-right: 0;
  padding-left: 50px;
  border-right: none;
}
.fgHomePrevNext .fgOswald {
  display: block; letter-spacing: 1px;
}
.fgHomePrevNext .fgOswald a { color: #000000; }
.fgHomePrevNext .fgMartel {
  display: block;
  max-width: 250px;
  margin-top: 25px;
  line-height: 1.5;
  font-size: 20px;
}

.fgPostGrid .fgColumn.third:nth-child(3n+1) {
	clear: both;
}

/* Blog Posts Styles */

.fgWrapper.fgBlog {
	margin-top: 25px;
	overflow: hidden;
	margin-bottom: 25px;
}
.fgBlog p { margin: 30px 0; line-height: 1.8; }
.fgBlog h1, .fgBlog h2, .fgBlog h3, .fgBlog h4, .fgBlog h5 { margin: 30px 0;  } 
.fgBlog h1 { color: #99C3B5; }
.fgBlog h2 { color: #8480AA; }
.fgBlog h3 { color: #AE846F; text-transform: uppercase; }
.fgBlog h4 { color: #99C3B5; }
.fgBlog h5 { color: #99C3B5; }


.fgBlog ul { margin: 20px 0 20px 55px; }
.fgBlog ul li { margin-bottom: 15px; }
blockquote{
      margin: 40px auto;
    padding: 0px 60px;
    border-left: 2px solid #C795A2;
    font-family: 'Libre Baskerville', serif;
    color: #AE846F;
    font-size: 22px;
    letter-spacing: -.04em;
}
h1.fgPostCategory {
  color: #AE846F;
  margin-bottom: 50px;
}
.fgPostArchiveRow {
  margin-bottom: 25px;
  border-bottom: 1px solid #EEE9E9;
  padding-bottom: 25px;
}
.fgPostArchiveImg {
  width: 23.5%;
  margin-right: 2%;
  float: left;
}
.fgPostArchiveContent h3 { text-transform: uppercase; margin: 0; }
.fgPostArchiveRow:last-child { border: none; }

.fgBlogSidebar {
  padding-left: 20px;
	font-size: 16px;
  text-align: center;
}
.fgBlogWidgets a {
	text-decoration: none;
	color: #000000;
}
.fgBlogWidgets a:hover {
	text-decoration: underline;
}
.fgBlogWidgets ul { list-style-type: none; }
.fgBlogWidgets ul li {
	border-bottom: 1px solid #EEE9E9;
	padding-bottom: 5px;
	padding-top: 5px;
}

.fgBlogWidgets h4 { 
  margin-bottom: 10px;
  font-size: 20px;
  color: #AE846F;
  line-height: 1.5;
}
.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;
}

.wp-block-image {
	margin: 5em 0;
    text-align: 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;
}

.fgPostGrid {
	width: 100%;
}

.fgPostGridMore {
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: bold;
    font-style: normal !important;
}

.fgPostGridCategory {
	font-family: 'Oswald', sans-serif;
    letter-spacing: .04em;
    font-size: 11px;
    text-transform: uppercase;	
}

h4.fgPostGridTitle {
	margin: 15px 0 50px;
    font-size: 20px;
    color: #AE846F;
    line-height: 1.5;
	font-family: 'Libre Baskerville', serif;
    letter-spacing: -.04em;
}

/* Directory CSS */

div#cmed-container p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Oswald';
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

div#cmed-container p, div.cmed_content_box.cmed_content_box_category h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Oswald';
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
		font-weight: normal;
	color: #5a5b5c;
	size: 19px;
}

 div.cmed-no-results {
    margin: 100px;
    font-family: 'Oswald';
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
		font-weight: normal;
	 size: 40px;
	 color: #8BADBA;
}

.cmed-filters-panel .cmed-single-filter {
    margin-right: 1em;

}



/* 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: 50px 0 0 0 !important; }

  .fgHeader { padding-bottom: 20px; }
  .fgHeaderApply { display: none; }
  .fgHeaderSearch { 
    width: 100%;
    overflow: hidden;
  }
	.fgFooterTagline {
		width: 100%;
	}
  .fgLogo {
    float: none;
  }
	.fgHeaderMenu {
    	display: none;
	}
  .fgHeaderSecondaryMenu { display: none; }
    .fgHeaderNav {
    	float: none;margin-top: 0;
    }
  .mobile-nav {
    display: block;
    float: right;
    width: 23%;
    text-align: center;
    margin-top: 20px;
    height: 50px;
  }
  .mobile-nav:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    background-image:url('images/hamburger.png');
    background-size: 100% 100%;
    right: 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: 182px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    font-size: 15px;
    z-index: 99;
    font-family: 'Oswald', sans-serif;
	  letter-spacing: 1px;
  }
  .mobile-nav ul li {
  	display: block;
    border-bottom: 1px solid #ECE9E9;
  }
  .mobile-nav ul li a {
    color: #000000;
    display: block;
    padding: 15px;
  }
  .mobile-nav ul li a:hover {
    color: #C695A2;
  }
  /*.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 #ECE9E9;
  }
  .mobile-nav ul li ul li:last-child {
    border-bottom: none;
  }
	#fgFunnelPathWrapper {display:none;}

  ul.fgTrendingPosts li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  ul.fgTrendingPosts li:last-child { float: none; }
	
	div.fgHomePost {margin: 25px;}
	
	div.fgPostGrid {margin:25px; width:90%;}
	
	div.fgHomePost div.fgColumn.third { display: none;}
	
	div.fgColumn.two-third.last.fgAlignRight { margin:0 !important; }
	
	div.fgBlogWidget img.fgLogo {width: 49%;}
	
	.fgPostGridCategory {
    font-size: 16px;
}

  .fgHomePrevNext .fgColumn {
    width: 50% !important;
    float: left !important;
    padding-right: 10px !important;
  }
  .fgHomePrevNext .fgColumn.last { float: right !important; padding-left: 10px !important; }
  .fgHomePrevNext .fgMartel { font-size: 18px; }

  .fgFooterWidgets { text-align: center; }
}


..