/*
    Theme Name: Tintern Aspectus Newsletter Child
    Theme URI: http://hbtagency.com.au
    Description: Tintern Aspectus Newsletter Child Theme
    Author: HBT Agency
    Author URI: http://hbtagency.com.au
    Template: fireflynewsletter-tintern
    Version: 1.0.0
    Tags: Tintern, Aspectus, Newsletter
*/

@import url("../fireflynewsletter-tintern/editor-style.css");
@font-face {
    font-family: "ElegantIcons";
    src: url('font/ElegantIcons.eot');
    src: url('font/ElegantIcons.eot?#iefix') format('embedded-opentype'), url('font/ElegantIcons.woff') format('woff'), url('font/ElegantIcons.ttf') format('truetype'), url('font/ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Ionicons";
    src: url('font/ionicons.eot');
    src: url('font/ionicons.eot?#iefix') format('embedded-opentype'), url('font/ionicons.woff') format('woff'), url('font/ionicons.ttf') format('truetype'), url('font/ionicons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

HTML,
BODY {
    background: #FFF;
    font-family: 'Source Sans Pro', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-family: 'Rokkitt', serif !important;
}

.h3,
h3 {
    font-size: 20px;
}

p,
span,
a {
    font-family: 'Source Sans Pro', sans-serif !important;
}

@media (min-width: 768px) {
    #wrapper>.container {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    }
}

.blue_container .btn-primary,
.normal_container .btn-primary,
.banner_article .btn-primary,
.news_content_container .btn-primary {
    font-family: 'Rokkitt', serif !important;
    font-size: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 45px;
    color: #fff;
    border-color: #fff;
    line-height: 17px;
}

.news_content_container .btn-primary {
    font-size: 14px;
    padding: 2px 31px;
    line-height: 15px;
}

.blue_container .btn-primary,
.banner_article .btn-primary,
.news_content_container .btn-primary {
    background-color: #111849;
}

.blue_container .btn-primary:hover,
.banner_article .btn-primary:hover,
.news_content_container .btn-primary:hover {
    color: #111849;
    background-color: #fff;
    border-color: #111849;
}

.normal_container .btn-primary {
    background-color: #5971a8;
}

.normal_container .btn-primary:hover {
    color: #5971a8;
    background-color: #fff;
    border-color: #5971a8;
}


/*change for search button*/

span.glyphicon.glyphicon-search {
    font-family: 'Glyphicons Halflings' !important;
}


/*Nav bar*/

#nav,
#nav .dropdown-menu {
    background-color: transparent;
    padding: 0;
}

#nav .dropdown-menu>li {
    width: 100%;
}

#nav .dropdown-menu>li>a {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
}


/*#nav .dropdown-menu > li > a:hover {
    background-color: #F0F0F0;
}

#nav ul.nav > li.dropdown:hover > .dropdown-menu {
    display: block;
}
*/

.navbar-wrapper {
    background-color: white;
}

#nav,
#nav>DIV,
#nav BUTTON,
#nav A,
#nav #searchform INPUT,
#nav .navbar-text {
    color: #999;
}

#nav .navbar-toggle {
    border-color: #00257a;
}

#nav .navbar-toggle .icon-bar {
    background-color: #00257a;
}

#nav .date {
    color: #00257a;
    padding: 0;
    margin: 5px 0 20px 5px;
    max-width: 50%;
}

#nav .date img {
    width: 100%;
}

.nav>li>a {
    font-weight: 100;
    letter-spacing: 1px;
    transition: 0.3s all ease;
}

.nav>li>a:hover {
    color: #00257a !important;
}

.header_print a,
.search_toggle {
    padding: 5px 5px;
}

@media (min-width: 992px) {
    .header_print a,
    .search_toggle {
        padding: 5px 15px;
    }
}

.search_toggle .glyphicon-search:before {
    font-size: 20px;
}

.header_print.navbar-right {
    display: none;
}

