
.mainheader {
  z-index: 9000;
  background: #fff;
  position: fixed;
  height: 90px;
  width: 100%;
  top: 0;left: 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
@media(max-width:1258px){
  .mainheader{height: 70px;}
  .logo{padding-top: 10px;width: 50px;}
  .logo2{padding-top: 23px;}
  .menu-toggle{height: 70px;padding-top: 25px;}
  .nav-right{display: none;}
  .side-menu{top: 70px;}
  .mobile-show{display: block;}
  .mobile-no{display: none;}
}
/*---- F O O T E R ----*/
footer{
  background:#1d1d1b;
  color: #fff;
  padding: 100px 0px;
  overflow: hidden;
}
footer .wrap{width: 90%;}
footer a{
  color: #ccc;
}
footer h3{
  font-size: 19px;
}
footer p{
  font-size: 15px;
}
footer h2{
  font-size: 17px;
  padding-bottom: 0.3rem;
  font-weight: 600;
}
footer ul li a{
  padding: 0px;
  display: block;
  padding: 0.3em 0;
  border-top: 1px solid #cbcbcb;
  text-decoration: none;
  color: #cbcbcb;
  transition: color .3s ease-out;
  font-size: 14px;
  text-transform: none;
}
footer ul li a:hover{
  color: #ff0b3a;
}
@media(max-width:768px){
  footer .col-md-2{text-align: center;margin-bottom: 20px;}
  footer img{
    margin: 0 auto;
    width: 200px;
  }
  
footer ul li a{
  border-top: 0px solid #cbcbcb;
}
footer .col-md-2 {
  text-align: left;
  margin-bottom: 20px;
}
footer {
  padding: 50px 0px;
}
}

@media(max-width:768px){
  #author .text {
    padding-left: 20px !important;
    text-align: center;
    padding-bottom: 30px;
}
}





/*-----------------------------


---------------------*/

.subscribe-main {
  margin: auto;
  overflow: hidden;
  padding: 50px 0px;
}
.moddal {
  width:500px;
  text-align: center;
  padding:2rem 4rem 4rem 4rem;
  position: relative;
  display: block;
  margin: 0 auto;
  overflow: initial;
  border: 1px solid #ff0b3a;
  z-index: 1;
}
.moddal__icon {
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  margin: auto;
  background: #ff0b3a;
  padding: 3rem 12rem 0 12rem;
  border-radius: 50%;
}
.moddal__heading {
  text-transform: uppercase;
  font-size: 20px !important;
  padding-bottom: 10px !important;
  font-weight: 900;
}
.moddal p {
  font-size: 15px !important;
  text-align: center;
}
.email-box {
  position: absolute;
  bottom: -20px;
  width: 300px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.email-box__input {
  color: #333333;
  display: block;
  width: 100%;
  height: 3rem;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 13px;
  padding: 1rem;
  margin: 0 auto;
  outline: none !important;
}
.email-box__input:focus{
  border: 1px solid #ff0b3a !important;
}
.email-box__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  font-size: 1.3rem;
  position: absolute;
  color: #ff0b3a;
  right: 0.8rem;
  top: .1rem;
  padding: 0;
  outline: none !important;
}
.email-box__button:hover,
.email-box__button:focus {
  color: #a32815;
}
#spinn{
  position: absolute;
  right: 3px;
  display: none;
}
.message{
  position: absolute;
    bottom: -25px;
    font-size: 14px !important;
}
#error{color: red}
#success{color: green}
.email-box form{padding: 0px;}
@media only screen and (max-width: 600px) {
  .moddal {
    width: 85%;
    border-radius: 4px;
    text-align: center;
    padding: 2.5rem 2rem 1rem 2rem;
  }
  .email-box {
    margin-left: 0px;
    width: 100%;
    position: relative;
    bottom: -40px;
  }
  .email-box__button{
    
    top: .5rem;
  }
}

