/*
Theme Name: Momentous for Swagbucks
Template: momentous-lite
Author: Swagbucks
Version: 1.0.1450312466
Updated: 2015-12-17 00:34:26
*/

@charset "UTF-8";

html {font-size: 62.5%!important;}

body {
    font-family: 'Georgia', Tahoma, Verdana, Arial;
    font-size: inherit!important;
    border: 0;
    color: #878787;
    background-color: #fff;
	margin: 0;
}

body, html{
	margin: auto !important;
}

#wrapper {
    font-size: 1.6em; /* sets "root" font-size back to 16px (100%) */
    font-family: Georgia;
	max-width: 1300px;
    margin: 0 auto;
}

#wrap {
    clear: both;
    padding: 1em 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header-wrap {
    background: #fff;
}

#header {
    padding: 3em 0.2em 0 .2em;
    color: #fff;
}

#logo {
    float: left;
    width: 55%;
}

#logo .site-logo {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    width: 100%;
    display: block;
    padding-top:1.7em;
}

#logo .site-title {
	font-size: 2.5em;
	color: #69b8d7;
	font-family: 'Montserrat', Tahoma, Verdana, Arial;
}

.entry {
    line-height: 1.6em;
}

.entry p, .comment p {
    margin: 0.75em 0;
    font-size: 1em;
    line-height: 1.6em;
}

.swagbucks-header-search-wrap {
   display: inline-block;
   float: right;
   width: 30%;
   padding-top:3em;
}

.postinfo{
	margin: 1.2em 0 0;
}

@media only screen and (max-width: 40em){	#logo{
		float: left;
   		width: 70%;
   	}
	.swagbucks-header-search-wrap{		display: none;		float: right;		width: 30%;		padding-top:3em;
    }
}

.search-form {
    display: block;
    position: relative;
    width: 100%;
    /*margin: 0 2em;*/
    padding: 0;
    overflow: hidden;
}

.search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: transparent;
    padding: 0.6em 0.7em 0 0;
    cursor: pointer;
}

.search-form .search-submit .genericon-search {
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    font-family: 'Genericons';
    text-decoration: inherit;
    font-weight: normal;
    font-style: normal;
    vertical-align: text-bottom;
    color: #77bfdb;
    content: '\f410';
}

.search-form .search-field {
    display: inline-block;
    margin: 0;
    width: 100%;
    height: 3em;
    padding: 0.7em 45px 0.7em 0.7em;
    background: #fff;
    border: 1px solid #69b8d7;
    font-size: .8em;

    color: #69b6d3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-family: 'Montserrat', Tahoma, Verdana, Arial;
}

#featured-content .featured-content-left .entry-title,
.single-post .entry-title.post-title {
    font-size: 1.6em;
}

.page-title, .entry-title {
	font-family: 'Montserrat', Tahoma, Verdana, Arial;
	font-size: 1.2em;
	color: #282828;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	overflow:hidden;
}

@media only screen and (max-width: 40em){
    .page-title, .entry-title {
		overflow:visible;
    }
}

.featured-content-left .entry-title { height:auto; }

.container {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#navigation-wrap {
    border-top: 1px solid #69b8d7;
    border-bottom: 1px solid #69b8d7;
    background: #fff;
    border-bottom-color: #69b8d7;
    margin-left: 1em;
    margin-right: 1em;
}

/***************/
/* MENU STYLES */
/***************/
#mainnav-menu li{
	float:left;
	position: relative;
}

#mainnav-menu a {
    display: block;
    padding: 1.6em 1.4em;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Average Sans', Tahoma, Verdana, Arial;
    text-transform: uppercase;
}


@media only screen and (max-width: 60em)
{
   /* DONT SHOW THE MENU ICON YET */
   #mainnav-toggle-tablet {
    display: none;
   }

    #mainnav-toggle-phone {
    display: none;
    }

   /* CONTINUE TO SHOW THE REGULAR MENU BUT SHRINK THE TEXT */
   #mainnav-menu {
    float: left;
    display: block;
    width: 100%;
    font-size: 100%;
    border-top: 1px solid #ddd;
   }

   /* ALSO MAKE SURE THE MENU ITEMS DISPLAY INLINE-FLOAT LEFT AS NORMAL */
   #mainnav, #mainnav-menu, #mainnav-menu li, #mainnav-menu a, #mainnav-menu ul, #mainnav-menu ul a, #mainnav-menu ul ul, #mainnav-menu li ul ul {
    margin: 0;
    padding: 5px .4em;
    position: static;
    float: left;
    display: inline;
    font-size: .95em;
    line-height: 2em;
    border: none;
    box-shadow: none;
    background: none;
    top: 0;
    left: 0;
   }
   mainnav-menu a {
    display: block;
    padding: 1em 2em;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: normal;
    /* font-family: 'Average Sans', Tahoma, Verdana, Arial; */
    text-transform: uppercase;
}
}


