/*
	Theme Name: Ecorazzi
	Author: Mouthmedia
	Description: Welcome to your WordPress website.
	Version: 1.0
*/

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.wrapper {
  width: 1140px;
  margin: 0 auto; }
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 961px) and (max-width: 1140px) {
    .wrapper {
      width: 960px; } }
  @media screen and (min-width: 751px) and (max-width: 960px) {
    .wrapper {
      width: 720px;
      margin: 0 auto;
      padding: 0; } }
  @media screen and (max-width: 750px) {
    .wrapper {
      width: 90%; } }

/* -----------------------------------------------------------------
    RESET - NORMALIZE.CSS (v3.0.0)
------------------------------------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* -----------------------------------------------------------------
    RESET ELEMENTS - HTML5 BOILERPLATE (4.3.0)
------------------------------------------------------------------*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.5; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

address {
  font-style: normal; }

span.skype_pnh_container {
  display: none !important; }

span.skype_pnh_print_container {
  display: inline !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
.submit-button, .button, .button-outline {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .large.submit-button, .large.button, .large.button-outline {
    padding: 15px 25px;
    font-size: 16px; }
  .small.submit-button, .small.button, .small.button-outline {
    padding: 5px 10px;
    font-size: 12px; }

.left {
  float: left; }

.right {
  float: right; }

.five {
  width: 5%; }

.ten {
  width: 10%; }

.fifteen {
  width: 15%; }

.twenty {
  width: 20%; }

.twentyfive {
  width: 25%; }

.thirty {
  width: 30%; }

.thirtyfive {
  width: 35%; }

.fourty {
  width: 40%; }

.fourtyfive {
  width: 45%; }

.fifty {
  width: 50%; }

.fiftyfive {
  width: 55%; }

.sixty {
  width: 60%; }

.sixtyfive {
  width: 65%; }

.seventy {
  width: 70%; }

.seventyfive {
  width: 75%; }

.eighty {
  width: 80%; }

.eightyfive {
  width: 85%; }

.ninety {
  width: 90%; }

.ninetyfive {
  width: 95%; }

.onehundred {
  width: 100%; }

#browserAlert {
  display: none;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  background: #941111;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 18px; }

#browserAlert a {
  color: #faabab;
  font-weight: bold; }

#browserAlert a:hover {
  color: #fff; }

.lt-ie8 #browserAlert {
  display: block; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.visible-mobile {
  display: block; }
  @media screen and (min-width: 961px) and (max-width: 1140px) {
    .visible-mobile {
      display: none; } }

.visible-desktop {
  display: none; }
  @media screen and (min-width: 961px) and (max-width: 1140px) {
    .visible-desktop {
      display: block; } }

/* -----------------------------------------------------------------
	TYPOGRAPHY ELEMENTS
------------------------------------------------------------------*/
a {
  color: black;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #48bb1a; }

.text-error {
  color: #c82727; }

.text-success {
  color: #62b51f; }

.text-warning {
  color: #e4be4c; }

.text-info {
  color: #5bc0de; }

p {
  margin: 0 0 25px 0; }

::-moz-selection {
  background: black;
  color: white;
  text-shadow: none; }

::selection {
  background: black;
  color: white;
  text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: bold;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-transform: uppercase; }

h1, h2, h3 {
  margin-top: 0px;
  margin-bottom: 20px; }

h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 20px; }

h1 {
  font-size: 36px;
  margin-bottom: 25px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

h1 small {
  font-size: 24px; }

h2 small {
  font-size: 18px; }

h3 small, h4 small {
  font-size: 14px; }

@media screen and (max-width: 750px) {
  h1 {
    font-size: 30px; }

  h2 {
    font-size: 27px; }

  h3 {
    font-size: 22px; }

  h4 {
    font-size: 16px; } }
blockquote {
  border-left: 5px solid #48bb1a;
  padding-left: 20px;
  margin: 0 0 25px 0;
  font-size: 21px;
  font-weight: bold; }
  blockquote cite {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin: 5px 0 0;
    font-style: normal; }
@media screen and (max-width: 750px) {
	blockquote {
	font-size:17px;
	line-height:1.3em;	
	}
}
hr {
  border-color: #dedede; }

/* -----------------------------------------------------------------
	FORM ELEMENTS
------------------------------------------------------------------*/
label {
  display: block;
  padding: 5px 0;
  clear:both;
  font-size: 13px;
  text-transform: uppercase;
  color: #6c6c6c; }
  label .required {
    color: #c82727; }
  label.error {
    color: #c82727; }
textarea.contact-msg{
height:160px;	
}
input,
textarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border: 1px solid #999999;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: normal;
  color: black;
  font-size: 15px;
  background: white;
  margin: 0 0 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none; }
  input:focus,
  textarea:focus {
    background: #f2f2f2; }
  input.error,
  textarea.error {
    border: 1px solid #c82727; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #6c6c6c; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #6c6c6c; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #6c6c6c; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #6c6c6c; }

select {
  width: 100%; }

.radio label,
.checkbox label {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  display: inline-block;
  padding: 0;
  margin-right: 20px; }
.radio input,
.checkbox input {
  width: auto;
  margin-right: 5px;
  display: inline-block; }

.submit-button {
  padding: 10px 20px;
  background: white;
  color: black;
  border: 1px solid #dedede;
  font-size: 14px;
  text-transform: uppercase; }
  .submit-button:hover {
    background: black;
    color: white;
    border-color: black; }

button.button, button.submit-button, input.submit-button,
input.button {
  display: inline-block;
  width: auto; }

.errormsg,
.successmsg {
  margin: 20px 0 0;
  font-size: 14px; }
  .errormsg span,
  .successmsg span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    margin: 0 10px 0 0; }

.errormsg span {
  background: #c82727; }

.successmsg span {
  background: #62b51f; }

.form-left {
  width: 50%;
  float: left;
  padding-right: 20px;
  clear: left; }

.form-right {
  width: 50%;
  float: right;
  padding-left: 20px;
  clear: right; }

@media screen and (max-width: 750px) {
  .form-left {
    width: 100%;
    padding-right: 0; }

  .form-right {
    width: 100%;
    padding-left: 0; } }
/* -----------------------------------------------------------------
REUSABLE ELEMENTS & CLASSES
------------------------------------------------------------------*/
img,
iframe {
  display: block;
  max-width: 100%; }

.content-left img {
  height: auto !important; }

.button {
  padding: 10px 20px;
  background: black;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none; }
  .button:hover {
    background: black;
    color: white; }

.button-outline {
  padding: 10px 20px;
  background: white;
  color: black;
  font-size: 14px;
  border: 1px solid #dedede;
  text-transform: uppercase;
  text-decoration: none; }
  .button-outline:hover {
    background: black;
    border-color: black;
    color: white; }

.aligncenter {
  margin: 20px auto;
  display: block; }

.alignleft {
  float: left;
  margin: 25px 25px 25px 0;
  clear: left; }

.alignright {
  float: right;
  margin: 25px 0 25px 25px;
  clear: right; }

@media screen and (max-width: 750px) {
  .alignleft {
    float: none;
    margin: 20px auto; }

  .alignright {
    float: none;
    margin: 20px auto; } }
/* -----------------------------------------------------------------
	GENERAL ELEMENTS 
------------------------------------------------------------------*/
html {
  background: white; }

body {
  font-size: 16px;
  color: black;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  background: white; }

@media screen and (max-width: 750px) {
  body {
    font-size: 15px; } }
/* -----------------------------------------------------------------
	HEADER ELEMENTS 
------------------------------------------------------------------*/
#header{
position:relative;	
padding: 25px 0;
width: 100%;
text-align:center;
z-index:999;
}
@media screen and (max-width: 750px) {
	#header{
	padding:15px 0;	
	}
}
@media screen and (max-width: 750px) {
	#header .wrapper{
	
	}
}
#header-right {
display:inline-block;
float: right; 
text-align:right;
}

@media screen and (max-width: 750px) {
  #header-right {
	margin-top:5px;
	} }

#logo {
 position:absolute;
 left:50%;
 margin-left:-148px; }


@media screen and (max-width: 750px) {
  #logo {
  width: 200px;
  margin-left:-100px;
  height: auto;
  display:block;
	} 
}


#top-social {
 display: inline-block;
  vertical-align:middle;
  text-align: right;
  font-size: 35px;
  padding:0 10px;
   }
  #top-social a {
    padding: 0 7px; }

@media screen and (max-width: 750px) {
  #top-social {
   display:none;
   font-size:25px;
  } }
/* -----------------------------------------------------------------
	NAVIGATION ELEMENTS 
------------------------------------------------------------------*/
#nav-trigger {
  display: block;
  float:left;
  vertical-align:middle;
  font-size: 40px;
  font-weight: 200;
  cursor: pointer;
 }
  