@media (min-width: 768px) {
    .header_print.navbar-right {
        display: block;
    }
    .search_container .modal-dialog {
        width: 50%;
        text-align: center;
        position: absolute;
        top: 50%;
        position: absolute;
        transform: translate(0, -50%);
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%) !important;
    }
    .navbar-right {
        margin-right: -10px;
    }
    #nav .search_container #searchform INPUT {
        width: 90%;
    }
    #nav .search_container .container-fluid,
    #nav #searchform {
        padding-left: 0;
    }
    .search_container .navbar-form .form-group {
        display: block;
        border-bottom: 2px #00257a solid;
    }
}


/*match color with main website*/

.first-feature,
#widgets,
#index-articles .article-item .article-title {
    background-color: #00257a;
}

#col-side H2,
#index-categories .article-item:before,
#main A,
.category .category-name,
#main H1,
#main H2,
#main H3,
#main H4,
#main H5,
#main H6 {
    color: #00257a;
}

@media (min-width: 768px) {
    #featured-image .post-title {
        background: #00257a;
    }
}

#footer {
    background: #efefef;
    font-size: 14px;
}

.footer_lower {
    background: #efefef;
    color: #000;
    text-align: center;
    padding: 10px 0;
}

.footer_lower span {
    margin: 10px 20px;
}

#footer,
#footer A,
#footer TD {
    color: #000;
}

.inner.footer_upper {
    background: #fff;
    padding: 15px 0;
}

.inner.footer_upper img {
    margin: auto;
    display: block;
}

.tintern_footer_term hr {
    margin: 7px 0;
    border-color: #00257a;
}

@media (min-width: 768px) {
    .tintern_footer_term_container h3 {
        color: #777 !important;
    }
    #nav .dropdown .dropdown-menu,
    #nav .dropdown.open .dropdown-menu {
        display: none;
        /*     opacity: 0;
        transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
        -ms-transition: 0.5s all ease;
        -o-transition: 0.5s all ease; */
        background-color: rgba(0, 37, 122, 0.6) !important;
        width: 100%;
        border: none;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
    }
    #nav .dropdown .dropdown-menu a {
        color: #ffffff;
    }
    /*   #nav .dropdown .dropdown-menu, #nav .dropdown.open .dropdown-menu {
        background-color: #ffffff;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
!*        -webkit-box-shadow: 0px 2px 5px 0px rgba(144,144,144,1);
        -moz-box-shadow: 0px 2px 5px 0px rgba(144,144,144,1);
        box-shadow: 0px 2px 5px 0px rgba(144,144,144,1);*!
    }*/
}


/*restyle Banner*/

#banner {
    background-color: #fff;
}

#banner.image-banner img {
    max-width: 100%;
}

#banner.image-banner img.custom-header {
    margin: 0;
    transition: 0.5s all linear;
    -webkit-transition: 0.5s all linear;
    -moz-transition: 0.5s all linear;
    -ms-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
}

#banner {
    padding: 15px 20px 0 20px;
}

@media (min-width:768px) {
    #banner {
        padding: 15px;
    }
    #banner.image-banner img.custom-header {
        width: 80%;
        margin: 25px auto;
    }
}

#banner.short.image-banner img.custom-header {
    margin: 0;
}

#banner .issue-date {
    color: #00257a;
    font-family: 'Rokkitt', serif !important;
}

#banner .issue-date {
    display: none;
    font-size: 24px;
    font-style: normal;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    #banner .issue-date {
        display: inline-block;
        top: 20%;
        right: 20px;
    }
}

@media (min-width: 992px) {
    #banner .issue-date {
        top: 19%;
        right: 20px;
    }
}

.nav>li>a {
    padding: 5px 5px;
}

@media (min-width: 1200px) {
    #banner .issue-date {
        top: 30px;
        right: 15px;
    }
    .nav>li>a {
        padding: 5px 20px;
    }
}


/*Widgets*/

#widgets {
    background-color: #efefef;
    padding: 0;
}

#widgets,
#widgets A {
    color: #404040;
}

#widgets h3 {
    color: #00257a;
    font-family: 'Source Sans Pro', sans-serif !important;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 20px;
}

#widgets p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 100;
    line-height: 22px;
}

#widgets .tintern_footer_term {
    margin-bottom: 25px;
}