@media only screen and (max-width: 60em)
{
   /* DONT SHOW THE MENU ICON YET */
   #mainnav-toggle-tablet {
    display: none;
   }

    #mainnav-toggle-phone {
    display: none;
    }

   /* CONTINUE TO SHOW THE REGULAR MENU BUT SHRINK THE TEXT */
   #mainnav-menu {
    float: left;
    display: block;
    width: 100%;
    font-size: 100%;
    border-top: 1px solid #ddd;
   }

   /* ALSO MAKE SURE THE MENU ITEMS DISPLAY INLINE-FLOAT LEFT AS NORMAL */
   #mainnav, #mainnav-menu, #mainnav-menu li, #mainnav-menu a, #mainnav-menu ul, #mainnav-menu ul a, #mainnav-menu ul ul, #mainnav-menu li ul ul {
    margin: 0;
    padding: 5px .4em;
    position: static;
    float: left;
    display: inline;
    font-size: .92em;
    line-height: 2em;
    border: none;
    box-shadow: none;
    background: none;
    top: 0;
    left: 0;
   }

   #mainnav-menu {
	display: inline;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
   }

   mainnav-menu a {
    display: block;
    padding: 1em 2em;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: normal;
    /* font-family: 'Average Sans', Tahoma, Verdana, Arial; */
    text-transform: uppercase;
}
}

@media only screen and (max-width: 40em)
{
   /* SHOW THE IPHONE ICON */
   #mainnav-toggle-tablet {
    display: none;
   }

    #mainnav-toggle-phone {
    display: inline-block;
    }
    
   #mainnav, #mainnav-menu, #mainnav-menu li, #mainnav-menu a, #mainnav-menu ul, #mainnav-menu ul a, #mainnav-menu ul ul, #mainnav-menu li ul ul {
    margin: 0;
    padding: 5px 0;
    position: static;
    float: none;
    display: inline; 
    font-size: .92em;
    line-height: 2em;
    border: none;
    box-shadow: none;
    background: none;
    top: 0;
    left: 0;
  }

  #mainnav-menu 
  {
     float: left;
     display: none;
     width: 100%;
     border-top: 1px solid #ddd;
   }
}


mainnav-menu a {
    display: block;
    padding: 1em 2em;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: normal;
    /* font-family: 'Average Sans', Tahoma, Verdana, Arial; */
    text-transform: uppercase;
}

#mainnav-menu li.current_page_item a, #mainnav-menu li.current-menu-item a {
    text-decoration: none;
}

#mainnav-menu a:link, #mainnav-menu a:visited {
    text-decoration: none;
}

#mainnav-menu a:hover {
    color: #555555 !important;
}

/* ----------------------------*/
/* MENU STYLES - FOR EACH ITEM */
/* ----------------------------*/

#menu-item-56267 a 
{
   background-image: url('images/news-icon.png');
   background-repeat: no-repeat;
   background-position: left center;
   padding-left: 35px; 
   display: block; 
   color: #6ecac2 !important;
}

#menu-item-56268 a 
{
   background-image: url('images/deals-icon.png');
   background-repeat: no-repeat;
   background-position: left center;
   padding-left: 35px; 
   display: block; 

   color: #f3b377 !important;
}

#menu-item-56269 a 
{
   background-image: url('images/contests-icon.png');
   background-repeat: no-repeat;
   background-position: left center;
   padding-left: 35px; 
   display: block; 

   color: #a496b7 !important;
}

#menu-item-56270 a 
{
   background-image: url('images/lifestyle-icon.png');
   background-repeat: no-repeat;
   background-position: left center;
   padding-left: 35px; 
   display: block; 

    color: #ea8681 !important;
}

#menu-item-56271 a 
{
   background-image: url('images/meet-icon.png');
   background-repeat: no-repeat;
   background-position: left center;
   padding-left: 35px; 
   display: block; 

   color: #69b6d3 !important;
}

#featured-content {
    float: left;
    padding-right: 0.75em;
    width: 64%; /* match the width of the content below */
    box-sizing: border-box;
}

@media only screen and (max-width: 60em)
{
   #featured-content {
    float: left;
    padding-right: 0.75em;
    width: 64%; /* match the width of the content below */
    box-sizing: border-box;
   }
}

@media only screen and (max-width: 50em)
{
   #featured-content {
    float: left;
    padding-right: 0.75em;
    width: 64%; /* match the width of the content below */
    box-sizing: border-box;
   }
}

@media only screen and (max-width: 40em)
{
   #featured-content {
    float: left;
    padding-right: 0.75em;
    width: 100%; /* sidebar is now gone */
    box-sizing: border-box;
   }
}