#nav-trigger:hover{
color:#48bb1a;	
}
#nav {
  position: absolute;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  height:100%;
  display: none;
  padding: 20px;
  letter-spacing: 0.03em; 
  /*background: #f8f8f8;*/
  
  z-index: 99;
  top: 108px;
  left: 0;
  text-align:left;
  }
  .nav-overlay{
	background: rgba(255, 255, 255, 0.95); 
	position:fixed;
	z-index:96;
	top:0;
	bottom:0;
	left:0;
	right:0; 
	display:none;
  }
.nav-social{
display:none;
font-size:20px;
}
.nav-social i{
padding:0 10px 0 0;		
}
@media screen and (max-width: 750px) {
	.nav-social{
	display:block;	
	}
	#nav{
	top:65px;	
	}
	#nav-trigger {
	font-size:25px;	
	}
}
#mobile-nav {
  position: relative;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  width: 48%;
  display: block;
  margin: 0;
  list-style: none; 
  text-align:right;
  float:left;}

  #mobile-nav > li {
    display: block;
    padding: 7px 0;
    margin: 0; }
    #mobile-nav > li > a {
      text-decoration: none; }
    #mobile-nav > li i {
		display:none;
      float: right;
      font-size: 17px;
	  cursor:pointer; }
    #mobile-nav > li > ul {
      width: 100%;
      display: none;
      position: relative;
      text-align: left;
      left: auto;
      font-size: 12px;
      list-style: none;
      margin: 0;
      padding: 0; }
      #mobile-nav > li > ul > li {
        padding: 5px 0; }
        #mobile-nav > li > ul > li > a {
          text-decoration: none;
          color: #6c6c6c; }
.category-stories{
float:right;
width:48%;	
margin-top:18px;
}
.category-stories a{
text-decoration:none;
}
.category-stories ul{
list-style:none;
margin:0;
padding:0;
border-bottom:1px solid black;	
}
.category-stories ul li{
display:inline-block;
vertical-align:top;
padding:0 8px 0 0;	
}
.category-nav-row{
width:100%;	
padding:10px 0;
display:block;
clear:both;
}
.category-nav-row .left{
float:none;
display:inline-block;
vertical-align:middle;
width:30%;	
margin-right:2%;
}
.category-nav-row .right{
float:none;
display:inline-block;
vertical-align:middle;
width:65%;	
}
@media screen and (max-width: 750px) {
	.category-stories{
	display:none;	
	}
	#mobile-nav {
	width:100%;	
	font-size:14px;
	text-align:left;
	}
	#mobile-nav > li i {
	display:block;	
	}
  }

#search-trigger {
display: inline-block;
vertical-align:middle;
font-size: 35px;
color: #6c6c6c;
cursor: pointer; }
#search-trigger:hover{
color:#48bb1a;	
}
.search-dropdown{
border-top: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
width:100%;
padding: 20px;
position:absolute;
background: #f8f8f8;
z-index: 99;
top: 108px;
left: 0;	
display:none;
}
@media screen and (max-width: 750px) {
	#search-trigger{
	font-size:25px;	
	}
	.search-dropdown{
	top:65px;	
	}
}
.search-overlay {
  position: relative;
  display: block;
  border: 1px solid #b9b9b9;
  padding: 5px 8px;
  border-radius: 25px;
  background: #fff;
  width: 100%; }
  .search-overlay input {
    font-style: italic;
    padding: 0;
    border: 0;
    display: inline-block;
    width: 92%;
    margin: 0;
    background: none;
    text-align: left; }
    .search-overlay input:focus {
      background: none; }
  .search-overlay button {
    text-transform: uppercase;
    border: 0;
    padding: 2px 8px;
    font-size: 13px;
    background: black;
    color: white;
    border-radius: 25px;
    display: inline-block;
    float: right; }
    .search-overlay button:hover {
      color: #b9b9b9; }

@media screen and (min-width: 961px) and (max-width: 1140px) {
	.search-overlay input {
      width: 90%; } 
   }
  @media screen and (min-width: 751px) and (max-width: 960px) {
	  .search-overlay input {
      width: 85%; } 
  }
@media screen and (max-width: 750px) {
 	.search-overlay input {
      width: 70%; } 
	  }
/* -----------------------------------------------------------------
	CONTENT AREA ELEMENTS 
------------------------------------------------------------------*/
ul {
  margin: 0 0 25px 0;
  padding: 0; }
  ul li {
    margin: 0 0 10px 0;
    padding: 0; }

ol {
  margin: 0 0 25px 0;
  padding: 0; }
  ol li {
    margin: 0 0 10px 0;
    padding: 0; }

#hero {
  width: 100%;
  max-width:1920px;
  margin:0 auto;
  position: relative;
   }

.flexslider .slides img.hero-desktop{
display:block;	
}
.flexslider .slides img.hero-mobile{
display:none;	
}
@media screen and (max-width: 430px) {
	
	.flexslider .slides img.hero-desktop{
	display:none;	
	}
	.flexslider .slides img.hero-mobile{
	display:block;	
	}
}


#hero .container{
width:70%;
padding:0 20px;
text-align:center;
text-transform:uppercase;
font-weight:700;
overflow:hidden;
position:absolute;
bottom:80px;
left:50%;
margin-left:-35%;
font-size:30px;
line-height:1.2em;
text-shadow: 0px 1px 5px rgba(150, 150, 150, 1);
}
#hero img{
width:100%;
height:auto;	
}