#widgets .inner .col-sm-3:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
}

#widgets .gmnoprint {
    display: none;
}

#widgets .gmnoprint,
#widgets .gm-style div a img {
    display: none;
}

#widgets .gm-style-cc {
    display: none;
}

#widgets div.huge_it_google_map {
    height: 475px !important;
}


/*footer cotact us form*/

#widgets span.gfield_required,
#widgets .gform_wrapper .top_label .gfield_label {
    display: none;
}

#widgets .gform_wrapper label.gfield_label+div.ginput_container input,
#widgets .gform_wrapper textarea.medium {
    width: 100%;
    text-indent: 0.5em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border-color: #afafaf;
}

#widgets .gform_wrapper label.gfield_label+div.ginput_container input::-webkit-input-placeholder,
#widgets .gform_wrapper textarea.medium::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-transform: uppercase;
    color: #505050;
    opacity: 0.8;
}

#widgets .gform_wrapper label.gfield_label+div.ginput_container input::-moz-placeholder,
#widgets .gform_wrapper textarea.medium::-moz-placeholder {
    /* Firefox 19+ */
    text-transform: uppercase;
    color: #505050;
    opacity: 0.8;
}

#widgets .gform_wrapper label.gfield_label+div.ginput_container input:-ms-input-placeholder,
#widgets .gform_wrapper textarea.medium:-ms-input-placeholder {
    /* IE 10+ */
    text-transform: uppercase;
    color: #505050;
    opacity: 0.8;
}

#widgets .gform_wrapper label.gfield_label+div.ginput_container input:-moz-placeholder,
#widgets .gform_wrapper textarea.medium:-moz-placeholder {
    /* Firefox 18- */
    text-transform: uppercase;
    color: #505050;
    opacity: 0.8;
}

#widgets .gfield_description.validation_message {
    display: none;
}

#widgets .gform_wrapper label.gfield_label+div.ginput_container {
    margin: 10px 0;
}

#widgets .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
#widgets .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
#widgets .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
#widgets .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-left: 0 !important;
}

#widgets .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
#widgets .gform_wrapper li.gfield_html {
    max-width: 100% !important;
}


/*@media(max-width:767px){
    #widgets{
        text-align: center;
    }
}*/

@media(max-width:440px) {
    .inner.footer_upper img {
        width: 300px;
    }
}


/*submit button*/

#widgets .gform_wrapper .gform_footer {
    float: right;
    margin-top: 0 !important;
    padding: 0 !important;
}

#widgets input#gform_submit_button_2 {
    padding: 4px 40px;
    background: #536a9e;
    text-transform: uppercase;
    border: 1px solid #536a9e;
}

#widgets input#gform_submit_button_2:hover {
    background: #fff;
    color: #536a9e;
}


/*****end of widget******/

.newsletter_categorized_articles_list li {
    display: inline-block;
    margin-bottom: 50px;
    float: none;
    vertical-align: top;
}

.terms_list>li {
    display: inline-block;
}

.mid-button {
    padding: 10px 30px 10px 30px !important;
    font-size: 16px;
    line-height: 1;
    background-color: #5971a8;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    font-family: 'Rokkitt', serif !important;
    height: auto;
    float: right;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 160px;
    margin-right: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    text-transform: uppercase;
}

.children .mid-button {
    background-color: #b1bbd6;
}


/*.mid-button.all-button {
    background-color: #002274;
}*/

.mid-button:hover {
    background-color: #b8c533 !important;
    border: none;
    text-decoration: none;
}

.terms_list li {
    margin: 0 15px;
}

.terms_list .mid-button {
    height: 52px;
    vertical-align: middle;
    display: table-cell;
    float: none;
}