.moddal #error{bottom: -36px;}



 blockquote {    border-left: 4px solid #ddd;
    padding: 10px 20px 0px 20px;
    margin-bottom: 20px;
    background: rgba(244,244,244,.3);
    font-size: 15px;
    line-height: 25px;
}
.post-content .post{
    padding-left: 5%;
    padding-right: 30px;
}
.post-content p{
font-weight: 100;
word-wrap: break-word;
font-size: 16px;
line-height: 1.4em;
}
strong{font-weight: 900;}
.post-content  li{list-style-type: disc;font-size: 17px;}
.post-content ul{padding:10px 30px 30px 30px;}
.post-content ol{padding:10px 30px 30px 30px;}
.post-content h1{font-size: 35px;font-weight: 900;line-height: 39px;}
.post-content h2{font-size: 30px;font-weight: 900;line-height: 34px;}
.post-content h3{font-size: 25px;font-weight: 900;line-height: 29px;}
.post-content h4{font-size: 20px;font-weight: 900;line-height: 24px;}
.post-content h5{font-size: 18px;font-weight: 900;line-height: 22px;}
.entry-content{text-align: justify;}
h1,h2,h3,h4,h5,h6{
}
.post-content img{max-width: 100%;margin: 20px 0px;display: block;}
.post-content{
    padding: 50px 0px;
    overflow: hidden;
    width: 100%;
}
.post-img{
    width: 100%;
    position: relative;
    height: 500px;
    overflow: hidden;
}
.post-img b{    
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 18px;
    font-weight: 600;
}
.post-img b i{
    letter-spacing: 2px;
    color: #ff0b3a;
    padding-right: 10px;
    font-style: normal;
}
.post-img img{
    width: 100%;
    position: absolute;
}
.post-img .inner{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}
.post-img h1{
    position: absolute;
    width: 700px;
    bottom: 100px;
    z-index: 3;
    color: #fff;
    font-size: 2.5rem;
    line-height: 2.95rem;    
    font-weight: 900;
    left: 8.5%;
    font-family: 'Sarabun', sans-serif;
}
.post-img h1 a:hover{
    text-decoration: underline !important;
}
@media(max-width:768px){
.post-img h1{
    width: 100%;
}
}
.posts .bottom-meta, .posts .top-meta{
    font-size: 13px;
}
.side-meta{
    padding:0px 30px;
}
.side-meta p{padding-bottom: 10px;color: #90908f;
    font-family: 'Sarabun', sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
}
.side-meta p a{
    text-decoration: underline !important;
}
.side-meta p b{color: #575756;font-weight: 600;}
.side-meta ul{padding: 0px !important;margin: 0px;}
.side-meta ul li{
    display: inline-block !important;
    list-style: none !important;
}
.side-meta ul li a{
    padding: 0px;
}
.side-meta ul li i{
    display: block;    
    height: 40px;
    width: 60px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #000;
    border-radius: 3px;
    color: #000;
    font-size: 17px;
    display: block;
    margin-right: 6px;
}
.comments{
    width: 100%;
    padding: 60px 0px;
}
.comments h1{
    font-size: 27px;
    font-weight: 900;
}
.comment{padding: 10px 0px;}
.comment p{padding-bottom: 10px;font-size: 15px;padding-top: 5px;
}
.comment h3{font-size: 16px;font-weight: 600;color: #000;}
.comment h3 b{color: #888;}
form{padding-top: 40px;
}
.input{
display: block;
width: 100%;
padding: 13px;
border: 4px solid #efefef;
border-radius: 0;
background: white;
color: #1d1d1b;
font-family: 'GT America', serif;
font-style: normal;
line-height: 1.214;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
line-height: 1.4em;
transition: border-color .3s ease-out;
-webkit-appearance: none;
margin-bottom: 20px;
}
.btn{
    padding: 13px 20px;
    background: #000;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px;
    float: right;
    border-radius: 0px;
}
.tags-wrap{
    width: 100%;
    padding: 30px 0px;
    overflow: hidden;
}
.tags-wrap ul{padding: 0px;}
.tags-wrap ul li{
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'GT Pressura Light';
}
.tags-wrap .t{text-transform: none;}
.more-wrap{
    width: 100%;
    padding: 70px 0px;
    overflow: hidden;
    background: #2a2a29;
}
.more-wrap .wrap{
    width: 90%;
}
.more-img{
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.more-wrap img{
    width: 100%;
    min-height: 180px;
}
.more-wrap h1{
    font-size: 25px;
    color: #fff;
    padding-bottom: 30px;
}
.more-wrap h1 a{
    font-size: 25px;
    color: #fff;
    padding-bottom: 30px;
}
.more-wrap h1 i{
    font-weight: 900;
    color: #999;
    font-style: normal;
}
.more{
}
.more h2{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 0px 20px 0px;
}
.more h3{color: #888;font-size: 14px;}

/* P O S T S ------*/
.posts-header{
    width: 100%;
    height: 500px;
    background: #000;
}
.posts-header .left{
    width: 70%;
    float: left;
    height: 500px;
}
.posts-header .right{
    width: 30%;
    float: left;
    height: 500px;
    padding-top: 260px;
    color: #fff;
}
.posts-header .right h1{
    font-weight: 100;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #999;
    font-family: 'Kreon';
    letter-spacing: 2px;
}
.posts img{
    width: 100%;
}
.posts-header .sample-post-wrap {
    position: relative;
    height: 500px;
    padding-top: 150px;
}
.posts-header .sample-post-wrap .post {
    color: #fff;
    border: 0px;
    padding-bottom: 0px;
    padding-left: 15%;
    padding-right: 5%;
}
.posts-header .posts h2 {
    font-weight: 900;
    font-size: 45px;
    line-height: 46px;
    padding: 15px 0px;
}

@media(max-width:768px){
    .posts-header{height:auto;}
    .posts-header .left{
        width: 100%;
        float: none;
        height: auto;
    }
    .posts-header .right{
        width: 100%;
        float: none;
        height: auto;
        padding: 140px 0px 60px 0px;
        color: #fff;
    }
    .posts-header .left .sample-post-wrap{height: auto;}
    .posts-header .sample-post-wrap .post{padding: 0px 5%;}
    .posts-header .posts h2 {
        font-weight: 900;
        font-size: 25px;
        line-height: 26px;
        padding: 15px 0px;
    }
    .sample-post-wrap .top-meta{
        color: #a6a6a6;
        font-size: 13px !important;
        padding-bottom: 1px !important;
    }

    
}

.posts h2{
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    padding: 15px 0px;
}
.posts .top-meta{
    text-transform: uppercase;
    padding-top: 15px;
    color: #888;
}
.posts .top-meta b{
    color: #ff0b3a;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 10px;
    font-weight: 400;
}
.posts .bottom-meta{
    text-transform: uppercase;
    color: #ff0b3a;
    padding-top: 15px;    
    font-family: 'Sarabun', sans-serif;

}
.posts .bottom-meta i{
    font-size: 11px;
    color: #888;
    text-transform: none;
    padding-right: 6px;
}
.posts .post{
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 70px;
}
.posts .post p{padding-bottom: 20px;font-size:1.1rem;line-height: 1.8rem;}
.posts .post a{
    font-weight: 300;
    border-bottom: 2px solid rgba(255, 11, 58,.4);
    color: #000;
}
.posts .post a strong{font-weight: 100;}
.posts .post a:hover{color:  #ff0b3a;}
.top-meta a{
    color: #ff0b3a !important;
}
.page-pad{
    width: 100%;
    padding: 100px 0px;
    overflow: hidden;
}
.sample-post-wrap{
    position: relative;
    height: 350px;
}
.sample-post-wrap img{
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.sample-post-wrap .inner{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,0.7);
}
.sample-post-wrap .post{
    position: relative;
    z-index: 3;
}
.sample-post-wrap .post{
    color: #fff;
    border: 0px;
    padding-bottom: 0px;
}

.sample-post-wrap .top-meta{
    color: #a6a6a6;
}
.sample-post-wrap .bottom-meta i{
    color: #a6a6a6;
}

.paginate{
    border: none;
    background: transparent;
    padding: 20px 0px;
    outline: none !important;
}
.paginate a,
.paginate span,
.paginate li,
.paginate ul
{
outline: none !important;
box-shadow:none !important;
}
.paginate span:focus,.paginate a:focus{
    box-shadow: none !important;
}
.paginate ul:focus{
    border: 0px !important;
}
.paginate nav{    border: none;
outline: none !important;}
.page-item.active .page-link {
z-index: 3;
color: red;
background-color: #fff;
border-color: #fff;
border-left: 0px;
}
.page-item.disabled .page-link {
color: #f2f2f2;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #fff;
}
.page-link {
position: relative;
display: block;
padding: .5rem .75rem;
margin-left: -1px;
line-height: 1.25;
color: #b3b3b3;
background-color: #fff;
border: 1px solid #fff;
font-size: 14px;
}
.page-link:hover {
z-index: 2;
color: #ff5a5d;
text-decoration: none;
background-color: #fde0dc;
border-color: #fde0dc;
}


@media(max-width:768px){
    
    .post-img{
        height: 400px;
    }
    .post-img img{
        width: auto;
        min-height: 400px;
        position: absolute;
    }
    .post-img h1{
        position: absolute;width: 90%;
        bottom: auto;
        z-index: 3;
        color: #fff;
        font-size: 22px;
        line-height: 25px;    
        font-weight: 900;
        left: 5%;
        top: 140px;
    }
    .post-img b {
      letter-spacing: 1px;
    }
    .post-content {
        padding: 20px 0px;
    }
    .post-content .post {
        padding-left: 13px;
        padding-right: 13px;
    }
    .tags-wrap {
        padding: 0px !important;
    }
    form {
        padding-top: 0px;
    }
    .comments {
        width: 100%;
        padding: 60px 0px 40px 0px !important;
    }
    .side-meta {    
        padding: 0px;
        margin-bottom: 30px;
    }
    .more{margin-bottom: 30px;}
    .more-img {
        width: 100px;
        height: auto;
        float: left;
        overflow: hidden;
    }
    .more {
        margin-bottom: 10px;
        overflow: hidden;
    }
    .more-wrap img {
        width: 100%;
        height: 80px;
        min-height: 80px;
    }
    .more .text{ 
        width: 60%;
        float: right;
    }
    .more h2 {
        color: #fff;
        font-weight: 100;
        font-size: 14px;
        padding: 0px 0px 10px 0px;
    }
    .posts .post {
        border-bottom: 0px;
        padding-bottom: 0px;
    }
    .sample-post-wrap {
        position: relative;
        height: auto; 
        padding: 50px 0px 75px 0px !important;
    }
    }


    /*---------
    ---------------------------------
    ----------*/
.big-image{
    width: 100%;
    height: 500px;
    background: #000;
    position: relative;
}
.big-image .inner{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.big-image h1{font-size: 4rem;line-height:5rem;
    position: absolute;bottom: 50px;left: 10%;
    color: #fff;
}
.simp-wrap{width: 100%;overflow: hidden;padding: 80px 0px;}
.simp-wrap .side-meta h2{
    margin:30px 0px 20px 0px;font-size: 15px;text-transform: uppercase;
    border-bottom: 1px solid #90908f;display: inline-block;
}
.simp-post{overflow: hidden;width: 100%;margin-bottom: 30px;}
.simp-post .img{
    width: 80px;
    height: 80px;
    border-radius: 4px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
}
.simp-post .img img{min-width: 100%;height: 100px;}
.simp-post .text{width: 76%;float: left;margin: 0px;}
@media(max-width:768px){
.simp-post .text{width: 70%;float: left;margin: 0px;}
.simp-post .img{width:65px;}
}
.simp-btn-more{
    line-height: 14px;
    border: 1px solid #ff0b3a;
    padding: 10px 14px;
    background: transparent;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
    color: #ff0b3a;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    margin-top: 30px;
}
.pr-50{padding-right: 50px;}
@media(max-width:768px){
    .pr-50{padding-right: 0px;}
}
.simp-post .text h2{font-weight: 600;font-size: 17px;margin: 0px 0px 0px 0px;border: 0px;color: #000;}
.simp-post p{color: #000;font-size: 13px;}
.simp-post h4{color: #555;font-size: 12px;}
.simp-post:hover h2,
.simp-post:hover p,
.simp-post:hover h4{color: #ff0b3a;}


.unseen{
    padding: 150px 0px 100px 0px;
    background: #111;
    color: #fff;
}
.unseen .text{width: 500px;}


.sm-no-show{display: block;}
.sm-show{display: none;}
@media(max-width:768px){
    .sm-no-show{display: none;}
    .sm-show{display: block;}
}

@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent;
}

a:active {
  outline: 0;
}

a,
a:visited,
a:hover,
a:focus {
  text-decoration: none;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  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;
  box-sizing: content-box;
}

.search .search-submit,
#comments .submit {
  padding: 10px 15px;
  border-radius: 2px;
  line-height: 1.85714285714286;
  border: 0;
}

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

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

legend {
  border: 0;
  padding: 0;
}

fieldset legend {
  margin-bottom: 1.5em;
  padding: 0 0.5em;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Site Variables
--------------------------------------------------------------*/
/*----------  Font Size  ----------*/
/*----------  Line Height  ----------*/
/*----------  Site Basic Structure  ----------*/
/*----------  z-index Structure   ----------*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h1,
.entry-content h1 {
  font-size: 2em;
  padding:20px 0px 10px 0px;
  line-height: 1.2;
  font-weight: 800
}

h2,
.entry-content h2 {
  font-size: 1.7em;
  line-height: 1.3;
  padding:20px 0px 10px 0px;
}

h3,
.entry-content h3 {
  font-size: 1.5em;
  line-height: 1.4;
  padding:20px 0px 10px 0px;
}

h4,
.entry-content h4 {
  color: #808285;
  line-height: 1.5;
  font-size: 1.3em;
  padding:20px 0px 10px 0px;
}

h5,
.entry-content h5 {
  color: #808285;
  line-height: 1.6;
  font-size: 1.2em;
}

h6,
.entry-content h6 {
  color: #808285;
  line-height: 1.7;
  font-size: 1.1em;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  /* Fallback for when there is no custom background color defined. */
  font-style: normal;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote,
q {
  quotes: "" "";
}

blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote {
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  font-size: 1.2em;
  font-style: italic;
  margin: 0 0 1.5em;
  position: relative;
}

blockquote p:last-child {
  margin: 0;
}

address {
  margin: 0 0 1.5em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.6em;
  overflow: auto;
  max-width: 100%;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  display: block;
  /* Adhere to container width. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

.ast-button,
.button,
button,
input,
select,
textarea {
  color: #808285;
  font-weight: normal;
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

big {
  font-size: 125%;
}

mark,
ins {
  background: transparent;
  text-decoration: none;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

table, th, td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 5px 0px 1.5em 0px;
  width: 100%;
}

th {
  font-weight: bold;
}

th, td {
  padding: 8px;
  text-align: left;
  border-width: 0 1px 1px 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.ast-button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #eaeaea;
  border-radius: 2px;
  background: #e6e6e6;
  padding: .6em 1em .4em;
  color: #fff;
}

button:hover, button:focus,
.ast-button:hover,
.ast-button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  color: #fff;
  border-color: #eaeaea;
}

button:active, button:focus,
.ast-button:active,
.ast-button:focus,
.button:active,
.button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #eaeaea;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
  color: #111;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:hover, a:focus {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover {
  outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 2px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 12.25px;
  font-size: 0.875rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
#primary:before,
#primary:after,
.site-main:before,
.site-main:after,
#secondary:before,
#secondary:after,
.sidebar-main:before,
.sidebar-main:after,
.site-footer:before,
.site-footer:after,
.ast-row:before,
.ast-row:after,
.ast-container:before,
.ast-container:after {
  content: "";
  display: table;
}

.clear:after,
.site-header:after,
.site-content:after,
#primary:after,
.site-main:after,
#secondary:after,
.sidebar-main:after,
.site-footer:after,
.ast-row:after,
.ast-container:after {
  clear: both;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*----------  Mixins  ----------*/
/*----------  Site Variables  ----------*/
/*----------  Media Query min-width Structure   ----------*/
/*----------  Media Query max-width Structure   ----------*/
/*----------  Break-point min-width Structure   ----------*/
/*----------  Break-point max-width Structure   ----------*/
/*----------  Site Normalize  ----------*/
::selection {
  color: #fff;
  background: #0274be;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body:not(.logged-in) {
  position: relative;
}

#page {
  position: relative;
}

a,
a:focus {
  text-decoration: none;
}

a,
.site-header a *,
.site-footer a *,
.secondary a * {
  transition: all 0.2s linear;
}

.capitalize {
  text-transform: uppercase;
}

img {
  vertical-align: middle;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 20px;
}

p {
  margin-bottom: 1.75em;
}

blockquote {
  margin: 1.5em 1em 1.5em 3em;
  padding: 1.2em;
  font-size: 1.1em;
  line-height: inherit;
  position: relative;
}

.ast-button,
.button,
input[type="button"],
input[type="submit"] {
  border-radius: 0;
  padding: 18px 30px;
  border: 0;
  box-shadow: none;
  text-shadow: none;
}

.ast-button:hover,
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  box-shadow: none;
}

.ast-button:active, .ast-button:focus,
.button:active,
.button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  box-shadow: none;
}

select,
input {
  line-height: 1;
}

body,
button,
input[type="button"],
input[type="submit"],
textarea,
.ast-button,
.ast-custom-button {
  line-height: 1.85714285714286;
}

/*----------  Forms  ----------*/
/**
 * 	Form Fields
 *
 * @import
 * 1 - All fields common scss
 * 2 - Field - Range
 * 3 - Field - Color
*/
/* 1 - All fields common scss  */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type=reset],
input[type=tel],
select,
textarea {
  color: #666;
  padding: 0.75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  border-radius: 2px;
  background: #fafafa;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s linear;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type=reset]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  background-color: #fff;
  border-color: #eaeaea;
  box-shadow: none;
}

input[type=reset],
input[type=reset]:hover,
input[type=reset]:focus,
input[type="submit"],
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"],
input[type="button"]:hover,
input[type="button"]:focus {
  box-shadow: none;
}

textarea {
  width: 100%;
}

input[type="search"]:focus {
  outline: thin dotted;
}

/* 2 - Field - Range */
/* Range */
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 5.7px 0;
  padding: 0;
  border: none;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.6px;
  cursor: pointer;
  box-shadow: 2.6px 2.6px 0.4px #cccccc, 0px 0px 2.6px #d9d9d9;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 13.6px;
  border: 0px solid #ffffff;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px rgba(255, 221, 0, 0.37), 0px 0px 0px rgba(255, 224, 26, 0.37);
  border: 7.9px solid #0274be;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #0274be;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.7px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.2);
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.6px;
  cursor: pointer;
  box-shadow: 2.6px 2.6px 0.4px #cccccc, 0px 0px 2.6px #d9d9d9;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 13.6px;
  border: 0px solid #ffffff;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(255, 221, 0, 0.37), 0px 0px 0px rgba(255, 224, 26, 0.37);
  border: 7.9px solid #0274be;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #0274be;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 8.6px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: rgba(199, 199, 199, 0.2);
  border: 0px solid #ffffff;
  border-radius: 27.2px;
  box-shadow: 2.6px 2.6px 0.4px #cccccc, 0px 0px 2.6px #d9d9d9;
}

input[type=range]::-ms-fill-upper {
  background: rgba(255, 255, 255, 0.2);
  border: 0px solid #ffffff;
  border-radius: 27.2px;
  box-shadow: 2.6px 2.6px 0.4px #cccccc, 0px 0px 2.6px #d9d9d9;
}

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(255, 221, 0, 0.37), 0px 0px 0px rgba(255, 224, 26, 0.37);
  border: 7.9px solid #0274be;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #0274be;
  cursor: pointer;
  height: 8.6px;
}

input[type=range]:focus::-ms-fill-lower {
  background: rgba(255, 255, 255, 0.2);
}

input[type=range]:focus::-ms-fill-upper {
  background: rgba(255, 255, 255, 0.2);
}

/* 3 - Field - Color */
/* Color */
input[type="color"] {
  border: none;
  width: 100px;
  padding: 0;
  height: 30px;
  cursor: pointer;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
  border: none;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
}

/*----------  Blog  ----------*/
/*--------------------------------------------------------------
## Blog Layouts
--------------------------------------------------------------*/
/**
 *  Blog Common
 */
.page .entry-header {
  margin-bottom: 1.5em;
}

.search .entry-header {
  margin-bottom: 1em;
}

.ast-single-post .entry-header.ast-header-without-markup, .ast-single-post .entry-header.ast-no-title.ast-no-thumbnail {
  margin-bottom: 0;
}

.entry-header {
  margin-bottom: 1em;
  word-wrap: break-word;
}

.entry-header + .ast-blog-featured-section {
  margin-top: 0.5em;
}

.entry-content {
  word-wrap: break-word;
}

.entry-content p {
  margin-bottom: 1em;
}

ul.foot-links{margin:0px;}

figcaption{
  
  color: #999;
  font-size: 13px;
  position: relative;
  top: -10px;
}

footer ul{margin: 0;}
footer ul li{list-style: none;}

ul.blocks-gallery-grid {
  padding: 0px;
  padding-top: 25px;
  margin: 0;
}
.blocks-gallery-item{list-style-type: none !important;}