#hero a{
color:#fff;
text-decoration:none;	
}
#hero a:hover{
color:#48bb1a;
text-decoration:underline;	
}

@media screen and (min-width: 961px) and (max-width: 1140px) {
	#hero .container{
	
	}
}
@media screen and (min-width: 751px) and (max-width: 960px) {
	#hero .container{
	
	}
	
}
@media screen and (max-width: 750px) {
	
	#hero .container{
	font-size:20px;
	padding:20px;
	width:100%;
	left:auto;
	margin-left:auto;
	bottom:auto;
	text-shadow:none;
	position:relative;
	border-bottom:1px solid #dedede;	
	}
	#hero a{
	color:#000;
	text-decoration:none;	
	}
	#hero a:hover{
	color:#000;
	text-decoration:underline;	
	}
	
}
.story-row {
  width: 100%;
  border-bottom: 1px solid #dedede;
  margin-top: 45px;
  display: inline-block;
  position: relative; }
  .story-row .listing-image {
    width: 50%;
    height: auto;
    padding: 0 15px 0 0; }
    .story-row .listing-image:hover {
      opacity: 0.8; }
    .story-row .listing-image.right {
      padding: 0 0 0 15px; }
  .story-row .story-content {
    width: 50%;
    padding: 0 0 20px 0;
    color: #6c6c6c;
    position: relative;
    height: 100%; }
    .story-row .story-content h3 {
      font-size: 16px;
      text-transform: uppercase;
      margin-bottom: 30px;
      font-weight: bold; }
      .story-row .story-content h3 a {
        text-decoration: none; }
		.story-row .story-content h3 a:hover{
		text-decoration:underline;	
		}
    .story-row .story-content .listing-share {
      font-size: 18px;
      color: #b9b9b9;
      margin-top: 25px; }
      .story-row .story-content .listing-share span {
        padding-right: 15px; }
        .story-row .story-content .listing-share span:hover {
          color: #6c6c6c; }
    .story-row .story-content .listing-comments {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 12px;
      display: none; }
      .story-row .story-content .listing-comments a {
        text-decoration: none;
        color: #8f8f8f; }
      .story-row .story-content .listing-comments i {
        padding-right: 5px; }
    .story-row .story-content.left {
      padding-right: 15px;
      left: 0;
      top: 0; }
    .story-row .story-content.right {
      padding-left: 15px;
      right: 0;
      top: 0; }

@media screen and (max-width: 750px) {
  .story-row {
    margin-top: 25px; }
    .story-row .listing-image {
      width: 100%;
      height: auto;
      padding: 0; }
      .story-row .listing-image.right {
        padding: 0; }
    .story-row .story-content {
      width: 100%;
      margin-top: 20px; }
	   .story-row .story-content h3 {
		margin-bottom:0;   
	   }
      .story-row .story-content.left {
        padding-right: 0px; }
      .story-row .story-content.right {
        padding-left: 0px; } }
.pagnation {
  width: 100%;
  display: inline-block;
  padding: 15px 0 18px 0;
  font-size: 14px;
  border-bottom: 1px solid #dedede; }
  
  #load-more {
  width: 100%;
  text-align:center;
  display: block;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
 	background:#000;
 	color:#fff;
  text-decoration:none;
  margin-top:20px;
  clear:both;
  border:none;}
   #load-more:hover{
	background:#6c6c6c;   
	color:#fff;
   }
   #load-more:focus { outline: 0; }
   #load-more.done { cursor: default; background: #6c6c6c; }
  .pagnation .viewing {
    float: left;
    text-transform: uppercase;
    font-weight: 500;
    color: #6c6c6c;
    padding-top: 4px; }
  .pagnation ul {
    float: right;
    text-align: right;
    list-style: none;
    margin: 0;
    padding: 0; }
    .pagnation ul li {
      display: inline-block;
      border: 1px solid #b9b9b9;
      margin: 0 2px; }
      .pagnation ul li a {
        display: block;
        padding: 2px 8px;
        text-decoration: none; }
      .pagnation ul li.active a {
        color: #b9b9b9; }
  .pagnation.top-border {
    border-top: 1px solid #dedede; }

@media screen and (max-width: 750px) {
  .pagnation {
    text-align: center; }
    .pagnation .viewing {
      display: none;
      width: 100%;
      float: none;
      clear: both;
      margin-bottom: 10px; }
    .pagnation ul {
      float: none;
      width: 100%;
      text-align: center; } }
.trending-articles {
  padding: 45px 0 20px 0; }
  .trending-articles h3 {
    text-align: center;
    font-weight: normal; }
  .trending-articles .col {
    width: 25%;
    padding: 0 7px;
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold; }
    .trending-articles .col a {
      text-decoration: none; }
	  .trending-articles .col a:hover {
      text-decoration: underline; }
    .trending-articles .col img {
      margin-bottom: 10px;
      width: 100%; }
.trending-articles .col img:hover{
opacity:0.8;	
}
@media screen and (min-width: 751px) and (max-width: 960px) {
	.trending-articles {
  padding: 30px 0 10px 0; }
  .trending-articles .col {
    width: 50%;
    margin-bottom: 15px; }
    .trending-articles .col:nth-child(3) {
      clear: right; }
    .trending-articles .col:nth-child(4) {
      clear: left; } }
@media screen and (max-width: 750px) {
	.trending-articles {
  padding: 30px 0 0px 0; }
  .trending-articles .col {
    width: 50%;
    margin-bottom: 15px; }
    .trending-articles .col:nth-child(3) {
      clear: right; }
    .trending-articles .col:nth-child(4) {
      clear: left; }
    .trending-articles .col:nth-child(5) {
      clear: right; }
    .trending-articles .col:nth-child(6) {
      clear: left; } }
/* -----------------------------------------------------------------
	FOOTER ELEMENTS 
------------------------------------------------------------------*/
#footer {
  background: #f8f8f8;
  width: 100%;
  margin-top: 45px;
  padding: 20px 0;
  border-top: 1px solid #dedede;
  text-transform: uppercase;
  font-size: 12px; }
  #footer .left {
    width: 70%; }
  #footer .right {
    width: 30%;
    text-align: right; }
  #footer .nav-col-one {
    width: 33%;
    float: left; }
    #footer .nav-col-one ul {
      margin: 0 0 20px 0;
      padding: 0;
      list-style: none; }
      #footer .nav-col-one ul li {
        margin-bottom: 7px; }
  #footer a {
    text-decoration: none; }

#footer-social {
  text-align: right;
  font-size: 30px;
  clear: both;
  padding: 0px 0; }
  #footer-social a {
    padding: 0 7px;
    color: #b9b9b9; }
    #footer-social a:hover {
      color: black; }
.footer-logo{
display:inline-block; clear:both; margin-bottom:10px;
width:150px;
margin-bottom:10px;	
}
@media screen and (max-width: 750px) {
	#footer {
	padding-bottom:40px;	
	}
}
@media screen and (max-width: 960px) {
  #footer-social {
    text-align: center; } }
