@font-face {
  font-family: 'Brandon';
  src: url('../fonts/Brandon_bld.otf'); /* IE9 Compat Modes */
}

body{
	font-family: 'Lora', serif;
	color: #353535;
	background-color: #fff;
}

div.main.row {
	margin-top: 80px;
}

a{
	color: #CC3E3E;
}

a:hover{
	color: #CC3E3E;
	text-decoration: none;
	border-bottom: 2px solid #CC3E3E;
}

main{
	padding-top: 70px
}

::selection {
  background: #CC3E3E;
  color: #FFF;
}
::-moz-selection {
  background: #CC3E3E; 
  color: #FFF;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}

a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }

h1, h2, h3{
	font-family: 'Brandon', sans-serif;
	margin: 20px 0;
}

h1{
	font-size: 4em;
	text-transform: uppercase;
}

article h2{
		text-transform: uppercase;
}

ul li{
	list-style: none
}

div.entry{
	font-size: 1.3em;
	line-height: 1.8em;
}

#my-content #my-menu {
   display: none;
}

#menu:not( .mm-menu ) {
   display: none;
}

div.entry img{
	margin: 30px 0;
}

div.entry h2{
	margin: 30px 0 20px 0;
}

span.caption {
	position: absolute;
	width: 200px;
	left: -210px;
	color: #b9b3b3;
	font-size: 1em;
	text-align: right;
}

div.entry ul {
    list-style: none;
    padding:0;
    margin:0;
}

div.entry li { 
    padding-left: 1em; 
}

div.entry li:before {
    content: "\2022   ";
    color: #CC3E3E;
    font-size: 1.7em;
    line-height: 1.7em;
    vertical-align: middle;
}

progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  color: #CC3E3E;
  z-index: 100;
}

progress::-webkit-progress-bar {
  background-color: transparent;
}

progress::-webkit-progress-value {
  background-color: #CC3E3E;
}

progress::-moz-progress-bar {
  background-color: #CC3E3E;
}
/*
	MENU PRINCIPAL
*/
main{
	margin-top: 20px
}

#main-nav{
	background: #FFF;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    height: 80px;
    z-index: 99;
}

#main-nav ul{
	list-style: none
}

.nav-shadow{
	box-shadow:0px 1px 4px rgba(0,0,0,0.3);
}

.nav-up {
    top: -80px!important;
}

.logo{
	margin-top: 10px;
	display: block;
	width: 237px;
	height: 60px;
	background: #fff url('../img/logo-large.png') no-repeat left top;
	text-indent: 99999px;
}

.logo:hover{
	border:none;
}

.section{
	margin: 40px 0
}

.red{
	background: #CC3E3E;
}

#subscribe{
	padding: 50px 0;
	font-family: 'Lora', serif;
	color: #FFF;
	font-size: 2em
}

#subscribe input{
	background: transparent;
	border-bottom: 2px solid #9e3737;
	color: #FFF;
	height: 45px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
}

#subscribe button{
	background: transparent;
	border: 2px solid #9e3737;
	padding: 5px 20px 5px 20px
}

#subscribe button:hover{
	border-color: #FFF;
    -webkit-transition: border-color 300ms linear;
    -moz-transition: border-color 300ms linear;
    -o-transition: border-color 300ms linear;
    -ms-transition: border-color 300ms linear;
    transition: border-color 300ms linear;
}

small.email-info{
	font-size: 19px;
	display: block;
	font-family: 'Brandon';
	margin-top: 20px;
	position: absolute;
	color: #7B2424;
}
/* SIMILAR POST */
.similar-posts{ margin-bottom: 40px; }

.similar-posts .row { margin: 0; }

.similar-posts article{
	margin-bottom: 10px;
}

.similar-posts h3{
	font-size: 2.5em;
}

.similar-posts small{
	font-size: 1.5em;
}

/* SLIDE MENU */
.open-menu
{
	background: #777;
	font-size: 2.2em;
	font-weight: bold;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	z-index: 1000
}
.open-menu.fixed
{
	position: fixed;
	top: 20px;
	left: 5px;
}
.open-menu a
{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
	color: #000;
}

.open-menu a:hover{
	color: #000;
	border: none;
}

/* COMMENTS SECTION */
.section-comments{
	background: #f7f7f7;
}

.stick-label{
	color: #000;
	position: relative;
	font-family: 'Brandon';
	margin-bottom: 20px;
}

.btn-submit{
	width: 80%
}

.img-page{
	width: 100%;
}

.row-posts{
	margin-bottom: 30px;
}

.post-home-content, .post-home-header{
	margin: 20px 20px 30px 20px;
	display: block;	
}

.post-info{
	margin-bottom: 25px;
	font-size: 1em;
	display: block;
}
.post-home-title h2 a {
	color: #000;
	display: block;	
}

.post-home-title h2 a:hover {
	border:none;
	color:#CC3E3E
}


div.next-posts a, div.prev-posts a{
	display: block;
	width: 50%;
	text-align: center;
	padding: 30px;
	margin: 30px 0;
	border: 1px solid #EFEFEF;
}