@media (min-width:1200px) {
    .terms_list .mid-button {
        width: 190px;
    }
    .terms_list li:last-child .mid-button {
        margin-right: 0;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .matters a,
    .elc a,
    .all-button {
        min-height: 52px;
        line-height: 30px;
    }
}


/*home*/

.home_feature_image {
    min-height: 200px;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#featured-articles .feature-title {
    background: none;
}

span.home-feature-title h2 {
    color: #999 !important;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#featured-articles .feature-container {
    margin-bottom: 0px;
}

.feature-container,
.article-container {
    padding-bottom: 0px;
}

.blue_container span.home-feature-title p,
.normal_container span.home-feature-title p {
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    line-height: 25px;
}

.normal_container span.home-feature-title p {
    color: #333;
}

.home-feature-row-odd {
    margin: 85px 0;
    position: relative;
}

.home-feature-white {
    /*background-color: #fff;*/
    padding-top: 65px;
    padding-bottom: 65px;
}

.home-feature-row-odd .button-bottom {
    padding-left: 15px;
    margin-top: 30px;
}

.home-feature-row-even .home-feature-white {
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width:768px) {
    .home-feature-row-odd .button-bottom {
        display: inline-block;
        position: absolute;
        bottom: 10px;
        right: 0;
        padding-left: 0;
    }
    .home-feature-row-even .home-feature-white {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.home-feature-row-even .button-bottom {
    margin-top: 40px;
}


/*terms filter list*/

ul.terms_list {
    position: relative;
    /*    height: 95px;*/
    margin-bottom: 15px;
    margin-top: 21px;
    transition: all 0.5s ease;
}

ul.terms_list.expanded {
    padding-bottom: 60px;
}

ul.terms_list>.has-children>.children {
    display: block;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    bottom: 0;
    text-align: center;
}

ul.terms_list>.has-children>.children>li {
    float: left;
}

@media (max-width:1199px) {
    ul.terms_list {
        margin-top: 35px;
    }
}

.mobile_terms_list {
    text-align: center;
    margin: 30px 0;
    padding: 0 30px;
}

@media (max-width: 991px) {
    .mobile_terms_list {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .mobile_terms_list {
        margin-bottom: 8px;
    }
}

.mobile_terms_list label {
    width: 20%;
    font-weight: 400;
    text-align: left;
}

.mobile_terms_list select {
    width: 80%;
    background-color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 15px;
    color: #111849;
    text-transform: uppercase;
    background: url("images/down_arrow.png") no-repeat right;
    background-position-x: 98%;
}

.banner_container {
    min-height: 400px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.banner_container .feature-text.col-sm-6 {
    margin: 90px 0;
}

.banner_article H2,
.news_container h2 {
    color: #fff !important;
    font-size: 35px;
    font-weight: 100;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.banner_article p {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    line-height: 25px;
}

.banner_article .banner_button {
    margin-top: 30px;
}

.each_news_container {
    background-color: rgba(0, 34, 116, 0.7);
    margin-bottom: 20px;
    padding: 18px;
}

.each_news_container .news_content_container h3 {
    color: #fff !important;
    margin-top: 0;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 1px;
}

.each_news_container .news_except p {
    color: #fff;
    font-weight: 100;
}

.col-sm-3.news_image_container {
    padding: 0;
}

.each_news_container.row {
    margin-right: 0;
    margin-left: 0;
}

#index-articles .banner_news {
    height: 470px;
    ;
    overflow-y: scroll;
}

#index-articles.news_container {
    position: relative;
}

#index-articles.news_container .down_arrow {
    padding: 15px 20px;
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    cursor: pointer;
}

@media (max-width:767px) {
    #index-articles.news_container .down_arrow {
        bottom: -60px;
    }
}

ul.newsletter_categorized_articles_list .article_humb img {
    width: 100%;
}

.ajax-loader {
    text-align: center;
    margin: 30px;
}

.newsletter_categorized_article {
    -webkit-transition: 1000ms;
    -moz-transition: 1000ms;
    -ms-transition: 1000ms;
    -o-transition: 1000ms;
    transition: 1000ms;
}

.newsletter_categorized_article.hidden-by-opacity {
    opacity: 0;
}

.terms_list_container {
    text-align: center;
    background-color: #ecedf3;
    margin-bottom: 30px;
}

.header-wrapper {
    background-color: #ffffff;
}

.header-wrapper.fixed {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    z-index: 100;
}


/*.shrink-hidden {
   !* transform: scale(0,0);*!
    height: 0 !important;
}*/


/*
#custom-header-two, .navbar-wrapper {
    transition: 0.5s all ease;
}
*/

.main-wrapper {
    margin-top: 150px;
}

@media (min-width: 768px) {
    .main-wrapper {
        margin-top: 300px;
    }
}

@media (min-width: 1200px) {
    .main-wrapper {
        margin-top: 330px;
    }
}

.header-wrapper #banner.image-banner #custom-header-one img {
    width: auto;
}


/*sidebar*/

#sidebar .sidebar_signup input#mc-embedded-subscribe {
    background-image: url(../../themes/fireflynewsletter-tintern-child/images/arrow.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#sidebar #mc_embed_signup .mc-field-group input {
    border-radius: 20px;
    padding-left: 10px;
}

#sidebar #mc_embed_signup form {
    padding: 0;
}