.newsletter h5 {
	float:left;
  margin:14px 10px 10px 0; }
  
  @media screen and (max-width: 1140px) {
	  
  }
.newsletter .input-contain {
  border: 1px solid #999999;
  padding: 10px 8px;
  border-radius: 25px;
  background: white;
  width: 60%;
  float: left; }
  .newsletter .input-contain input {
    padding: 0;
    border: 0;
    display: inline-block;
    width: 80%;
    margin: 0;
    background: none;
    float: left; }
    .newsletter .input-contain input:focus {
      background: none; }
  .newsletter .input-contain button {
    text-transform: uppercase;
    border: 0;
    background: none;
    display: inline-block;
    float: right;
    color: #8f8f8f;
    font-size: 22px;
    line-height: 0.5em;
    padding: 0; }
    .newsletter .input-contain button:hover {
      color: black; }

@media screen and (max-width: 960px) {
  .newsletter .input-contain {
    width: 100%; } }
@media screen and (max-width: 960px) {
  #footer {
    margin-top: 30px; }
    #footer .left {
      width: 100%;
    margin-bottom:10px;}
    #footer .right {
      width: 100%;
      text-align: center; }
    #footer .nav-col-one {
      width: 50%; } }
	  
	  
.footer-more{
width:100%;
clear:both;
display:inline-block;
margin:25px 0 0 0;
border-top:1px solid #dedede;	
text-align:center;
font-size:19px;
text-transform:uppercase;
color:#000;
padding:10px 0 0 0;
cursor:pointer;
}
.footer-toggle{
display:none;
width:100%;	
}
.detail-content {
  margin-top: 0; }

.detail-left {
  float: left;
  width: 66%; }

@media screen and (max-width: 960px) {
  .detail-left {
    width: 100%; } }
#hero-internal {
  width: 100%;
  margin: 0 0 40px 0; }

#sidebar {
  width: 30%;
  float: right; }

@media screen and (max-width: 960px) {
  #sidebar {
    display: none; } }
.post-categories {
  font-size: 16px;
  font-weight: bold;
  color: #b9b9b9;
  text-transform: uppercase;
  margin: 0 0 15px 0; }
  .post-categories a {
    color: #6c6c6c;
    text-decoration: none; }
    .post-categories a:hover {
      color: black; }

.author-date {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  color: black; }
.author-date a{
color:#000;	
text-decoration:none;
}
.author-date a:hover{
color:#48bb1a;	
}
.fb-title{
text-transform:uppercase;
font-size:10px;
float:left;
font-weight:bold;
display:inline-block;
vertical-align:middle;	
color:#6c6c6c;
padding-right:10px;
margin-top:10px;
}
@media screen and (max-width: 740px) {
	.fb-title{
	display:none;	
	}
}
.post-share {
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
  margin: 0 0 25px 0;
  padding:8px 0;
  width: 100%;
  display: inline-block; }
  .post-share .share-hidden {
    display: none;
    float: left; }