div.next-posts a{
	float: right;
	border-left: none;
}

div.prev-posts a{
	float: left;
}

div.next-posts a:hover, div.prev-posts a:hover{
	color: #FFF;
	background-color: #CC3E3E;
	    -webkit-transition: background-color 500ms linear;
	    -moz-transition: background-color 500ms linear;
	    -o-transition: background-color 500ms linear;
	    -ms-transition: background-color 500ms linear;
	    transition: background-color 500ms linear;
}

.full-range .next-posts{
	background: red
}

.full-range.next-posts a {
	width: 100%;
	border-left: 1px solid #EFEFEF;
}

.full-range.prev-posts a {
	width: 100%;
	border-right: 1px solid #EFEFEF;
}

/* FOOTER SECTION */
footer{
	color: #000;
	border-bottom: 5px solid #CC3E3E;
	background: #f7f7f7;
	padding: 20px 0;
}

.row-table{
	display: table;
	height:100%;
}

 .equal, .equal > div[class*='col-'] {  
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex:1 0 auto;
  }

.row-eq{
	float: none;
    display: table-cell;
    vertical-align: bottom;
}

.logo-footer{
		display: block;
		float: left;
}

.copyright{
	display: block;
	margin-top: 20px;
	padding-left: 20px;
	float: left;
}

.footer-list{
	margin-top: -40px!important;
}

.read-more{
	border: 1px solid #EFEFEF;
	margin: 20px;
	padding: 20px;
	clear: both;
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
    width: 80%;
}

div.comment {
 
}

p.text-center.comment-author {
	margin-top: 10px;
}

div.comment-content.media-body {
	padding: 20px;
}

#comments {
	display: block;
	margin: 20px 0;
}
div.tags{
	margin: 40px 0;
}
div.tags a {
	background: #F3F3F3;
	color: #676767;
	padding: 10px 15px;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#nav-actions {
	font-size: 30px;
	vertical-align: top;
	margin-top: 15px;
	margin-right: 0px;
	cursor: pointer;
}

.search-hide-form
{
	display: none;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999999;
}
.search-hide-form .bg
{
	background: #CC3E3E;
	height: 100%;
	left: 0;
	moz-opacity: 0.9;
	opacity: 0.9;
	position: absolute;
	top: 0;
	webkit-opacity: 0.9;
	width: 100%;
}
.search-hide-form #searchform
{
	border: none;
	height: 50px;
	left: 50%;
	margin-left: -285px;
	margin-top: -25px;
	position: absolute;
	top: 30%;
	width: 570px;
	z-index: 9999;
}
.search-hide-form h3
{
	color: #fff;
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
}

.img-responsive{
	width: 100%;
}


* { box-sizing:border-box; }

/* form starting stylings ------------------------------- */
.group 			  { 
  position:relative; 
  margin-bottom:45px; 
}
input 				{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #757575;
}
input:focus 		{ outline:none; }

/* LABEL ======================================= */
label 				 {
  color:#FFF; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label 		{
  top:-20px;
  font-size:14px;
  color:#FFF;
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:100%; }
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:0px; 
  position:absolute;
  background:#fff; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}

input.search {
	background: transparent;
	border-bottom: 2px solid #FFF;
}

.btn-search{
	border: 2px solid #FFF;
	border-radius: 0;
	background: none;
	height: 44px;
	color: #FFF;
	font-family: 'Brandon';
	font-size: 14px;
	text-transform: uppercase;
}

.top-icon{
	display:inline-block;
	text-indent: -9999px;
	margin: -5px -2px;
	width: 34px;
	height: 34px;
	
}

.top-facebook{
	background: url(../img/top-facebook.svg);
	background-size: 34px 34px;
}

.top-twitter{
	background: url(../img/top-twitter.svg);
	background-size: 34px 34px;
}

.top-rss{
	background: url(../img/top-rss.svg);
	background-size: 34px 34px;
}

.img-center {
    margin: 0 auto;
}

.author-description p{
	padding: 0 30px 30px 30px;
	display: block;
	font-size: 20px
}

div.main-ads {
	padding: 10px;
	margin-bottom: 20px!important;
}

div.main-ads.row {
	margin: 0;
}

.row-card {
 -moz-column-width: 25em;
 -webkit-column-width: 25em;
 -moz-column-gap: 1em;
 -webkit-column-gap:1em; 
}

div.well.post-data {
	 box-shadow: none!important;
}

.item {
 display: inline-block;
 width:  100%; 
}

.well {
	position:relative;
 	display: block;
	background: #FFF;
}

.post-data{
	border: 1px solid #EFEFEF;
	transition: box-shadow .5s;	
	text-align: center;
	border-radius: 0;
	padding: 0;
}

div.well.post-data:hover{
	box-shadow:0px 0px 1px #D6D6D6 !important;
}
.home-ads{
	padding-top: 30px;
}

@media (min-width: 300px) and (max-width: 800px) {
    .logo{
    	background: red;
    	background: #fff url('../img/logo-small.png') no-repeat left top;
    	margin-left: 40px ;
    	width: 60px;
    }
  }