#sidebar #mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 80%;
    padding-bottom: 3%;
    min-height: 50px;
    display: inline-block;
}

#sidebar .clear.submit_signup {
    display: inline-block;
    position: absolute;
}

#sidebar #mc_embed_signup .button {
    margin: 5px 0 10px;
}

#sidebar .social_twitter:before {
    content: "\e094";
}

#sidebar .social_facebook:before {
    content: "\e093";
}

#sidebar .social_instagram:before {
    content: "\e09a";
}

#sidebar .social_linkedin:before {
    content: "\e09d";
}


/*.qodef-icon-shortcode.circle span.qodef-icon-element, .qodef-icon-shortcode.square span.qodef-icon-element {
    vertical-align: middle;
}*/

#sidebar .qodef-icon-shortcode.circle a,
#sidebar .qodef-icon-shortcode.square a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

#sidebar span.qodef-icon-shortcode.circle:hover {
    background-color: #00257a !important;
}

#sidebar .qodef-icon-shortcode a:not(.qbutton) {
    text-decoration: none;
}

#sidebar .qodef-icon-shortcode -menu .widget_rss li a.rsswidget,
#sidebar .qodef-icon-shortcode a:not(.qbutton),
#sidebar .qodef-icon-shortcode li,
#sidebar .qodef-icon-shortcode p {
    color: #595959;
    line-height: 23px;
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    transition: color .15s ease-out;
}

#sidebar .qodef-icon-shortcode.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#sidebar .qodef-icon-shortcode.circle,
#sidebar .qodef-icon-shortcode.square {
    background-color: transparent;
    border: 2px solid #dbdbdb;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    -webkit-transition: background-color .15s ease-out, border-color .15s ease-out;
    -moz-transition: background-color .15s ease-out, border-color .15s ease-out;
    transition: background-color .15s ease-out, border-color .15s ease-out;
}

#sidebar .qodef-side-menu span {
    color: #929292;
}

#sidebar .qodef-icon-shortcode {
    display: inline-block;
}

div#sidebar {
    margin-bottom: 20px;
    padding-left: 20px;
}

#sidebar .this-issue_cat.hidden-xs {
    border-bottom: 3px solid #eee;
    margin-bottom: 10px;
}

#sidebar .cat_list_sidebar {
    margin: 15px 0;
    padding: 20px 0 10px;
    border-top: 3px solid #eee;
}

#sidebar UL LI {
    margin-bottom: 15px;
}

#sidebar UL LI a {
    color: #000 !important;
    font-size: 15px;
    font-weight: 100;
}

#sidebar .rpwwt-widget ul li img {
    border-radius: 50%;
}

#sidebar .social-sidebar {
    margin: 20px 0;
}

#sidebar .this-issue_cat h3,
#sidebar .widget h3 {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 20px;
}

#sidebar .this-issue_cat h3 {
    margin-top: 0;
}

#sidebar .widget h3 {
    margin-bottom: 20px;
}

#sidebar .rpwwt-post-date {
    color: #888;
    font-weight: 100;
    font-size: 13px;
}

#sidebar .sidebar_instagram_feed {
    margin-top: 20px;
}

.article-con p {
    font-size: 16px;
}