.fb_iframe_widget{
float:left;
margin-right:25px;	
margin-top:-2px;
}
@media screen and (max-width: 740px) {
	.fb_iframe_widget{
	margin-top:0;	
	}
}
  .post-share .share-icon {
   text-transform:uppercase;
    margin: 0 5px 5px 0;
    display: inline-block;
    vertical-align: baseline;
    font-size: 11px;
    min-width: 30px;
    height: 30px;
    text-align: center;
    color: white;
    background: black;
    padding: 7px 6px;
    position: relative;
    float: left; }
	.post-share .share-icon i{
	font-size:13px;	
	}
	.post-share .share-icon i.fa-facebook{
	padding-right:5px;	
	}
	.post-share .share-icon i.fa-twitter{
	padding-right:5px;	
	}
    .post-share .share-icon:hover {
      opacity: 0.6; }
    .post-share .share-icon.share-show {
      background: #b9b9b9;
      cursor: pointer; }
    .post-share .share-icon.st_facebook_vcount {
	  width:105px;
      background: #1d539c; }
	  .post-share .share-icon.st_facebook_vcount:after{
		content:'Share';
		position:absolute;
		left:25px;  
		top:7px;
	  }
	  .post-share .share-icon.st_facebook_vcount:before{
		 content: "\f09a";
		 font-family:fontawesome;
		 position:absolute;
		 left:10px;
		 top:8px;
	  }
    .post-share .share-icon.st_twitter_vcount {
      background: #2aa2f7; 
	  width:105px;
	  }
	  .post-share .share-icon.st_twitter_vcount:after{
		content:'Tweet';
		position:absolute;
		left:25px;  
		top:7px;
	  }
	  .post-share .share-icon.st_twitter_vcount:before{
		 content: "\f099";
		 font-family:fontawesome;
		 position:absolute;
		 left:10px;
		 top:8px;
	  }
    .post-share .share-icon.st_googleplus_custom {
      background: #ce4735; }
    .post-share .share-icon.st_email_custom {
      background: #4c4b4b; }
    .post-share .share-icon.st_linkedin_custom {
      background: #3c7ca9; }
    .post-share .share-icon.st_sharethis_custom {
      background: #13d746; }
  .post-share .st-facebook-counter {
    display: none !important; }
  .post-share .st-twitter-counter {
    display: none !important; }
  .post-share .stBubble {
    width: auto;
    height: auto;
    background: none;
    padding: 0; }
    .post-share .stBubble .stBubble_count {
      background: none !important;
      border: none !important;
      font-size: 11px;
      height: auto;
      width: auto;
      padding-top: 0;
      font-weight: 500;
      color: #fff !important;
	  position:relative;
	  padding:0 4px; }
.footer-fixed-share{
display:none;
position:fixed;
bottom:0;
background:#fff;
background:rgba(255,255,255, 0.9);
width:100%;
padding:8px 0;	
}
.footer-fixed-share .share-icon {
text-transform:uppercase;
margin: 0 8px 0 0;
display: inline-block;
vertical-align: baseline;
font-size: 11px;
min-width: 30px;
height: 30px;
text-align: center;
color: white;
background: black;
padding: 7px 6px;
position: relative;
float: left; 
cursor: pointer;
}
.footer-fixed-share .share-icon:last-child{
margin:0;	
}
@media screen and (max-width: 750px) {
	.footer-fixed-share{
	
	}
	.footer-fixed-share .share-icon {
		width:48%;
	}
}
.footer-fixed-share .share-icon i{
font-size:13px;	
}
.footer-fixed-share .share-icon i.fa-facebook{
padding-right:5px;	
}
.footer-fixed-share .share-icon i.fa-twitter{
padding-right:5px;	
}
.footer-fixed-share .share-icon.st_facebook_custom {
background: #1d539c; }
.footer-fixed-share .share-icon.st_twitter_custom {
background: #2aa2f7; }
.footer-fixed-share .st-facebook-counter {
display: none !important; }
.footer-fixed-share .st-twitter-counter {
 display: none !important; }
.footer-fixed-share .stBubble {
width: auto;
height: auto;
background: none;
padding: 0; 
}
.footer-fixed-share .stBubble .stBubble_count {
background: none !important;
border: none !important;
font-size: 11px;
height: auto;
width: auto;
padding-top: 0;
font-weight: 500;
color: #fff !important;
position:relative;
padding:0 4px; }

.footer-fixed-share .stButton {
  position: relative;
  left: auto;
  width: auto;
  text-align: right;
  top: auto;
  margin-left: 0;
  margin-right: 0; 
  display:inline-block !important;
  vertical-align:top;
  padding-left:5px;
  color:#fff;
  line-height:1.4em;}

.footer-fixed-share .stButton .stBubble {
  width: auto;
  height: auto;
  margin: 0; }
.footer-fixed-share .stBubble .stBubble_count:before{
content:'(';	
position:absolute;
left:0;
}
.footer-fixed-share .stBubble .stBubble_count:after{
content:')';	
position:absolute;
right:0;
}


.image-out-left{
float:left; margin:20px 20px 20px 0; margin-left:-150px;	
}
@media screen and (max-width: 960px) {
	.image-out-left{
	float:left; margin:20px 20px 20px 0; margin-left:0;	
	}	
}
@media screen and (max-width: 750px) {
	.image-out-left{
	float:none; margin-left:0; margin:20px auto; 
	display:block;
	
	}	
}
h1.post-title{
margin:0;
}

.post-share .stButton {
  position: relative;
  left: auto;
  width: auto;
  text-align: right;
  top: auto;
  margin-left: 0;
  margin-right: 0; 
  display:inline-block !important;
  vertical-align:top;
  padding-left:5px;
  color:#fff;
  line-height:1.4em;
  width:100%;}

.post-share .stButton .stBubble {
  float:right;
  width: auto;
  height: auto;
  margin: 0; }
.post-share .stBubble .stBubble_count:before{
content:'(';	
position:absolute;
left:0;
}
.post-share .stBubble .stBubble_count:after{
content:')';	
position:absolute;
right:0;
}

.post-topics {
  background: #fff;
  font-weight: 500;
  font-size: 13px;
  width: 100%;
  padding: 10px 0;
  text-transform: uppercase; }
  .post-topics a {
    background: white;
	color:#48bb1a;
    border: 1px solid #b9b9b9;
    text-decoration: none;
    padding: 1px 8px;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    border-radius: 25px; }
    .post-topics a:hover {
      background: black;
      color: white;
      border: 1px solid black; }
  .post-topics span {
    padding: 2px 5px;
    display: inline-block;
    vertical-align: top; }

@media screen and (max-width: 750px) {
  .post-topics a {
    margin: 3px; } }
.contributor-box {
  padding: 10px;
  width: 100%;
  background: #f8f8f8;
  font-size: 15px;
  display: inline-block;
  margin-top: 30px; }
  .contributor-box img {
    float: left;
    width: 10%;
    border-radius: 100px; }
  .contributor-box .info {
    float: right;
    width: 90%;
    padding-left: 20px; }
  .contributor-box small {
    font-size: 12px; }
  .contributor-box h5 {
    margin-bottom: 10px;
    font-weight: 500; }
  .contributor-box p {
    margin-bottom: 0; }

@media screen and (max-width: 750px) {
  .contributor-box img {
    float: none;
	display:none;
    margin-bottom: 15px;
    width: 35%; }
  .contributor-box .info {
    float: none;
    width: 100%;
    padding-left: 0px; } }
.post-trending-articles {
  margin: 40px 0 0 0; }
  .post-trending-articles h3 {
    text-align: center;
    font-weight: normal; }
  .post-trending-articles .col {
    width: 25%;
    padding: 0 7px;
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold; }
    .post-trending-articles .col a {
      text-decoration: none; }
    .post-trending-articles .col img {
      margin-bottom: 10px; }

@media screen and (min-width: 751px) and (max-width: 960px) {
  .post-trending-articles .col {
    width: 33%;
    margin-bottom: 15px; }
    .post-trending-articles .col:nth-child(4) {
      clear: right; }
    .post-trending-articles .col:nth-child(5) {
      clear: left; } }
@media screen and (max-width: 750px) {
  .post-trending-articles .col {
    width: 50%;
    margin-bottom: 15px; }
    .post-trending-articles .col:nth-child(3) {
      clear: right; }
    .post-trending-articles .col:nth-child(4) {
      clear: left; }
    .post-trending-articles .col:nth-child(5) {
      clear: right; }
    .post-trending-articles .col:nth-child(6) {
      clear: left; } }
.post-comments {
  width: 100%;
  margin: 0 0 35px 0; }
  .post-comments #comment-trigger {
    width: 100%;
    display: block;
    color: white;
    background: black;
    text-transform: uppercase;
    font-size: 21px;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    padding: 8px 0; }
    .post-comments #comment-trigger:hover {
      background: #6c6c6c; }
  .post-comments .comment-block {
    display: none;
    padding: 20px 0;
    width: 100%; }

@media screen and (max-width: 750px) {
  .post-comments {
    margin: 30px 0; } }
.title-most-popular {
  clear: both;
  width: 100%;
  padding: 10px 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede; }

.load-more {
  clear: both;
  width: 100%;
  padding: 10px 0 15px 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid #dedede;
  text-align: center; }
  .load-more a {
    border: 1px solid #b9b9b9;
    padding: 2px 8px;
    text-decoration: none; }

.fixed-share {
	display:none;
  position: fixed;
  background: white;
  top: 20px;
  left: 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  padding: 8px;
  z-index: 99; }
  .fixed-share span {
    margin: 0 0 5px 0;
    display: block;
    vertical-align: baseline;
    font-size: 18px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: white;
    background: black;
    padding: 6px 0 0 0;
    position: relative; }
    .fixed-share span:hover {
      opacity: 0.6; }
    .fixed-share span.st_facebook_custom {
      background: #1d539c; }
    .fixed-share span.st_twitter_custom {
      background: #2aa2f7; }
    .fixed-share span.st_googleplus_custom {
      background: #ce4735; }
    .fixed-share span.st_email_custom {
      background: #4c4b4b; }
    .fixed-share span.st_linkedin_custom {
      background: #3c7ca9; }
    .fixed-share span.st_sharethis_custom {
      background: #13d746; }

@media screen and (max-width: 960px) {
  .fixed-share {
    display: none !important; } }
.sidebar-recent-posts {
  border: 1px solid #dedede;
  padding: 20px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px; }
  .sidebar-recent-posts img {
    margin-bottom: 15px; }
  .sidebar-recent-posts a {
    text-decoration: none; }
  .sidebar-recent-posts h2 {
    font-size: 18px;
    font-weight: 400; }
  .sidebar-recent-posts .recent-post-row {
    margin: 0 0 20px 0; }
    .sidebar-recent-posts .recent-post-row:last-child {
      margin-bottom: 0; }

.sidebar-most-popular {
  background: #f8f8f8;
  padding: 20px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px; }
  .sidebar-most-popular h2 {
    font-size: 18px;
    font-weight: 400; }
  .sidebar-most-popular a {
    text-decoration: none; }
  .sidebar-most-popular .popular-post-row {
    border-top: 1px solid #dedede;
    padding: 15px 0; }
    .sidebar-most-popular .popular-post-row:last-child {
      padding-bottom: 0; }

.sidebar-bigbox {
  border: 1px solid #dedede;
  padding: 20px 20px 10px 20px;
  font-size: 10px;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #b9b9b9; }
  .sidebar-bigbox img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    margin-bottom: 8px; }

.sidebar-social-newsletter {
  background: #f8f8f8;
  padding: 20px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block; }
  .sidebar-social-newsletter h3 {
    font-size: 14px;
    font-weight: 500; }
  .sidebar-social-newsletter .newsletter-section {
    border-top: 1px solid #dedede;
    padding-top: 20px;
    margin-top: 20px; }
    .sidebar-social-newsletter .newsletter-section .input-contain {
      border: 1px solid #999999;
      padding: 10px 8px;
      border-radius: 25px;
      background: white;
      width: 100%;
      float: left; }
      .sidebar-social-newsletter .newsletter-section .input-contain input {
        padding: 0;
        border: 0;
        display: inline-block;
        width: 80%;
        margin: 0;
        background: none;
        float: left; }
        .sidebar-social-newsletter .newsletter-section .input-contain input:focus {
          background: none; }
      .sidebar-social-newsletter .newsletter-section .input-contain button {
        text-transform: uppercase;
        border: 0;
        background: none;
        display: inline-block;
        float: right;
        color: #8f8f8f;
        font-size: 22px;
        line-height: 0.5em;
        padding: 0; }
        .sidebar-social-newsletter .newsletter-section .input-contain button:hover {
          color: black; }
  .sidebar-social-newsletter a {
    background: black;
    color: white;
    text-decoration: none;
    font-size: 24px;
    border-radius: 100px;
    padding: 4px 0 0 0;
    text-align: center;
    width: 46px;
    height: 46px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 5px 0; }
    .sidebar-social-newsletter a:hover {
      background: #b9b9b9; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.contributor-col {
  width: 31.3%;
  float: left;
  margin: 0 3% 30px 0;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px; }
  .contributor-col a {
    text-decoration: none; }
  .contributor-col.last {
    margin-right: 0; }
  .contributor-col img {
    width: 100%;
    margin-bottom: 15px; }
  .contributor-col .overlay {
    position: relative;
    display: block; }
    .contributor-col .overlay:before {
      -webkit-transition: height 0.2s;
      transition: height 0.2s;
      height: 0;
      bottom: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      z-index: 2;
      content: '';
      left: 0; }
    .contributor-col .overlay:after {
      display: none; }
    .contributor-col .overlay:hover:before {
      height: 100%; }
    .contributor-col .overlay:hover:after {
      display: block;
      content: "\f002";
      font-family: "FontAwesome";
      color: white;
      font-size: 20px;
      left: 50%;
      top: 50%;
      margin-top: -10px;
      margin-left: -10px;
      position: absolute;
      z-index: 5; }

@media screen and (min-width: 751px) and (max-width: 960px) {
  .contributor-col {
    font-size: 14px; } }
@media screen and (max-width: 750px) {
  .contributor-col {
    font-size: 14px;
    width: 100%; } }
.contributor-left {
  width: 30%;
  float: left;
  margin: 0 0 40px 0; }
  .contributor-left img {
    width: 100%;
    height: auto; }

.contributor-right {
  float: right;
  width: 70%;
  padding-left: 40px;
  margin: 0 0 40px 0; }
  .contributor-right h1 {
    margin: 0; }
  .contributor-right h2 {
    font-size: 18px; }

@media screen and (max-width: 750px) {
  .contributor-left {
    width: 70%;
    margin: 0 0 20px 0; }

  .contributor-right {
    width: 100%;
    padding-left: 0; }
    .contributor-right h1 {
      font-size: 25px; }
    .contributor-right h2 {
      font-size: 14px; } }
.contact-contributor {
  background: #f8f8f8;
  font-weight: 500;
  padding: 10px 8px;
  font-size: 14px;
  text-transform: uppercase; }
  .contact-contributor span {
    font-size: 11px;
    padding: 5px 20px;
    display: inline-block;
    vertical-align: top; }
    .contact-contributor span i {
      text-decoration: none; }
  .contact-contributor .title {
    display: inline-block;
    vertical-align: top;
    padding: 4px 0; }

@media screen and (min-width: 751px) and (max-width: 960px) {
  .contact-contributor span {
    padding: 5px 10px; }
  .contact-contributor .title {
    display: block; } }
@media screen and (max-width: 750px) {
  .contact-contributor span {
    width: 45%;
    padding: 5px 0; }
  .contact-contributor .title {
    display: block;
    clear: both; } }
.featured-story {
  width: 100%;
  display: inline-block;
  clear: both;
  color: #6c6c6c;
  font-size: 18px;
  margin-bottom: 35px; }
  .featured-story img {
    float: left;
    width: 67%;
    height: auto;
    padding-right: 40px; }
	.featured-story img:hover{
	opacity:0.8;	
	}
  .featured-story .right {
    width: 33%;
    float: right; }
  .featured-story h2 a {
    text-decoration: none; }
 .featured-story h2 a:hover {
    text-decoration: underline; }
@media screen and (min-width: 751px) and (max-width: 960px) {
  .featured-story img {
    width: 50%;
    padding-right: 20px; }
  .featured-story .right {
    width: 50%;
    padding-left: 20px; } }
@media screen and (max-width: 750px) {
  .featured-story {
    font-size: 16px;
	border-bottom:1px solid #dedede;
	margin-bottom:25px;
	 }
    .featured-story img {
      width: 100%;
      padding-right: 0px;
      margin-bottom: 20px; }
    .featured-story .right {
      width: 100%; }
    .featured-story h2 {
      font-size: 20px; } }
.featured-double {
  width: 50%;
  color: #6c6c6c;
  font-size: 16px;
  margin-bottom: 35px; }
  .featured-double .author-date {
    margin-bottom: 0; }
  .featured-double p {
    margin-bottom: 20px; }
  .featured-double img {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }
	.featured-double img:hover{
	opacity:0.8;	
	}
  .featured-double h2 {
    font-size: 16px; }
    .featured-double h2 a {
      text-decoration: none; }
	   .featured-double h2 a:hover {
      text-decoration: underline; }
  .featured-double.left {
    padding-right: 20px; }
  .featured-double.right {
    padding-left: 20px; }

@media screen and (max-width: 750px) {
  .featured-double {
    width: 100%; 
	border-bottom:1px solid #dedede;
	padding-bottom:25px;
	}
    .featured-double.left {
      padding-right: 0px; }
    .featured-double.right {
      padding-left: 0px; } 
	  .featured-double h2 {
		margin-bottom:0;  
	  }
	  }
.featured-triple {
  float: left;
  width: 31.2%;
  margin-bottom: 35px; }
  .featured-triple .author-date {
    margin-bottom: 0; }
  .featured-triple img {
    width: 100%;
    height: auto;
    min-height: 248px;
    margin-bottom: 20px; }
	.featured-triple img:hover{
	opacity:0.8;	
	}
  .featured-triple h2 {
    font-size: 16px;
    margin-bottom: 0px; }
    .featured-triple h2 a {
      text-decoration: none; }
	  .featured-triple h2 a:hover {
      text-decoration: underline; }
  .featured-triple.first {
    clear: left;
    margin-right: 3%; }
  .featured-triple.second {
    margin-right: 3%; }
  .featured-triple.third {
    clear: right;
    margin-right: 0; }

@media screen and (max-width: 750px) {
  .featured-triple {
    width: 100%; 
	border-bottom:1px solid #dedede;
	padding-bottom:25px;}
    .featured-triple h2 {
      font-size: 16px; 
	  margin-bottom:0;}
    .featured-triple.first {
      margin-right: 0; }
    .featured-triple.second {
      margin-right: 0; } }  
  .cartoon-contain h4{
  font-size:16px;  
  margin:10px 0 0 0;
  }
  .cartoon-contain h5{
	font-weight:400;  
	margin:0;
  }
  .cartoon-contain h4 a{
	text-decoration:none;  
  }
  .cartoon-contain {
    background: #f8f8f8;
    border: 1px solid #dedede;
    width: 31%;
    float: left;
    padding: 8px;
    margin: 0 3% 25px 0; }
    .cartoon-contain img {
      width: 100%;
      height: auto; }
    .cartoon-contain a.various {
      position: relative;
      display: block; }
      .cartoon-contain a.various:before {
        -webkit-transition: height 0.2s;
        transition: height 0.2s;
        height: 0;
        bottom: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        z-index: 2;
        content: '';
        left: 0; }
      .cartoon-contain a.various:after {
        display: none; }
      .cartoon-contain a.various:hover:before {
        height: 100%; }
      .cartoon-contain a.various:hover:after {
        display: block;
        content: "\f00e";
        font-family: "FontAwesome";
        color: white;
        font-size: 40px;
        line-height: 1em;
        left: 50%;
        top: 50%;
        margin-top: -20px;
        margin-left: -20px;
        position: absolute;
        z-index: 5; }
  .cartoon-contain.third {
    margin: 0; }

.happy-contain {
  background: #f8f8f8;
  border: 1px solid #dedede;
  width: 100%;
  padding: 8px;
  margin-bottom: 25px; }
  .happy-contain img {
    width: 100%;
    height: auto;
    margin-bottom: 8px; }
  .happy-contain h2 {
    font-size: 15px;
    margin: 0 0 0 0; }
    .happy-contain h2 a {
      text-decoration: none; }
      .happy-contain h2 a:hover {
        color: #b9b9b9; }

@media screen and (max-width: 750px) {
  .cartoon-contain {
    width: 100%;
    float: left;
    margin: 0; }
    .cartoon-contain {
      margin-bottom: 15px !important; }
      .cartoon-contain a {
        position: relative;
        display: block; }
        .cartoon-contain a.various:hover:before {
          display: none; }
        .cartoon-contain a.various:hover:after {
          display: none; } }
.cartoon-share {
  margin: 0 0 0px 0;
  padding-top: 5px; }
  .cartoon-share .post-share {
    margin-bottom: 0px; }
  .cartoon-share .share-title {
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: baseline;
    padding-right: 20px;
    font-weight: 500;
    margin-bottom: 10px; }
  .cartoon-share .share-icon {
    text-transform:uppercase;
    margin: 0 5px 5px 0;
    display: inline-block;
    vertical-align: baseline;
    font-size: 11px;
    min-width: 30px;
    height: 30px;
    text-align: center;
    color: white;
    background: black;
    padding: 7px 6px;
    position: relative;
    float: left; }
	
    .cartoon-share .share-icon:hover {
      opacity: 0.6; }
    .cartoon-share .share-icon.st_facebook_custom {
      background: #1d539c; }
    .cartoon-share .share-icon.st_twitter_custom {
      background: #2aa2f7; }
    .cartoon-share .share-icon.st_googleplus_custom {
      background: #ce4735; }
    .cartoon-share .share-icon.st_email_custom {
      background: #4c4b4b; }
    .cartoon-share .share-icon.st_linkedin_custom {
      background: #3c7ca9; }
    .cartoon-share .share-icon.st_sharethis_custom {
      background: #13d746; }

@media screen and (max-width: 750px) {
  .cartoon-share .post-share .share-hidden {
    display: none; }
  .cartoon-share .post-share .share-icon.share-show {
    display: block; }
  .cartoon-share .share-title {
    display: block; } }
.cartoon-by {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal; }

.cartoon-title {
  font-weight: 500;
  margin-bottom: 10px;
  margin-top:20px; }

.cartoon-wrap {
  padding:  0 10px;
  width: 100%;
  margin: 0 auto; }

.back-cartoon {
  display: none;
  font-size: 11px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-weight: 500; }

@media screen and (max-width: 400px) {
  .back-cartoon {
    display: block; } }
	
.hide-on-mobile{
	
}
@media screen and (max-width: 750px) {
	.hide-on-mobile{
	display:none;
	}
}

#mobile-hero{
display:none;	
}
@media screen and (max-width: 960px) {
	#mobile-hero{
	display:block;	
	}
}
#mobile-hero h2{
font-size:19px;	
margin:0px 0 0 0;
padding:10px;
border-bottom:1px solid #dedede;
}
#mobile-hero h2:last-child{
border-bottom:none;
}
#mobile-hero h2 a{
text-decoration:none;	
}

.full-width-post{
width:70%;	
margin:0 auto;
margin-top:40px;
font-size:19px;
}
.full-width-post a{
color:#48bb1a;	
}
@media screen and (max-width: 960px) {
	.full-width-post{
	width:100%;	
	}
}
@media screen and (max-width: 750px) {
	.full-width-post{
	font-size:16px;	
	}
}
.full-width-image{
width:100%;	
position:relative;
}
.full-width-image img{
width:100%;
height:auto;	
}
.mobile-post-image{
display:none;	
}
.post-image{
display:block;	
}
@media screen and (max-width: 750px) {
	.mobile-post-image{
	display:block;	
	}
	.post-image{
	display:none;	
	}
}
.newsletter-block{
border-top:1px solid #dedede;	
border-bottom:1px solid #dedede;	
padding:5px 0;
font-size:14px;
text-align:left;
text-transform:uppercase;
margin:25px 0 0 0;
}
.newsletter-block a{
text-decoration:none;	
}

.full-width-video-detail{
width:70%;	
margin:0 auto;
}
@media screen and (max-width: 750px) {
	.full-width-video-detail{
	width:100%;	
	}
}

.post-detail-caption{
position:absolute;
text-align:center;
z-index:9;	
width:70%;
left:50%;
margin-left:-35%;
top:40%;
display:block;
}
.post-detail-caption a{
color:#fff;	
}
.post-detail-caption .author-date, .post-detail-caption h1{
color:#fff;
}
.post-title-mobile{
display:none;	
}
@media screen and (max-width: 960px) {
	.post-detail-caption{
	display:none;
	}
	.post-title-mobile{
	display:block;	
	}
}
.article-nav{
display:none;	
}
.prev-article{
position:fixed;
left:0;	
top:50%;
background:#fff;
border:1px solid #ccc;
font-size:10px;
padding:10px;
}
.next-article{
position:fixed;
right:0;	
top:50%;
background:#fff;
border:1px solid #ccc;
font-size:10px;
padding:10px;
}
.prev-article a, .next-article a{
text-decoration:none;	
}
.prev-article a span{
text-decoration:underline;	
padding:0 0 0 10px;
display:none;
}
.next-article a span{
text-decoration:underline;	
padding:0 10px 0 0;
display:none;
}
.next-article a:hover span{
display:inline-block;	
}
.prev-article a:hover span{
display:inline-block;	
}

.search-form-detail {
  position: relative;
  display: block;
  border: 1px solid #b9b9b9;
  padding: 5px 8px;
  border-radius: 25px;
  background: #fff;
  width: 100%; 
  margin-bottom:40px;}
.search-form-detail input {
    font-style: italic;
    padding: 0;
    border: 0;
    display: inline-block;
    width: 92%;
    margin: 0;
    background: none;
    text-align: left; }
.search-form-detail  input:focus {
      background: none; }
.search-form-detail  button {
    text-transform: uppercase;
    border: 0;
    padding: 2px 8px;
    font-size: 13px;
    background: black;
    color: white;
    border-radius: 25px;
    display: inline-block;
    float: right; }
.search-form-detail  button:hover {
      color: #b9b9b9; }

@media screen and (min-width: 961px) and (max-width: 1140px) {
	.search-form-detail  input {
      width: 90%; } 
   }
  @media screen and (min-width: 751px) and (max-width: 960px) {
	.search-form-detail  input {
      width: 85%; } 
  }
@media screen and (max-width: 750px) {
 .search-form-detail  input {
      width: 70%; } 
	  }
.results{
margin-bottom:0;
text-transform:uppercase;
font-size:17px;	
}
.results2{

text-transform:uppercase;
font-size:17px;	
}


.hero-col{
width:49%;
margin-right:1%;
float:left;
}

.hero-col.two{
width:50%;
margin-right:0;
}
.hero-item{
width:100%;
height:480px;	
background-size:cover;
background-position:center center;
background-repeat:no-repeat;
position:relative;
overflow:hidden;
}
.hero-item:hover{
opacity:0.8;	
}
#hero .hero-item:hover .container{
opacity:1 !important;
}
#hero .hero-item .container{
position:absolute;	
width:90%;
text-align:center;
line-height:1.1em;
bottom:30px;
margin-left:-45%;
padding:0;
font-size:23px;
text-shadow:0 1px 5px rgba(0, 0, 0, 0.7);
}
#hero .hero-item .container.small{
font-size:18px;	
}
.hero-item.half{
width:49%;
margin-right:2%;
height:240px;	
float:left;
}
.hero-item.half.last{
margin-right:0;	
}

.hero-item.quarter{
width:49%;
margin-right:2%;
height:232px;
margin-bottom:8px;	
float:left;
}
.hero-item.quarter.bottom{
margin-top:8px;
margin-bottom:0;	
}
.hero-item.quarter.last{
margin-right:0;	
}
.hero-item.lesstalltop{
width:100%;
height:240px;	
float:left;
}
.hero-item.lesstall{
width:100%;
height:225px;	
clear:both;
margin-top:15px;
float:left;
}
.hero-item.lesstall.bottom{
margin-top:0;
margin-bottom:15px;	
}
@media screen and (max-width: 750px) {
	.hero-col{
	width:100%;
	margin-right:0;
	}
	.hero-col.two{
	width:100%;
	margin-right:0;
	margin-top:8px;
	}
	#hero .hero-item .container{
	width:100%;
	padding:0 10px;
	line-height:1.1em;
	bottom:20px;
	margin-left:0;
	font-size:16px;
	color:#fff;
	border-bottom:none;
	text-shadow:0 1px 5px rgba(0, 0, 0, 0.7);
	}
	#hero .hero-item .container a{
	color:#fff;	
	}
	.hero-item{
	height:225px;	
	}
	.hero-item.lesstall{
	margin-top:10px;
	}
	.hero-item.quarter{
	margin-bottom:5px;		
	}
	.hero-item.quarter.bottom{
	margin-top:5px;
	}
	.hero-item.lesstall.bottom{
	margin-bottom:8px;	
	}
}

.search-row{
width:100%;
display:inline-block;
margin:0 0 30px 0;
}
.search-row p{
margin-bottom:0;	
}
.search-row h3{
font-size:17px;
margin:0 0 10px 0;	
}
.search-row h4{
font-size:14px;
margin:0 0 10px 0;	
font-weight:normal;
}
.search-row h3 a{
text-decoration:none;	
}
.search-row .listing-image{
float:left;
width:20%;	
}
.search-row .story-content{
float:right;
width:80%;
padding-left:20px;	
}

@media screen and (max-width: 750px) {
	.search-row h3{
	font-size:15px;	
	}
	.search-row .listing-image{
	width:20%;	
	}
	.search-row .story-content{
	width:80%;
	padding-left:10px;	
	line-height:1.2em;
	font-size:13px;
	}
	.search-row h4{
	display:none;	
	}
}
/* -----------------------------------------------------------------
	ADDED FOR WP
------------------------------------------------------------------*/
.category-stories .about, .category-stories .entertainment, .category-stories .lifestyle, .category-stories .eats, .category-stories .causes, .category-stories .contact, .category-stories .veganism { display: none; }

.gcsc-branding, .gsc-orderby-container, .gs-webResult div.gs-visibleUrl-short { display: none !important; }
.gsc-control-cse {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif !important;
  border: 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.gsc-thumbnail-inside, .gsc-url-top {
  padding: 0px !important;
}
.gsc-above-wrapper-area {
  border-bottom: 0px solid #E9E9E9 !important;
  padding: 0 !important;
}
.gsc-result-info {
  text-transform:uppercase;
  font-size:17px !important;
  margin: 0 0 25px 0 !important;
  color: black !important;
  padding: 0 !important;
}
.gs-title {
  line-height: 1.1 !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  text-decoration: none  !important;
  font-size: 17px !important;
  margin: 0 0 10px 0 !important;
}
.gs-result .gs-title, .gs-result .gs-title * { text-decoration: none  !important; }
.gs-webResult .gs-snippet {
  font-size: 16px !important;
}


@media screen and (min-width: 961px) and (max-width: 1140px) {
  .featured-triple img { min-height: 209px; }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .featured-triple img { min-height: 157px; }
}
@media screen and (min-width: 961px) and (max-width: 1140px) {
  .trending-articles .col img { min-height: 169.5px; }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .trending-articles .col img { min-height: 259px; }
}
@media screen and (min-width: 1141px) {
  .trending-articles .col img { min-height: 203.25px; }
}

@media screen and (max-width: 960px) {
	.instagram-header-icon{
	display:none;	
	}
}