#featured-content .featured-content-left {
    float: left;
    padding-right: 0.75em;
    width: 100%; 
    box-sizing: border-box;
}

.postmeta {
    font-family: 'Montserrat', Tahoma, Verdana, Arial;
    color: #878787;
    font-size: 1em;
    margin: 1em 0 0;
    line-height: 1.5em;
}

div .meta-comments
{
  font-size:.7em;
} 

/* sytle for post loop container */
#content {
    float: left;
    width: 62%;
    padding-right: 1.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 40em) {
	#content {
    float: left;
    width: 100%;
    padding-right: 1.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

}
#post-wrapper .post-wrap {
    float: left;
    margin-left: -0.001%;
    padding-right: 0;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 70em) {
	.container {
		width: 94%;
	}
	#post-wrapper .post-wrap {
		float: none;
		width: 50%;
	}
	#featured-content .featured-content-left .entry-title, .single .entry-title, .page-title {
		font-size: 1.9em;
	}
}

@media only screen and (max-width: 40em) {
	.container {
		width: 94%;
	}
	#post-wrapper .post-wrap {
		float: none;
		width: 100%;
	}
	#featured-content .featured-content-left .entry-title, .single .entry-title, .page-title {
		font-size: 1.9em;
	}
}

.type-post, .type-page, .type-attachment {
    margin: 0 0 0 0;
    padding: .6em;
    background: #fff;
}

/* STYLES FOR LINE CLAMP ON EXCERPT */

.ellipsis {
  overflow: hidden;
  height: 5em;
  line-height: 1.4em;
}

.ellipsis:before {
  content: "";
  float: left;
  width: 5px;
  height: 60px;
}

.ellipsis > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}

.ellipsis:after {
  /*content: "\02026";*/
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  float: right;
  position: relative;
  top: -25px;
  left: 100%;
  width: 3em;
  margin-left: -3em;
  padding-right: 5px;
  text-align: right;
  background-size: 100% 100%;
  /* 512x1 image, gradient for IE9. Transparent at 0% -> white at 50% -> white at 100%.*/
}

@media only screen and (max-width: 40em)
{
 .ellipsis 
    {
      overflow: visible;
      height: 5em;
      line-height: 1.4em;
    }
}

/* SIDEBAR AND WIDGET STYLES */
#sidebar {
    float: right;
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 60em)
{
   #sidebar {
    clear: none;
    float: right;
    margin: 0em 0 0;
    width: 35%;
   }
}

@media only screen and (max-width: 50em)
{
   #sidebar {
    clear: none;
    float: right;
    margin: 0em 0 0;
    width: 35%;
   }
}

@media only screen and (max-width: 40em)
{
   #sidebar {
    display:none;
    clear: none;
    float: right;
    margin: 0em 0 0;
    width: 35%;
   }
}

.widget {
    margin-bottom: 0em;
    padding: 1em;
    background: #fff;
}

.archive-listbox
{
   font-family: 'Montserrat', Tahoma, Verdana, Arial;
   background: url('images/archive-listbox.png') no-repeat right #fff;
   font-size: .9em;
   line-height: 1;
   
   background-color: #fff;
   width: 290px;
   padding: 0 30%;
   color: #ea8781;
   border: 1px solid #ea8781;
   border-radius: 1px;
   height: 45px;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance:none;
   -webkit-user-select: none;
   -moz-user-select: none;
}

.blogswelove-listbox
{
   font-family: 'Montserrat', Tahoma, Verdana, Arial;
   background: url('images/archive-listbox.png') no-repeat right #fff;
   font-size: .9em;
   line-height: 1;
   
   background-color: #fff;
   width: 290px;
   padding: 0 16%;
   color: #ea8781;
   border: 1px solid #ea8781;
   border-radius: 1px;
   height: 45px;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance:none;
   -webkit-user-select: none;
   -moz-user-select: none;
}

@media only screen and (max-width: 50em) 
{
	.blogswelove-listbox { font-size: .7em;}
	.archive-listbox { font-size: .7em;}
}

.archive-listbox option {color: #EA8781;}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.more-link:link, .more-link:visited {
    font-family: 'Montserrat', Tahoma, Verdana, Arial;
    font-size: 0.8em;
    padding: 4px;
    color: #6bb9d6;
    text-decoration: none;
}

.more-link {
    display: inline-block;
    margin: 0.1em 0 0;
    padding: 0em 0em;
    text-decoration: none;
    color: #69b8d7;
    background: #fff !important;
}

input[type="submit"], .more-link, #commentform #submit {
    background-color: #ffffff;
}

@media only screen and (min-width: 40em)
{
   #footer-bg {
    display: none !important;
   }
}

.contOuter { display: none !important;}
#titlesOuterCont {display: none !important;}