@media (max-width:767px) {
    div#sidebar {
        border-top: solid #ccc;
    }
}


/*article banner*/

.article_banner_container {
    min-height: 500px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.article_banner_container .title-feature-text {
    background-color: rgba(0, 37, 112, 0.8);
    position: absolute;
    bottom: 0;
    width: 100%;
}

.article_banner_container .title-feature-text h1.post-title {
    color: #fff !important;
    margin: 25px 10px;
    font-size: 3.5em;
    letter-spacing: 3px;
    text-transform: uppercase;
}

@media (max-width: 767px) and (min-width:481px) {
    .article_banner_container .title-feature-text h1.post-title {
        margin: 15px 10px;
        font-size: 2.5em;
        letter-spacing: 2px;
    }
    .article_banner_container {
        min-height: 350px;
    }
}

@media (max-width: 480px) {
    .article_banner_container .title-feature-text h1.post-title {
        font-size: 1.5em;
    }
}


/*article content*/

.content-txt.clearfix {
    clear: both;
}

.container.article-con {
    margin-top: 30px;
    margin-bottom: 50px;
}

.article-detail {
    margin-bottom: 0px;
}

.article-detail .article-date p {
    font-size: 19px;
}

.article-detail .article-date p a {
    font-weight: 100;
}

.article-detail .article-date.col-sm-6 {
    padding-left: 0px;
}

.article-detail .article-author.col-sm-6 {
    padding-right: 5px;
}

.article-detail .article-author p {
    float: right;
    padding-top: 5px;
}

.article-con .heateor_sss_sharing_title {
    display: inline-block;
    margin-right: 10px;
    text-decoration: underline;
}

.article-con ul.heateor_sss_sharing_ul {
    display: inline-block;
    margin: -12px 0px !important;
}

.article-con .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    margin-top: 30px;
}

@media (max-width:767px) {
    .container.article-con {
        margin-bottom: 10px;
    }
}

.modal-backdrop.in {
    background-color: rgb(6, 25, 68);
    opacity: 0.7;
}

.modal.search_container .modal-content {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal.search_container .modal-content .form-group {
    border: none;
    position: relative;
    border-bottom: 2px solid #ffffff;
}

.modal.search_container .modal-content .form-group .form-control {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100% !important;
    border-radius: 0;
    font-size: 28px;
    color: #ffffff;
    padding-bottom: 15px;
    font-weight: 100;
    height: 45px;
}

.modal.search_container .modal-content .form-group .form-control::-webkit-input-placeholder {
    color: #ffffff;
    font-weight: 100;
}

.modal.search_container .modal-content .form-group .form-control:-moz-placeholder {
    color: #ffffff;
    font-weight: 100;
}

.modal.search_container .modal-content .form-group .form-control::-moz-placeholder {
    color: #ffffff;
    font-weight: 100;
}

.modal.search_container .modal-content .form-group .form-control:-ms-input-placeholder {
    color: #ffffff;
    font-weight: 100;
}

.modal.search_container .modal-content .form-group #searchsubmit {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}

.modal.search_container .modal-content .form-group #searchsubmit .glyphicon-search {
    color: #ffffff;
    font-size: 20px;
}

.modal.search_container .icon-close-round:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f129";
}

.modal.search_container .icon-close-round {
    position: absolute;
    top: 25%;
    right: 29%;
    font-size: 28px;
    color: #ffffff;
}

.arrows {
    width: 40px;
    height: 62px;
}

.arrows path {
    stroke: #c0c0c0;
    fill: transparent;
    stroke-width: 1px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
}

.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
}

.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.aspectus-mobile {
    display: block;
}

.overlay {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 475px;
    z-index: 9;
    top: 0;
}


/*
#banner p.navbar-text.navbar-right.hidden-xs{
    position: absolute;
    top: 12px;
    right: 28px;
} */

.gform_wrapper textarea.medium {
    height: 9.375em !important;
}

.single-article .content-txt ul {
    list-style-type: disc;
    padding-left: 20px;
}

.navbar {
    min-height: 40px !important;
}

body .wpgmp_map_parent {
    margin-bottom: 0;
}