/* * Theme Name: Magpress 
* Theme URI: http://desi-themes.com. 
* Description: Clean, modern, and responsive WordPress news & magazine theme by Desi Themes. 
* Author: Desi Themes
* Author URI: http://www.desi-themes.com 
* Text Domain: Magpress 
* Version: 1.1.2
* License: Themeforest Regular License 
* License URI: http: //themeforest.net/licenses/standard 
* Tags: featured-images, theme-options, editor-style,custom-background,two-columns, three-columns, left-sidebar, right-sidebar
*/



/****************************************** TABLE OF CONTENT/****************************************** 
    
    1. General Styles 
    2. Header
    3. Mega Menu
    4. Widgets 
    5. Posts
    6. Footer 
    7. Single Pages 
    8. Main Slider
    9. Shortcodes 
    10. King Composer Styles
    11. Responsive
    12. Jumbotron
*******************************************************************************************************/


/****************************************** 
    General Styles 
******************************************/

body {
    font-size: 14px;
    padding: 0;
    color: #111;
    background-color: #fff;
    font-family: 'Poppins', Geneva, sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
 body.admin-bar .headroom--not-top.affix {
    top: 30px;
}
.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}
::selection {
    background-color: #444444;
    color: #fff;
}
/*** Mozilla based browsers ***/
::-moz-selection {
    background-color: #444444;
    color: #fff;
}
::-o-selection {
    background-color: #444444;
    color: #fff;
}
::-ms-selection {
    background-color: #444444;
    color: #fff;
}
::-webkit-selection {
    background-color: #444444;
    color: #fff;
}
p {
    color: #222;
    font-size: 15px;
    line-height: 26px;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    color: #121212;
}
a {
    color: #121212;
    text-decoration: none !important;
    outline: none;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover,a:focus {
    outline: none;
    color: #9a1f00;
}
button{
    outline:none;
}
.btn {
    border-radius: 0 !important;
    letter-spacing: 1.5px;
    border: none;
    padding: 8px 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
}
.btn:hover, .btn:focus, .btn.focus{
    color:#fff;
    outline:none;
}
btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline:none;
    outline-offset: none;
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary,btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus{
    background-color:#9a1f00;
    border-color:#9a1f00;
}
.btn-primary {
    background-color:#9a1f00;
    color: white;
}
.btn-primary a {
    color: white;
}

.first {
    clear: both}
.last {
    margin-right: 0}
.alignleft {
    float: left;
    display: table-cell;
    margin: 5px 20px 10px 0;
}
.alignright {
    float: right;
    display: table-cell;
    margin: 5px 0 10px 20px;
}
.aligncenter {
    margin: 0 auto;
    float: none;
}
p.dropcaps::first-letter {
    border-radius: 0 !important;
    color: #999;
    float: left;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin: 8px 20px 0 0;
    padding: 9px 15px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bgw {
    background-color: white;
}
.bgg {
    background-color: #181818 !important;
}
#wrapper .sitecontainer {
    padding: 10px 30px;
    margin: 0 auto !important;
}
.singlefullwidth.sitecontainer {
    padding: 30px 30px!important;
}
.m22 {
    margin-top: 22px;
}
.m30 {
    margin-top: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.m20 {
    margin-top: 20px;
}
.m10 {
    margin-top: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb10 {
    margin-bottom: 10px;
}
.no-padding-left{
    padding-left: 0;
}
.ads-widget img {
    margin: 0 auto;
    width: auto;
    display: block;
}
.comments_links a {
    color: #000000;
}
.homepage-below {
    margin: 0 auto;
}
.above-post {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.below-post {
    display: inline-block;
}
.no-padding {
    padding: 0 !important;
}

table,
th,
td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    /*table-layout: fixed; /* Prevents HTML tables from becoming too wide */*/
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th, td {
    padding: 0.4em;
}
/* WordPress Core */
.wp-caption {
    max-width: 100%;
    padding-bottom: 10px;
    text-align: center;
    color: #898989;
}
.wp-caption.alignnone {
    margin: 20px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 10px 4px 5px;
}
.bypostauthor {
}
 .gallery-caption {
}
.container.owl-container{
    background-color:#fff;
}
.sticky{
    padding: 15px 0;
    border:1px solid #dddddd;
    background: #ececec;
}
.screen-reader-text {
    display: none;
}
.label a, .label a:hover{
    color:#fff;
}
select{
    background-color:#9a1f00;
    color:white;
    border-radius:0 !important;
    border:none;
    padding:8px 20px;
    text-shadow:1px 1px 1px rgba(0, 0, 0, .4);
    display:inline-block;
    margin-bottom:0;
    font-weight:normal;
    text-align:center;
    touch-action:manipulation;
    cursor:pointer;
    background-image:none;
    white-space:nowrap;
    font-size:14px;
    line-height:1.5;
    -webkit-user-select:none;
    max-width:100%;
}
.form-control.password{
width:200px;
margin-bottom:10px;
}
/****************************************** 
    Header 
******************************************/

/* Preloader */
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:999999; /* makes sure it stays on top */
}
.load-more {
    clear: both;
}
.loading-more {
    background: rgba(1,1,1,0.8);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.loading-more .lmlight {
    background: red;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7.33333em;
    height: 7.33333em;
    margin-left: -3.66667em;
    margin-top: -3.66667em;
}
.loader-two {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 7.33333em;
    height: 7.33333em;
    margin-left: -3.66667em;
    margin-top: -3.66667em;
}
.loader-block {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    opacity: 0;
    width: 2em;
    height: 2em;
    background: #fdfdfd;
    -webkit-animation: show 0.88s step-end infinite alternate, magpulse 0.88s linear infinite alternate;
    animation: show 0.88s step-end infinite alternate, magpulse 0.88s linear infinite alternate;
}
.loader-block:nth-child(1) {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-delay: 0.065s;
    animation-delay: 0.065s;
}
.loader-block:nth-child(2) {
    -moz-transform: translate(2.66667em, 0);
    -ms-transform: translate(2.66667em, 0);
    -webkit-transform: translate(2.66667em, 0);
    transform: translate(2.66667em, 0);
    -webkit-animation-delay: 0.13s;
    animation-delay: 0.13s;
}
.loader-block:nth-child(3) {
    -moz-transform: translate(5.33333em, 0);
    -ms-transform: translate(5.33333em, 0);
    -webkit-transform: translate(5.33333em, 0);
    transform: translate(5.33333em, 0);
    -webkit-animation-delay: 0.195s;
    animation-delay: 0.195s;
}
.loader-block:nth-child(4) {
    -moz-transform: translate(0, 2.66667em);
    -ms-transform: translate(0, 2.66667em);
    -webkit-transform: translate(0, 2.66667em);
    transform: translate(0, 2.66667em);
    -webkit-animation-delay: 0.325s;
    animation-delay: 0.325s;
}
.loader-block:nth-child(5) {
    -moz-transform: translate(2.66667em, 2.66667em);
    -ms-transform: translate(2.66667em, 2.66667em);
    -webkit-transform: translate(2.66667em, 2.66667em);
    transform: translate(2.66667em, 2.66667em);
    -webkit-animation-delay: 0.13s;
    animation-delay: 0.13s;
}
.loader-block:nth-child(6) {
    -moz-transform: translate(5.33333em, 2.66667em);
    -ms-transform: translate(5.33333em, 2.66667em);
    -webkit-transform: translate(5.33333em, 2.66667em);
    transform: translate(5.33333em, 2.66667em);
    -webkit-animation-delay: 0.455s;
    animation-delay: 0.455s;
}
.loader-block:nth-child(7) {
    -moz-transform: translate(0, 5.33333em);
    -ms-transform: translate(0, 5.33333em);
    -webkit-transform: translate(0, 5.33333em);
    transform: translate(0, 5.33333em);
    -webkit-animation-delay: 0.39s;
    animation-delay: 0.39s;
}
.loader-block:nth-child(8) {
    -moz-transform: translate(2.66667em, 5.33333em);
    -ms-transform: translate(2.66667em, 5.33333em);
    -webkit-transform: translate(2.66667em, 5.33333em);
    transform: translate(2.66667em, 5.33333em);
    -webkit-animation-delay: 0.26s;
    animation-delay: 0.26s;
}
.loader-block:nth-child(9) {
    -moz-transform: translate(5.33333em, 5.33333em);
    -ms-transform: translate(5.33333em, 5.33333em);
    -webkit-transform: translate(5.33333em, 5.33333em);
    transform: translate(5.33333em, 5.33333em);
}
@-webkit-keyframes magpulse {
    from, 40% {
    background: #fdfdfd;
}
 to {
    background: #dadada;
}
}
@-webkit-keyframes show {
    from, 40% {
    opacity: 0;
}
 41%, to {
    opacity: 1;
}
}
@keyframes magpulse {
    from, 40% {
    background: #fdfdfd;
}
 to {
    background: #dadada;
}
}
@keyframes show {
    from, 40% {
    opacity: 0;
}
 41%, to {
    opacity: 1;
}
}

.header {
    position: relative;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    text-align: left;
    width: 100%;
    z-index: 100;
    padding: 0;
    background-color: #ffffff;
}

.headroom--not-top.affix {
    position: fixed;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    text-align: left;
    width: 100%;
    z-index: 1000;
    padding: 0;
    background-color: #ffffff;
}
.header .widget,.header .widget-title,.navbar-nav,.navbar {
    margin: 0 !important;
    border-radius: 0 !important;
}
.sticky-logo{
display:none!important;
}
.headroom--not-top.affix .sticky-logo{
display:block!important;
max-width:145px;
max-height:43px;
padding-right:10px;
float:left;
}
.headroom--not-top.affix .sticky-logo img{
height:43px;
}
.headroom--not-top.affix .container {
    background-color:#000000;
}
.widget-styles{
    display:block; 
    border-bottom:1px solid #CCC; 
    margin:20px 0 5px; 
    font-weight:bold
}
.widget-gp{
    display: block;
    height: 0;
}
.widget-title {
    position: relative;
    width: 100%;
}
.kc_row .widget-title {
    padding-top: 5px;
}
.widget-title span {
    float: right;
    right: 0;
    bottom: 20px;
    font-size: 13px;
}
.widget-title span a {
    margin: 0 10px;
}
.navbar-default {
    border: 0;
    box-shadow: none !important;
    background-color: #423A3D;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color:#fff;
}
.logo-wrapper {
    padding: 20px 0;
    background-color: #fff;
}
.logo-wrapper .ads-widget img {
    float: right;
    margin-top: 8px;
}
.navbar-brand {
    font-size: 24px;
    color: #fff !important;
    padding: 0 0 0 0;
    margin: 0;
    line-height: 1;
    text-transform: capitalize;
    height: auto;
    text-decoration: none !important;
    font-weight: 700;
}
.navbar-brand img {
    width: 100%;
}
.navbar {
    min-height: 45px;
}

.nav-top .navbar{
    min-height: 46px;
    border-bottom:1px solid #dedede;
}
.headroom--not-top.affix .navbar{
border-bottom:none;
}
.navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: #ffffff;
}
.nav-top .navbar-nav > li > a {
    text-shadow:none;
}
.navbar-nav > li > a {
    font-size: 12px;
    padding: 12px 18px;
    line-height: 19px;
    text-transform: uppercase;
    vertical-align: middle;
    text-decoration: none !important;
    font-weight: 500;
    text-shadow: 0 1px 0 #000;
    -webkit-font-smoothing: subpixel-antialiased !important;
}
.yamm-content .links-widget {
    padding: 20px 0 0;
}
.yamm-content .links-widget a {
    color: #111111 !important;
}
#navbar{
border-bottom:1px solid #dedede;
}
.navbar-nav > li {
    -webkit-transition: background-color 0.7s ease 0s;
    -moz-transition: background-color 0.7s ease 0s;
    -ms-transition: background-color 0.7s ease 0s;
    -o-transition: background-color 0.7s ease 0s;
    transition: background-color 0.7s ease 0s;
}
.navbar-nav > li:hover,.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus {
    background-color: #343434;
}
.navbar-nav > li a:hover {
    -webkit-transition: background-color 0.4s ease 0s;
    -moz-transition: background-color 0.4s ease 0s;
    -ms-transition: background-color 0.4s ease 0s;
    -o-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
}
.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    float: left;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 48px;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.navbar-default .navbar-toggle:hover {
    background: #101010;
}
.navbar-default .navbar-toggle:focus {
    background: #181818;
}
.navbar-default .navbar-collapse {
    border: none !important;
}
.navbar-collapse::before {
    display: none !important;
}
.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus {
    background-color: transparent;
}
@media (min-width: 979px) {

    ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
}
.news-ticker {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    padding: 0 15px;
    line-height: 32px;
    height: 32px;
}
.news-ticker span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ddd;
    margin-left: 7px;
    vertical-align: middle;
    font-weight: 600;
}
.tickerbg {
    background-color: #9a1f00;
    overflow: hidden;
}
.news-title {
    height: auto;
    float: left;
    color: #ffffff;
    padding: 10px 10px;
    height: 32px;
    margin-right: 15px;
    margin-bottom: 0;
    text-align: center;
    position: relative;
}
.news-title h3 {
    font-size: 11px;
    letter-spacing: 1px;
    padding: 0 !important;
    margin: 0 !important;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
}
#controls {
    display: inline-block;
}
#controls i {
    margin: 0 2px;
}
#controls a:hover,#controls a:focus {
    color: #ddd;
}
.news-ticker a {
    color: white;
    font-size: 11px;
    letter-spacing: 0.6px;
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    vertical-align: middle;
}
.news-ticker a:hover,.news-ticker a:focus {
    color: #efefef;
}
.custom-search-input {
    margin: 5px 0;
}
.custom-search-input .btn {
    border: 0 none;
    border-radius: 0 !important;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    vertical-align: middle;
    width: 40px;
}
.custom-search-input .fa {
    margin-top: -4px !important;
}
.custom-search-input .form-control {
    border-radius: 0;
    border-color: #ddd;
    box-shadow: none !important;
    font-size: 13px;
    height: 40px;
}

/****************************************** 
    Mega Menu 
******************************************/

.yamm .nav,.yamm .collapse,.yamm .dropup,.yamm .dropdown {
    position: static;
}
.yamm .dropdown.yamm-fw {
    position: static;
}
.yamm .container {
    position: relative;
}
.yamm .yamm-content {
    padding: 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
    padding: 30px;
}
.yamm .dropdown {
    position: relative;
}
.yamm .dropdown.yamm-fw.yamm-half .dropdown-menu {
    left: auto;
    right: auto;
}
.yamm-half .yamm-content ul {
    min-width: 180px;
}
.yamm-fw .dropdown-menu li {
    padding: 10px 0px;
}
.yamm-fw .dropdown-menu li a {
    padding: 0 !important;
    font-size: 14px;
    background-color: transparent !important;
}
.yamm .dropdown .dropdown-menu {
    border-radius: 0;
    margin-top: 0;
    padding: 0;
}
.yamm .dropdown .dropdown-menu .sub-menu {
    border-radius: 0;
    left: 100%;
    top: 0;
    border-left: 1px solid #404040;
}
.hasmenu .dropdown-menu, .yamm-fw .dropdown-menu {
    min-width: 240px;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    border-radius: 0;
    left: 0;
    background-color: #333333;
    margin: 0;
    padding: 0;
    right: 0;
    z-index: 101 !important;
}
.dropdown-menu .widget-title > h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.4px;

}
.dropdown-menu .widget-title hr {
    border-width: 1px;
    border-color: #404040;
    margin-top: 15px;
    margin-bottom: 25px;
}
.dropdown-menu .widget-title hr:before {
    height: 3px;
    margin-top: 2px;
}
.dropdown-menu .widget-title span a {
    color: #fff;
}
.dropdown-menu .widget-title span a:hover {
    color: #efefef;
}
.dropdown-menu .links-widget .check li a {
    color: white !important;
    font-size: 12px;
    font-weight: 300;
    text-shadow: 0 1px 0 #000;
}
.dropdown-menu .links-widget .check li:before {
    color: #efefef !important;
    font-size: 12px;
    letter-spacing: 0.4px;
}
.dropdown-menu .post-grid .post-title h3 a,.dropdown-menu .post-grid .post-title h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0 1px 0 #000;
    letter-spacing: 0.2px;
}
.yamm .dropdown .dropdown-menu .show-left {
    margin-top: 0}
.well {
    border: 0;
    padding: 12px 0;
}
.yamm p {
    margin-top: 0;
    padding-top: 0;
    border-bottom: 0;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-weight: 600;
    color: #222222;
    font-size: 14px;
}
.well .form-control {
    font-size: 12px !important;
    height: 35px;
    margin-bottom: 15px;
}
.yamm ul {
    padding: 0;
}
.nav .open > a,.nav .open > a:hover,.nav .open > a:focus {
    border-color: #343434;
}
/* Animation from Animate.css */
.animated {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
    from {
    opacity: 0;
}
 to {
    opacity: 1;
}
}
@keyframes fadeIn {
    from {
    opacity: 0;
}
 to {
    opacity: 1;
}
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.king-icon {
    background-image: url('images/mag-icon.png')!important;
}
@media (min-width: 992px) {

  .yamm-fw {
    position: relative;
}
 .hasmenu:hover > ul, .yamm-fw:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
 .hasmenu > ul, .yamm-fw > ul {
    position: absolute;
    top: 0%;
    visibility: hidden;
    display: none;
    opacity: 0;
    left: 0;
}

}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #343434;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    box-shadow: none;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu > li > a {
    color: #fff;
    display: inline-block;
    font-size: 12px !important;
    font-weight: 300 !important;
    line-height: 1;
    padding: 10px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    text-shadow: 0 1px 0 #000;
}
.dropdown-menu .menu-item-has-children > a::after {
    content: '\f0da';
    display: inline;
    font-family: 'FontAwesome';
    margin-left: 10px;
    font-size: 12px;
    line-height: 10px;
}
.dropdown-menu > li {
    padding: 5px 10px;
    border-top:none;
    border-left:none;
}
.dropdown-menu > li: last-child {
    border-bottom: 0;
}
.dropdown-menu > li:hover > a {
    text-decoration: none !important;
}
.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus {
    background: none;
}
.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus {
    text-decoration: none;
    outline: 0;
}
.dropdown-menu > .disabled > a,.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus {
    color: #cccccc;
}
.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 0.5em 1em;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #666666;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 0.3em solid;
    content: "";
}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}
 .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
}
}

.logo-center .navbar-brand {
    width: 240px;
    margin: 10px auto 20px;
    float: none;
    display: block;
}
/****************************************** 
    Widgets 
******************************************/

.dark {
    background-color: #181818;
}
.dark hr{
    color: #343434;
}
.dark * {
    color: white !important;
}
.widget,.content {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.widget-title {
    padding: 15px 0 0;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.widget-title h4 {
    line-height: 1;
    padding: 0 !important;
    font-weight: 700;
    margin: 0 !important;
    text-transform: uppercase;
    color: #181818;
    font-size: 20px;
}
.widget-title hr {
    border-width: 4px;
    margin-bottom: 0;
    border-width: 1px;
    border-color: #ddd;
    margin-top: 10px !important;

}

.widget-title hr:before {
    width: 80px;
    display: block;
    height: 4px;
    position: relative;
    content: "";
    top: -4px;
    height: 3px;
    margin-top: 2px;
    background: #9a1f00;
}
.widget-title hr:after {
    width: 6px;
    display: block;
    height: 4px;
    position: relative;
    content: "";
    top: -9px;
    height: 3px;
    margin-top: 2px;
    margin-left: 85px;
    background: #9a1f00;
}
.wp-tag-cloud {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding: 0;
}
.wp-tag-cloud li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    border: 1px solid #ddd;
    text-align: center;
    text-transform: uppercase;
}
.wp-tag-cloud li a {
    display: block;
    padding: 11px 18px 9px;
    color: #181818;
    transition: all 0.3s;
}
.wp-tag-cloud a:hover {
    color: #fff;
    background-color: #9a1f00;
}
.widget_categories ul,.widget_rss ul,.widget_display_replies ul,.widget_display_topics ul,.widget_display_views ul,.widget_recent_comments ul,.widget_display_forums ul,.widget_recent_entries ul,.widget_archive ul, .widget_nav_menu ul, .widget_pages ul,.widget_meta ul{
    list-style: none;
    padding-left: 0;
}
.widget_categories li,.widget_rss li,.widget_display_forums li,.widget_display_replies li,.widget_display_topics li,.widget_display_views li,.widget_recent_comments li,.widget_recent_entries li, .widget_archive li, .widget_nav_menu li, .page_item, .widget_pages li,.widget_meta li {
    border-left:3px solid #9a1f00; 
    border: 1px solid #ddd;
    margin-top: 8px;
    padding: 9px 3px 7px 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    
}

.navbar .page_item{
    border: none;
    margin-top:0;
    padding-top:0;
    padding-bottom:0;
}
.widget_nav_menu .sub-menu,.widget_pages .children{
    display:none;
}
.widget_categories li a {
    margin-right: 5px;
}
/* Instagram */ 

.instagram-images {
    padding: 0;
    list-style: none;
}
.instagram-images li {
    position: relative;
    z-index: 1;
    float: left;
    width: 33.3333%;
}
.footer .instagram-images li {
    width: 33.3333%;
    height: auto;
}
.instagram-images li a {
    display: block;
    background-color: #010101;
}
.instagram-images li a img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.instagram-images li a:hover img {
    opacity: 0.85;
}
/* Most  Viewed Posts Widget*/

.widget-popular-posts li {
    min-height: 45px;
    padding-left: 50px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    padding-top: 10px;
    position: relative;   
}
.widget-popular-posts li: last-child {
    margin-bottom: 0;
}
.widget-popular-posts li:nth-child(1):before {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    width: 5%;
    border-top: 5px dotted white;
}
.widget-popular-posts li:nth-child(2):before {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    width: 10%;
    border-top: 5px dotted white;
}
.widget-popular-posts li:nth-child(3):before {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    width: 13%;
    border-top: 5px dotted white;
}
.widget-popular-posts li:nth-child(4):before {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    width: 17%;
    border-top: 5px dotted white;
}
.widget-popular-posts li:nth-child(5):before {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    width: 21%;
    border-top: 5px dotted white;
}
.widget-popular-posts li:nth-child(6):before {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    width: 24%;
    border-top: 5px dotted white;
}
.widget-popular-posts li:nth-child(7):before {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    width: 27%;
    border-top: 5px dotted white;
}
.widget-popular-posts li:nth-child(8):before {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    width: 29%;
    border-top: 5px dotted white;
}
.widget-popular-posts li:nth-child(9):before {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    width: 33%;
    border-top: 5px dotted white;
}
.widget-popular-posts li:nth-child(10):before {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    width: 35%;
    border-top: 5px dotted white;
}
.widget-popular-posts li a {
    color: #181818;
    font-size: 18px;
    font-weight: 600;
    transition: 0.15s all;
    -moz-transition: 0.15s all;
    -webkit-transition: 0.15s all;
    letter-spacing: -0.5px;
    line-height: 22px;
}

.widget-popular-posts li .magpress-count {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: white;
    background: #9a1f00;
    display: block;
    height: 35px;
    line-height: 35px;
    width: 35px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}
.widget-popular-posts li .magpress-date,.widget-popular-posts li .magpress-views {
    padding-top: 4px;
    color: #898989;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.widget-popular-posts li .magpress-date .fa,.widget-popular-posts li .magpress-views .fa {
    margin-right: 7px;
}

/* Twitter Post Widgets */

.twitter-item {
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 15px;
    overflow: hidden;
    word-wrap: break-word;
}
.twitter-item::before {
    font-family: 'FontAwesome';
    content: '\f099';
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}
.twitter-link {
    font-size: 10px;
    color: #9a1f00;
    margin-right: 5px;
}
.twitter-timestamp {
    font-size: 10px;
}
.twitter-timestamp abbr {
    border: none;
    color: #898989;
}
/* Calender Widget */

#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    color: #181818;
    font-weight: 700;
    padding-bottom: 4px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#wp-calendar tbody {
    color: #aaa;
}
#wp-calendar tbody td {
    background: #f5f5f5;
    border: 3px solid #fff;
    padding: 8px 0 6px;
    text-align: center;
}
#wp-calendar th {
    text-align: center;
}
#wp-calendar tbody .pad,footer #wp-calendar tbody .pad {
    background: none;
    border: 0 none;
}
#wp-calendar tfoot #next {
    text-align: right;
}
footer #wp-calendar tbody td {
    background: #333;
    border-color: #555;
}
footer #wp-calendar caption {
    color: #FFF;
}

/* Post Widgets */

.post-grid .post-title h3 a,.post-grid .post-title h3 {
    color: #010101;
    font-size: 24px;
    font-weight: 700;
    padding: 0 !important;
    margin-top: 15px !important;
    line-height: 1.33;
    letter-spacing: -0.6px;
}

.post-grid .post-description {
    color: #010101;
    font-size: 24px;
    font-weight: 700;
    padding: 0 !important;
    margin-top: 15px !important;
    line-height: 1.33;
    letter-spacing: -0.6px;
}
.post-grid hr {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}
.post-grid {
    float: left;
}
.grid3-meta-included .post-title,.grid3-meta-included .entry-content-title{
    position:absolute;
    padding-right:2px;
    padding-left:2px;
    width:100%;
    bottom:10%;
    text-align:center;
    z-index:10;
      
}
.grid3-meta-included .post-title h3,.grid3-meta-included .post-title h3 a,.grid3-meta-included .entry-content-title h3 a,.grid3-meta-included .entry-content-title h3{
    font-size:18px;
    color:#fff;
    line-height:1;
    font-weight:600;
}
.grid3-meta-included .hover-title{
    top: initial;
    bottom: 45%;
    z-index:10;
    text-align: center;
    left:0;
    right:0;
    margin:auto;
}
.hover-title-left {
    position: absolute;
    left: 20px;
    bottom: 15px;
}
.hover-title a,.hover-title-left a {
    color: #ffffff;
}
.hover-title {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index:1;
}
.hover-title span {
    color: #ffffff;
}
.review-stat {
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.widget hr {
    border-color: #ddd;
}
.mini-widget-title {
    float: left;
    padding-left: 15px;
    padding-right: 10px;
    width: 60%;
    margin-top: 4px;
}
.mini-widget-title a {
    color: #181818;
    font-size: 19px;
    letter-spacing: -0.3px;
    font-weight: 600;
    line-height: 20px;
}
.mini-widget-hr {
    border-bottom: 1px solid #eee;
    height: 1px;
    margin-top: 15px;
    width: 35%;
}
.mini-widget-thumb {
    display: block;
    float: left;
    width: 40%;
    height: 100px;
    overflow: hidden;
}
.mini-widget-thumb a,.mini-widget-thumb img {
    display: inherit;
    height: inherit;
    width: 100%;
    object-fit: cover;
}
.mini-widget .post {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.mini-widget-title small {
    display: block;
    padding: 5px 0 0;
    color: #898989;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
}
.entry-content {
    overflow: hidden;
}
.classic-large .entry-content hr{
    margin-top:20px;
    margin-bottom:10px;
}
.entry-content hr {
    margin-top: 30px;
    margin-bottom: 30px;
}
.entry-content-title {
    display: block;
    padding: 0;
}
.entry-content-title a h3 {
    color: #121212;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.post-meta-attr {
    display: block;
    font-size: 12px;
    width: 100%;
    position: relative;
    padding: 0;
}
.post-meta-attr span {
    border-left: 1px solid #ddd;
    padding: 0 15px 0 18px;
    font-weight: 500;
}
.mega-menu.post-meta-attr > span {
    border-left: none;
    padding-left: 0;
}
.post-meta-attr .avatar img {
    max-width: 30px;
    margin-right: 5px;
}
.grid3-meta-included .post-meta-attr .avatar img {
    display:none;
}
.grid3-meta-included .post-meta-attr {
    position:absolute;
    bottom:10px;
    text-align:center;

}
.grid3-meta-included .post-meta-attr span,.grid3-meta-included .post-meta-attr span a{
    border:none;
    color:#fff;
    text-shadow:1px 1px 3px rgba(0, 0, 0, 0.2);
    padding:0 3px 0 8px;
    text-transform:capitalize;
    text-align:center;
}
.grid3-meta-included .post-meta-attr span a{
    text-transform:uppercase;
}
.post-meta-attr .avatar {
    letter-spacing: 0.3px;
    text-transform: none;
    font-size: 12px;
    border: none;
    font-weight: 500;
    padding-left: 0;
}
.post-meta-attr small {
    color: white;
    font-size: 10px;
    font-weight: 500;
}
/* Post Sharing */

.post-sharing .big-share {
    font-size: 52px;
    font-weight: 700;
    position: relative;
    line-height: 42px;
    vertical-align: bottom;
    min-width: 75px;
    text-align: center;
    float: left;
}
.post-sharing .big-share:after {
    content: 'SHARES';
    font-size: 14px;
    font-weight: 500;
    color: #999;
    letter-spacing: 2px;
    margin-top: -10px;
    display: block;
    width: 100%;
    text-align: center;
    height: 20px;
}
.post-sharing ul.list-inline > li{
    margin-bottom: 3px;
}

/* Margin Collapse Fix */

.list-inline {
    display: inline-block;
}

/* Social Media Widget */

.social-media-widget ul {
    padding: 0;
    margin: 0 !important;
}
.social-media-widget li {
    text-align: left;
    padding: 10px;
    padding-left: 20px;
    list-style: none;
    float: left;
    width: 100%;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    margin-bottom: 3px;
}
.social-media-widget li:hover {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.social-media-widget small {
    line-height: 1;
    letter-spacing: 0.5px;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    font-weight: 500;
}
.social-media-widget li i {
    font-size: 18px;
    width: 18%;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4)}
.social-media-widget li a {
    color: #ffffff;
}
.social-media-widget li small {
    display: inline-block;
}
.customshare .list a.fb,.social-media-widget li.facebook {
    background-color: #3b5998;
}
.customshare .list a.sc,.social-media-widget li.snapchat {
    background-color: #FFDF0E;
}
.customshare .list a.tw,.social-media-widget li.twitter {
    background-color: #55acee;
}
.customshare .list a.vm,.social-media-widget li.vimeo {
    background-color: #8291AF;
}
.customshare .list a.gp,.social-media-widget li.googleplus {
    background-color: #dd4b39;
}
.social-media-widget li.pinterest {
    background-color: #cb2027;
}
.social-media-widget li.linkedin {
    background-color: #007bb5;
}
.social-media-widget li.rss {
    background-color: #F36F24;
}
.social-media-widget li.youtube {
    background-color: #bb0000;
}
.social-media-widget li.instagram {
    background-color: #125688;
}

/*** Simple Social Links *****/

.social-widget .btn, .social-widget .btn:hover, .social-widget .btn:focus {
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 0;
}
 .social-widget li a {
    width: 18%;
    height: 18%;
    line-height: 48px;
    text-align: center;
    display: block;
    font-size: 18px;
}
 .social-widget .btn:hover {
    opacity: 0.9;
}
.social-widget .tw-button i,.social-widget .fb-button i {
    margin-right: 0;
}
.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}
.tooltip-inner {
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 11px !important;
    border-radius: 4px;
    background: #ffe53e;
    color: #181818;
    width: 100% !important;
    padding: 14px;
}
.tooltip.top .tooltip-arrow {
    border-top-color: transparent !important;
}
.tooltip-inner img {
    width: 100px;
    margin-bottom: 5px;
}
.textwidget img{
    width: 100%;
}

/****************************************** 
    Post Styles 
******************************************/

.rating-box {
    position: relative;
    vertical-align: middle;
    font-size: 16px;
    font-family: FontAwesome;
    display: inline-block;
    color: lighten(@grayLight, 25%);
}
.rating-box:before {
    content: "\f005 \00a0 \f005 \00a0 \f005 \00a0 \f005 \00a0 \f005";
    color: rgba(1, 1, 1, 0.2);
    text-shadow: 0px 1px -1px transparent;
}
.rating {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color:#9a1f00;
}
.rating:before {
    content: "\f005 \00a0 \f005 \00a0 \f005 \00a0 \f005 \00a0 \f005";
}
.bigreviewbox {
    border: 1px solid #e5e5e5;
    padding: 20px 30px;
    margin-bottom: 20px !important;
    background-color: #fff;
}
.bigreviewbox h2 {
    font-size: 18px;
    padding: 0;
    font-weight: 700;
    margin: 10px 0 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.bigreviewbox p {
    font-size: 14px;
}
.bigreviewbox .progress {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0;
    box-shadow: none;
    height: 22px;
    margin-bottom: 15px;
    overflow: hidden;
}
.reviews-progress p,.finalreview p {
    font-weight: 700;
    position: relative;
    margin: 0px 0 2px 0 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.reviews-progress p small {
    position: absolute;
    font-size: 15px;
    right: 0;
}
.reviews-progress hr {
    margin-bottom: 7px !important;
    margin-top: 0px !important;
    width: 100%;
}
.reviews-progress .rating-box {
    margin-top: -27px;
}
.finalreview h3 {
    font-size: 50px;
    font-weight: 700;
    padding: 7px 0px 10px 5px;
    text-align: center;
    min-width: 100%;
}
.finalreview h3::before {
    content: 'OVERALL';
    font-size: 14px;
    font-weight: 500;
    color: #999;
    letter-spacing: 2px;
    display: block;
    width: inherit;
}
.finalreview .progress {
    vertical-align: middle;
    margin-top: 0px;
}
.entry {
    position: relative;
    padding: 0 !important;
    margin-bottom: 0;
}
.entry-magnified .magnifier{
    position:absolute;
    background-color:#000;
    top: 0;
    cursor: pointer;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    filter: alpha(opacity=0);
    opacity: 0.5;
    -webkit-transition:.3s ease;
    transition:.3s ease;
    -webkit-backface-visibility:hidden;
}
.magnifier {
    /* position: absolute;*/
    

}
.entry-magnified .magnifier:hover{
    opacity:0.8;
}
.grid3-meta-included .video.magnifier::after{
    top:10px;
}
.video.magnifier::after {
    content: '\f04b';
    color: white;
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 20px;
    height: 42px;
    width: 42px;
    padding: 5px 0 12px 4px;
    text-align: center;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    border: 2px solid white;
    bottom: 10px;
    right: 10px;
    pointer-events: none;
}
.postgrid .post-media img {
    max-height:245px;
}
.post-media img {
    max-height:518px;
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */
    -moz-transition: all 1s ease;
    /* Firefox */
    -ms-transition: all 1s ease;
    /* IE 9 */
    -o-transition: all 1s ease;
    /* Opera */
    transition: all 1s ease;
    object-fit: cover;
}
.post-media:hover img {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -moz-transform: scale(1.1);
    /* Firefox */
    -ms-transform: scale(1.1);
    /* IE 9 */
    -o-transform: scale(1.1);
    /* Opera */
    transform: scale(1.1);
    -webkit-transition: all 5s ease;
    /* Safari and Chrome */
     -moz-transition: all 5s ease;
    /* Firefox */
    -ms-transition: all 5s ease;
    /* IE 9 */
    -o-transition: all 5s ease;
    /* Opera */
    transition: all 5s ease;
}
.vaf-custom{
    vertical-align: middle;
}
/****************************************** 
    Footer 
******************************************/

#sitefooter-wrap {
    background: #181818 none repeat scroll 0 0;
    font-size: 12px;
    padding: 45px 0;
    border-top: 1px solid #343434;
}
#sitefooter {
    color: #fff;
    position: relative;
}
.footer-links span {
    color: rgba(255, 255, 255, 0.3);
    margin: 0 10px;
}
.copyright-notice {
    margin-bottom: 5px;
}
#copyright h2{
    color:#fff;
}
.footer {
    background-color: #181818;
    padding: 30px 0;
    color: white;
}
.footer .mini-widget-title small,#sitefooter a,#sitefooter p {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
}
.footer .widget_categories li {
    border: none;
    padding-left: 0px;
    border-bottom: 1px solid #343434;
    padding: 15px 0;
    margin: 0px;
    vertical-align: middle;
}
.footer .widget_categories li a {
    letter-spacing: 0.6px;
    font-weight: 400;
}
.footer .widget_categories li a::before {
    font-family: 'FontAwesome';
    content: '\f0da';
    font-size: 12px;
    margin-right: 10px;
}
.footer .mini-widget-hr,.footer .widget hr {
    border-color: #444850;
}
footer .widget_categories li a,.footer p,.footer .mini-widget-title small,#sitefooter a,#sitefooter p,.footer .mini-widget-title a {
    color: #e4e4e4;
}
.footer .widget-title h4 {
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)}
.footer p {
    margin-bottom: 20px;
}
.footer a {
    color: white !important;
}
.bottombutton{
    bottom: 25px;
}
.footer * {
    border-bottom-color: #343434 !important;
}
/****************************************** 
    Single Pages 
******************************************/

.category-desc p {
    padding-bottom: 10px;
    color: #787878;
}
.category-desc {
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    display: block;
    margin-bottom: 20px;
    position: relative;
    margin-top: 10px;
}
.kc .category-desc {
    border-bottom: 1px solid #eee;
    display: block;
    margin-bottom: 20px;
    position: relative;
    margin-top: 10px;
}
.pagination-wrapper {
    display: block;
    margin: 40px 0 80px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus,.pagination a,.pagination > li > a,.pagination > li > span {
    list-style: none;
    background-color: #181818;
    border: 1px solid #dddddd;
    color: #ffffff;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    margin-right: 5px;
    border-radius: 0 !important;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
}
div.indicator-hint, .tags a:hover, .pagination > li > a:hover, .pagination > li > span:hover{
    background-color:#9a1f00;
    border-color:#9a1f00;
}
div.bbp-template-notice,div.bbp-template-notice p{
    border-color:#9a1f00;
}
.pagination > li > span.current{
    background-color: #9a1f00 ;
    border-color: #9a1f00 ;
}
.singular-post p {
    margin-bottom: 10px;
}
blockquote {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    border-left: 0;
    padding: 0.25em 50px 0.50em;
    position: relative;
    border-left: 8px solid #9a1f00;
}
blockquote p{
    font-size: 18px;
    font-weight: 500;
}
blockquote::before {
    color: #ccc;
    content: "“";
    display: block;
    font-size: 86px;
    left: 15px;
    position: absolute;
    top: -30px;

}
blockquote cite {
    color: #ccc;
    display: block;
    margin-top: 10px;
}
blockquote cite::before {
    content: "— ";
}
.authorbox,.post-bottom {
    padding: 20px 30px;
    margin: 20px 0;
    display: block;
    position: relative;
    border: 1px solid #eee;
}
.post-bottom {
    margin: 10px 0 30px 0;
}
.tags a {
    font-size: 12px;
    display: inline-block;
    padding: 5px 10px;
    color: #5e5e5e;
    letter-spacing: 0.5px;
}
.tags h4 {
    display: inline-block;
    margin-right: 15px;
    text-transform: uppercase;
    vertical-align: sub;
}
.post-pager {
    border: 1px solid #eee;
    padding: 20px 20px;
}
.media img {
    width: 65px;
    margin-right: 20px;
}
.media .rating {
    margin-bottom: 5px;
}
.media-heading {
    font-size: 16px;
    padding-bottom: 0;
    font-weight: 600;
}
.media-body .time-comment {
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1;
}
.media {
    border: 1px solid #eee;
    box-shadow: none !important;
    padding: 30px 20px;
    background-color: #ffffff !important;
    position: relative;
}
.media .btn {
    right: 20px;
    padding: 5px 10px;
    position: absolute;
    top: 25px;
    text-transform: uppercase;
}
.children .media {
    margin-top: 15px;
}
.comment-reply {
    margin-left: 45px;
}
.comments .well {
    background-color: #ffffff !important;
    border: 0 !important;
    box-shadow: none !important;
}
.tabbed-widget .form-control,.comments .form-control {
    margin: 10px 0;
}
.comments textarea {
    height: 140px;
}
.comments h3 {
    padding-top: 20px;
    padding-bottom: 10px; 
    text-align: left;
    font-weight: 700;
}
.comments p{
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 14px;
    color: #515151;
}
.time-comment a.comment-permalink{
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 10px;
    color: #515151; 
}
.required {
    color: #DA5333;
    margin-left: 5px;
}
.commentform {
    background-color: #fff;
}
.commentform textarea.form-control {
    height: 140px !important;
    max-width: 100% !important;
}
.commentform p,.commentform label {
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 14px;
    color: #515151;
}
.commentform p {
    margin-bottom: 25px;
}
.commentform .form-control {
    height: 45px;
    box-shadow: none !important;
    background-color: #fff;
    border-color: #ddd;
    margin-bottom: 20px;
    border-radius: 0px;
    color: #515151;
    font-size: 12px;
    padding: 8px;
}
.commentform .btn {
    padding: 10px 20px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.commentform .form-submit {
    margin: 0;
    padding: 0   
}
.format-comment{
    padding-top:20px;
    position: relative;
}
.format-comment .format-comment{
    padding-left:30px;
}

.next .mini-widget-title {
    float: right;
}
.next .mini-widget-title, .previous .mini-widget-title{
    width: 100%;
}
.previous .mini-widget-title small,.next .mini-widget-title small {
    text-transform: uppercase;
    font-style: normal;
    font-size: 11px;
    color: #ccc;
}
.authorbox .mini-widget-title {
    width: 100%;
}
.authorbox .avatar-author {
    float: left;
    width: 100px;
}
.authorbox .desc {
    font-size: 12px;
    margin-left: 117px;
    word-wrap: break-word;
}
.authorsocial {
    margin-top: 15px;
}
.authorbox p {
    font-size: 12px;
}
.authorbox .rightside {
    padding-left: 40px;
    border-left: 1px solid #f9f9f9}
.page-404-content h2 {
    font-size: 72px;
    font-weight: 700;
    line-height: 80px;
    margin-top: 40px;
    text-transform: capitalize;
}
.page-404-content {
    padding: 20px 20px;
}
.page-404-content a:hover {
    text-decoration: underline;
}
.page-404-content img {
    margin: 0 auto;
    display: block;
}
.breadcrumbs {
    list-style: none;
    margin: 20px 0;
    margin-left: -40px;
    overflow: hidden;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 400;
}
#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
#breadcrumbs a {
    color: #999;
}
#breadcrumbs a:hover {
    color: inherit;
}
#breadcrumbs .separator {
    font-size: 12px;
    font-weight: 100;
    color: #999;
    margin-top: -3px;
}
.authorlink {
    font-size: 13px !important;
    font-style: italic;
    color: #444444 !important;
    font-weight: 400 !important;
    line-height: 21px;
    margin-bottom: 6px;
}
.authorbox .author-title a {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
    color: #121212;
}
.avatar-author img {
    max-width: 80px;
    margin-right: 20px;
}
.authorbox {
    padding: 30px;
}
.authorbox p {
    margin-bottom: 0;
}
.related-posts .col-md-4 {
    margin-bottom: 30px;
}
.section {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}
.fbgsec {
    border-bottom: 1px solid #eee;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 420px;
}
.fbgsec * {
    color: white !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
}
.fbgsec .rating {
    text-shadow: none !important;
}
.fbgsec .title-area {
    background: url(data: image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    min-height: 420px;
    padding-top: 10%;
}
.title-area {
    position: relative;
    padding: 20px 40px;
}
.dark .title-area {
    text-shadow: 0px 2px 1px rgba(1,1,1,0.3);
}
.shadowbg {
    position: relative;
    -webkit-box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.25);
}
.title-area h3 {
    margin-bottom: 4px;
    margin-top: 0;
    word-wrap: break-word;
    font-weight: 700;
    letter-spacing: -1px;
}
.post-exc p {
    font-size: 14px;
    line-height: 22px;
    color: #787878;
}
.shadowbg .breadcrumb {
    padding-bottom: 0 !important;
}
.breadcrumb > .active {
    color: #555;
}
.breadcrumb > li {
    color: #555 !important;
    display: inline-block;
    font-size: 12px;
}
.breadcrumb {
    background-color: transparent;
    padding: 10px 5px;
}
.title-area small {
    font-size: 15px;
    padding-left: 15px;
}
.singular-post {
    padding: 0 15px;
}
.post-meta-attr {
    color: #898989;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
}
.singular-post .post-meta-attr {
    padding: 10px 0;
}
.singular-post .title-area h1 {
    letter-spacing: -1.5px;
    margin-top: 20px;
    font-weight: 800;
    word-wrap:break-word;
}
.singular-post .title-area hr {
    background-color: #999;
    margin-bottom: 25px;
    margin-top: 15px;
}
.post-sharing {
    display: block;
    width: 100%;
    position: relative;
}
.gp-button.btn-primary:hover,.gp-button.btn-primary:focus,.gp-button.btn-primary {
    border-color: #DA5333 !important;
    background-color: #DA5333 !important;
}
.fb-button.btn-primary:focus,.fb-button.btn-primary:hover,.fb-button.btn-primary {
    background-color: #3B5998 !important;
    border-color: #3B5998 !important;
}
.tw-button.btn-primary:hover,.tw-button.btn-primary:focus,.tw-button.btn-primary {
    background-color: #00B6F1 !important;
    border-color: #00B6F1 !important;
}
.tw-button i,.fb-button i {
    margin-right: 5px;
}
.pt-button.btn-primary:hover,.pt-button.btn-primary:focus,.pt-button.btn-primary {
    border-color: #BD081C !important;
    background-color: #BD081C !important;
}
.sn-button.btn-primary:hover,.sn-button.btn-primary:focus,.sn-button.btn-primary {
    border-color: #FFDF0E !important;
    background-color: #FFDF0E !important;
}
.lk-button.btn-primary:hover,.lk-button.btn-primary:focus,.lk-button.btn-primary {
    border-color: #007bb5 !important;
    background-color: #007bb5 !important;
}
.fl-button.btn-primary:hover,.fl-button.btn-primary:focus,.fl-button.btn-primary {
    border-color: #E30A83 !important;
    background-color: #E30A83 !important;
}
.in-button.btn-primary:hover,.in-button.btn-primary:focus,.in-button.btn-primary {
    border-color: #CD5959 !important;
    background-color: #CD5959 !important;
}
.vm-button.btn-primary:hover,.vm-button.btn-primary:focus,.vm-button.btn-primary {
    border-color: #2A94E6 !important;
    background-color: #2A94E6 !important;
}
.su-button.btn-primary:hover,.su-button.btn-primary:focus,.su-button.btn-primary {
    border-color: #EB4B23 !important;
    background-color: #EB4B23 !important;
}
.post-sharing .btn {
    padding: 9px 17px;
    letter-spacing: 0.2px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    border-radius: 1px !important;
}
.post-sharing .btn:hover {
    opacity: 0.9;
}

/* Voting System */
.btn-vote .fa{
    margin-right:5px;
}

.btn-vote{
    background-color: #9a1f00;
    color:white;
    text-transform:uppercase;
    font-weight:500;
    letter-spacing:-0.5px;
    border:none;
}
.btn-vote:hover{
    color:white;
}
.btn-voted{
    background-color:#181818!important;
}
.post-vote-disabled,.comment-vote-disabled{
    pointer-events:none;   
}
.comment-vote{
    margin-top:10px;
    margin-bottom:10px;
}

/* Coloured Category Boxes */
.cat-boxes {
    margin-bottom: 12px;
}
.cat-boxes span {
    display:inline-block;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    border-radius: 0px;
    padding: 7px 8px 5px 8px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    margin-right: 1px;
    margin-bottom: 1px;

}
/* Archive Page With Post Date*/
.archive-date span {
    text-transform: uppercase;
    letter-spacing: 0.4px;
    border-radius: 0px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    margin-right: 1px;
    text-align: center;
    margin-left: -10px;
    margin-top: -10px;
    background-color: #181818;
    color: #fff;
}
.day {
    display: block;
    font-size: 30px;
    font-weight: 800;
    padding: 12px 8px;
    line-height: 35px;
}
.month {
    border-top: 1px solid #404040;
    display: block;
    padding: 6px 8px;
}
.single-wrapper .title-area {
    padding: 0;
}
.single-wrapper .post-meta-attr {
    padding: 5px 0 0;
}
.single-wrapper .title-area small {
    padding: 0;
}
.single-wrapper .breadcrumb {
    padding: 0;
}
.single-wrapper .post-media {
    margin-bottom: 10px;
}
.kc_row .post-media {
    margin: 0;
}
.post-media {
    position: relative;
    overflow: hidden;
}
.post-media img {
    width: 100%;
}
.single-wrapper .post-desc {
    padding: 10px 0px;
}
.post-desc img {
   max-width:100%;
   height: auto;
}
.single-wrapper .post-desc:after {
   clear:both;
}
.post-desc:after {
   clear:both;
}
.grids .col-md-4,.grids .col-md-3,.grids .col-md-6 {
    margin-bottom: 30px;
}
.nopt {
    padding-top: 0 !important}
.main {
    margin-top: 40px;
}
.main .title-area {
    padding: 3px 0 0px;
    position: relative;
}
.main hr {
    margin-top: 30px;
}
.post-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.post-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.post-audio {
    position: relative;
    height: 200px;
}
.post-audio iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.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%;
}

.post-desc img, 
.post-desc iframe, 
.post-desc object, 
.post-desc embed {
        max-width: 100%;
}

/****************************************** 
    Main Slider 
******************************************/

.sp-padding {
    padding: 40px;
    padding-bottom: 50px;
}
.sp-black {
    background: none;
}
.sp-selected-button{
    background-color:#dedede!important;
}
.sp-button{
    border:2px solid #cecece !important;
}
.sp-layer p {
    font-size: 13px;
    color: #fff;
    line-height: 23px;
    letter-spacing: 0.3px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
}
#featured-slider {
background-color:#fff;
}
#featured-slider .sp-thumbnail-description {
    font-size: 14px;
    color: white;
    text-align: center;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
    top: 17px;
}
.sp-thumbnail-img img {
    max-width: 100%;
    height: 225px;
}
.object-fit_cover {
    object-fit: cover}
.sp-thumbnail-img:after,.gradient-imge:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    transition: all 0.3s;
    background: url(data: image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    pointer-events: none;
    z-index: 1;
    -webkit-box-shadow: inset 0px 0px 87px 37px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: inset 0px 0px 87px 37px rgba(0, 0, 0, 0.49);
    box-shadow: inset 0px 0px 87px 37px rgba(0, 0, 0, 0.49);
}
.sp-layer {
    z-index: 100;
    text-align: center;
}
.sp-layer h3 {
    border-bottom: 0 solid #4B5475;
    margin-bottom: 3px;
    color: white;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
}
.sp-thumbnail-title {
    position: absolute;
    bottom: 35px;
    padding: 0 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    opacity: 1;
    z-index: 100;
    width: 100%;
    color: white;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
}
.sp-thumbnail-description {
    position: absolute;
    top: 20px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71;
    opacity: 1;
    z-index: 100;
    text-transform: uppercase;
    color: white;
}
.sliderpro-home{
    left: 0px; 
    bottom: 0px; 
    width: 100%;
    pointer-events:none;
}
.sliderpro-border{
    border-color:#898989;
}
@media (max-width: 860px) {
    #featured-slider .hide-medium-screen {
    display: none;
}
}
@media (max-width: 640px) {
    #featured-slider .sp-layer {
    font-size: 12px;
}
 #featured-slider .hide-small-screen {
    display: none;
}
}
@media (max-width: 500px) {
    #featured-slider .sp-thumbnail {
    text-align: center;
}
 #featured-slider .sp-thumbnail-title {
    font-size: 12px;
    text-transform: uppercase;
}
 #featured-slider .sp-thumbnail-description {
    display: none;
}
}

/****************************************** 
    Shortcodes 
******************************************/

.nav-tabs {
    border: 0;
}
.nav-tabs > li > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ededed #ededed #ededed !important;
    border-image: none;
    border-radius: 0 !important;
    text-align: center;
    font-size: 14px;
    width: 100%;
    padding: 15px 30px;
    border-style: solid;
    border-top-width: 1px;
    cursor: pointer;
    color: #363a47 !important;
}
.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
    background-color: #ffffff !important;
}
.tab-content {
    border: 1px solid #eee;
    padding: 20px !important;
    background-color: #ffffff;
}
.nav-tabs > li a {
    font-weight: 600;
}
.tab-pane .alignleft {
    margin: 5px 20px 10px 0;
    max-width: 150px;
}
.tab-pane .alignright {
    margin: 5px 0 10px 20px;
    max-width: 150px;
}
#message {
    display: block;
    position: relative;
    text-align: left;
    padding: 0 20px;
}
#map {
    height: 450px;
    width: 100%}
#map img {
    max-width: inherit}
.map {
    position: relative}
.map .row .col-lg-4 {
    float: right;
    margin-top: -450px;
    z-index: 9}
.contact-icon {
    margin: 20px 0;
    overflow: hidden;
}
.map .row {
    position: relative}
.infobox img {
    width: 100% !important;
}
.map .searchmodule {
    padding: 18px 10px}
.infobox {
    display: inline-block;
    padding: 5px;
    position: relative;
    width: 270px;
}
.infobox img {
    width: 80px !important;
    padding-right: 10px}
.infobox .title {
    font-size: 13px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.infobox .title a {
    font-weight: bold;
}
.btn-block.btn-lg {
    padding: 21px 16px;
}

/****************************************** 
    King Composer Styles 
******************************************/

.title-single {
    font-weight: 700;
}
.king-tabs.kc_tabs>.kc_wrapper>.kc_tabs_nav {
    height: auto;
    background: #181818;
    margin-bottom:30px;
}
.king-tabs .kc_tabs_nav > li {
    line-height: 35px;
    height: auto;
    color: #ffffff;
    font-weight: 500;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
}
.king-tabs .kc_tabs_nav > li > a {
    background: none !important;
    color: white !important;
}
.king-tabs .kc_wrapper.ui-tabs {
    border: none;
}
.king-tabs .kc_tabs_nav > .ui-tabs-active,.king-tabs .kc_tabs_nav > .ui-tabs-active:hover,.king-tabs .kc_tabs_nav > .ui-tabs-active     color: white;
}
.king-tabs .kc_tabs_nav > li:hover,.king-tabs .kc_tabs_nav > li:hover > a {
    color: white;
    border-bottom: none;
}
.king-tabs .kc_tabs_nav > li > a:hover,.king-tabs .kc_tabs_nav > li > a:focus {
    color: #ffffff;
}
.king-accordion .kc_accordion_section.group {
    border: none;
    overflow: hidden;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.king-accordion .kc_accordion_header > a {
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.king-accordion .kc_accordion_section>.kc_accordion_header {
    background: #181818;
    color: white;
}
.king-accordion .kc_accordion_header > span.ui-accordion-header-icon:before {
    color: white;
}
.kc_column, .kc_column_inner{
padding-left:10px !important;
padding-right:10px !important;
}
.kc_tabs_nav ~ .kc_tab.ui-tabs-body-active{
    background: transparent !important;
}

.kc_row_inner, .kc-row-container.kc-container .kc-wrap-columns{
    display:block;
}

/* Contact Form 7 Styles */
.wpcf7-form p {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.wpcf7-form label {
    display: block;
}
.wpcf7-form .wpcf7-form-control {
    margin-top: 10px;
    font-weight: normal;
}

.wpcf7-text, .wpcf7-textarea {
    width: 100%;
    padding: 5px 15px;
    border: 1px solid #ddd;
    font-size: 14px;
}

@media only screen and (min-width: 1200px){
.wpcf7-text {
    width: 70%;
    }
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
    outline: 0;
}
.wpcf7-submit {
    padding: 5px 25px;
    border: none;
    text-transform: uppercase;
    letter-spacing:1px;
    background-color: #9a1f00;
    color: #fff;
    text-shadow:0 2px 1px rgba(1,1,1,0.3);
}

.wpcf7-submit:focus {
    outline: 0;
}

.wpcf7-submit:hover {
    border-color: #181818;
    background-color: #181818;
}

span.wpcf7-not-valid-tip {
    display: block;
    color: #f2132d;
    font-size: 1em;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
}


div.wpcf7 div.ajax-error {
    display: none;
}

/****************************************** 
    Responsive 
******************************************/

@media (max-width: 1380px) {
    .ps-desc {
    top: 250px;
}
}
@media (min-width: 992px){

    .singular-post .title-area h1 {
    font-size: 52px;
    line-height: 56px;
    }
    .sp-layer h3{
    font-size: 40px;
    }
    .social-media-widget small{
        font-size: 14px;
    }
    .entry-content-title a h3 {
    font-size: 30px;
    line-height: 34px;}

    .title-area h3 {
    font-size: 34px;
    line-height: 40px;
}
}
@media (max-width: 1240px) {
    .ps-desc {
    top: 220px;
}
}
@media (max-width: 1180px) {
    .ps-desc {
    top: 190px;
    left: 20px;
    right: 20px;
}
 .newsletter-widget h3 span {
    font-size: 12px;
    margin-right: 5px;
}
}
@media (max-width: 1080px) {
    .ps-desc {
    top: 160px;
    left: 20px;
    right: 20px;
}
 .yamm-content .mini-widget-thumb {
    display: none !important;
}
}
/** Stacked Columns **/
@media (max-width: 992px) {

    .ps-desc {
    top: 250px;
    left: 20px;
    right: 20px;
}
.navbar-default .navbar-toggle {
    background-color: #181818;
}
 .navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
 #sitefooter .text-right {
    text-align: center;
    margin-top: 10px;
}
 #sitefooter .text-left {
    text-align: center !important;
}
 .post-grid {
    margin-bottom: 20px;
}
 .logo-wrapper {
    padding-top: 0;
}
 .navbar-brand {
    padding: 0;
    margin: 0 auto 10px !important;
    width: 100%;
    display: inline-block;
    float: none;
    text-align: center;
}
.navbar-brand.sticky-logo{
    margin: 0 auto 0 0 !important;
}
 .navbar-brand img {
    max-width: 220px;
    padding: 0;
    margin: 0 auto;
}
 .logo-wrapper .ads-widget img {
    margin: 0 auto!important;
    width: auto;
    display: block;
    float: none;
    text-align: center;
}
 .authorbox .post {
    margin-bottom: 20px;
    display: block;
}
 .homepage-version .title-area {
    padding-top: 20px;
}
}
@media (max-width: 900px) {
    .ps-desc {
    display: none;
}
}
@media (max-width: 768px) {
    .cat-boxes{
        margin-top: 5px;
    }

 .navbar-nav > li:first-child {
    border-left: none;
    border-right: none;
}
 .hasmenu > ul li {
    background: #343434;
    margin-top: 0;
}
 .finalreview .col-sm-4 {
    margin: 20px auto !important }
 .reviewbox {
    float: none !important;
    margin: 0 auto 30px !important;
    display: block;
    max-width: 100% !important;
}
 .tw-button i, .fb-button i {
    margin-right: 0;
}
 .title-area {
    text-align: center;
}
 .single-wrapper .post-desc {
    padding: 20px 10px;
}
 .title-area h3 {
    margin-bottom: 7px;
    margin-top: 0;
    word-wrap: break-word;
}
 .comment-reply {
    margin-left: 0 !important }
 .singular-post .entry-content-title h3 {
    font-size: 18px;
}
 .singular-post {
    padding: 5px;
}
 .nav > li > a {
    padding: 10px 20px;
}
 .yamm-content {
    padding: 0 20px !important;
}
 .navbar-nav > li:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent !important;
}
 body.admin-bar .headroom--not-top.affix {
    top: 0px;
}
.comments .well ul.children{
        margin-left: 0px;
        padding-left: 0px;
    }
}

/**** Extra Code ***/
@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{
    background: none;
    color:inherit
}

}

@media (max-width: 420px) {
    .footer-links span {
    margin: 0 4px;
}
    .copyright-notice, .footer-links, #sitefooter, .post-meta-attr {
    font-size: 11px;
}
    .comments .media .btn{
        position: relative;
        clear: both;
        top: 7px;
        right:0px;
        float: left;
    }

 }
@media (max-width: 1406px) {
    .header, .logo-wrapper, .container {
    width: 100%;
}
}
/****************************************** 
    Jumbotron 
******************************************/
.mb2{
    margin-bottom:5px;
}
.navbar-nav > li > a{
    text-shadow:none;
}
.narrow > div {
    padding: 0;
}

.post-slider {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;

}
.half-slide{
    height:240px;
}


.post-slider img{
    object-fit:cover;
    min-height:100%;
    min-width:100%;
    overflow:hidden;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  
}
.ps-meta {
    position: absolute;
    left: 0;
    top: 0;
    height:100%;
    width: 100%;
}

.ps-meta ul {
    float: left;
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 20px;
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}
.ps-meta ul li {
    float: right;
    margin-right: 3px;
    list-style:none;
}
.ps-meta span{
    position: absolute;
    left: 0;
    bottom:20px;
    padding: 0px 20px;
    color:rgba(255,255,255,.6);
    font-size: 12px;
   
}

.ps-meta a{
    color:#ffffff;
}
.ps-meta a:hover{
    color:#ffffff;
}

.ps-meta h3 {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -40px;
    color: #FFF;
    padding: 0px 20px;
    letter-spacing:-1.5px;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -moz-transform: translate(0,-100%);
    -o-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%);
    text-shadow:1px 1px 1px rgba(0, 0, 0, .4)
    
}
@media (max-width: 992px) {
    .full-slide{
        height:200px;
    }
}
@media(min-width: 992px){
       .full-slide h3{
        font-size:50px;
    }
}
.full-slide{
        height:480px;
    }
.ps-meta{
    background: url(data: image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);

    -webkit-box-shadow: inset 0px 0px 87px 37px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: inset 0px 0px 87px 37px rgba(0, 0, 0, 0.49);
    box-shadow: inset 0px 0px 87px 37px rgba(0, 0, 0, 0.49);

}
.ps-meta:hover {
     -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.post-slider:hover img{
    -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.one-colored-one{
    background-color: rgba(34, 107, 99, 0.3);
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIwJSIgY3k9IjEwMCUiIHI9IjE0MS40MjEzNTYyMzczMDk1JSI+PHN0b3Agc3RvcC1jb2xvcj0iIzIzODAyYyIgc3RvcC1vcGFjaXR5PSIwLjMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyMzgwMmMiIHN0b3Atb3BhY2l0eT0iMC4zIiBvZmZzZXQ9IjAuNDA1Ii8+PHN0b3Agc3RvcC1jb2xvcj0iIzFlMzllNiIgc3RvcC1vcGFjaXR5PSIwLjMiIG9mZnNldD0iMSIvPjwvcmFkaWFsR3JhZGllbnQ+PHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    /* Android 2.3- hack (needed for the actual radial gradient) */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIwJSIgY3k9IjEwMCUiIHI9IjE0MS40MjEzNTYyMzczMDk1JSI+PHN0b3Agc3RvcC1jb2xvcj0iIzIzODAyYyIgc3RvcC1vcGFjaXR5PSIwLjMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyMzgwMmMiIHN0b3Atb3BhY2l0eT0iMC4zIiBvZmZzZXQ9IjAuNDA1Ii8+PHN0b3Agc3RvcC1jb2xvcj0iIzFlMzllNiIgc3RvcC1vcGFjaXR5PSIwLjMiIG9mZnNldD0iMSIvPjwvcmFkaWFsR3JhZGllbnQ+PHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==),
        -webkit-gradient(radial, left bottom, 0, left bottom, 723,color-stop(0, rgba(35, 128, 44, 0.3)),color-stop(0.405, rgba(35, 128, 44, 0.3)),color-stop(1, rgba(30, 57, 230, 0.3)));
    /* Android 2.3 */
    background-image: -webkit-repeating-radial-gradient(left bottom, ellipse farthest-corner,rgba(35, 128, 44, 0.3) 0%,rgba(35, 128, 44, 0.3) 40.5%,rgba(30, 57, 230, 0.3) 100%);
    /* IE10+ */
    background-image: repeating-radial-gradient(ellipse farthest-corner at left bottom,rgba(35, 128, 44, 0.3) 0%,rgba(35, 128, 44, 0.3) 40.5%,rgba(30, 57, 230, 0.3) 100%);
    background-image: -ms-repeating-radial-gradient(left bottom, ellipse farthest-corner,rgba(35, 128, 44, 0.3) 0%,rgba(35, 128, 44, 0.3) 40.5%,rgba(30, 57, 230, 0.3) 100%);

}
 
.one-colored-two{
     background-color: rgba(72, 44, 93, 0.3);
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIwJSIgY3k9IjEwMCUiIHI9IjE0MS40MjEzNTYyMzczMDk1JSI+PHN0b3Agc3RvcC1jb2xvcj0iIzIzM2Q4MCIgc3RvcC1vcGFjaXR5PSIwLjMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyMzNkODAiIHN0b3Atb3BhY2l0eT0iMC4zIiBvZmZzZXQ9IjAuNDQ3OTk5OTk5OTk5OTk5OTUiLz48c3RvcCBzdG9wLWNvbG9yPSIjYWEwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMyIgb2Zmc2V0PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    /* Android 2.3- hack (needed for the actual radial gradient) */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIwJSIgY3k9IjEwMCUiIHI9IjE0MS40MjEzNTYyMzczMDk1JSI+PHN0b3Agc3RvcC1jb2xvcj0iIzIzM2Q4MCIgc3RvcC1vcGFjaXR5PSIwLjMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyMzNkODAiIHN0b3Atb3BhY2l0eT0iMC4zIiBvZmZzZXQ9IjAuNDQ3OTk5OTk5OTk5OTk5OTUiLz48c3RvcCBzdG9wLWNvbG9yPSIjYWEwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMyIgb2Zmc2V0PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+),
        -webkit-gradient(radial, left bottom, 0, left bottom, 723,color-stop(0, rgba(35, 61, 128, 0.3)),color-stop(0.448, rgba(35, 61, 128, 0.3)),color-stop(1, rgba(170, 0, 0, 0.3)));
    /* Android 2.3 */
    background-image: -webkit-repeating-radial-gradient(left bottom, ellipse farthest-corner,rgba(35, 61, 128, 0.3) 0%,rgba(35, 61, 128, 0.3) 44.8%,rgba(170, 0, 0, 0.3) 100%);
    /* IE10+ */
    background-image: repeating-radial-gradient(ellipse farthest-corner at left bottom,rgba(35, 61, 128, 0.3) 0%,rgba(35, 61, 128, 0.3) 44.8%,rgba(170, 0, 0, 0.3) 100%);
    background-image: -ms-repeating-radial-gradient(left bottom, ellipse farthest-corner,rgba(35, 61, 128, 0.3) 0%,rgba(35, 61, 128, 0.3) 44.8%,rgba(170, 0, 0, 0.3) 100%);
}

.one-colored-three{
 background-color: rgba(72, 44, 93, 0.3);
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIwJSIgY3k9IjEwMCUiIHI9IjE0MS40MjEzNTYyMzczMDk1JSI+PHN0b3Agc3RvcC1jb2xvcj0iIzIzM2Q4MCIgc3RvcC1vcGFjaXR5PSIwLjMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyMzNkODAiIHN0b3Atb3BhY2l0eT0iMC4zIiBvZmZzZXQ9IjAuNDQ3OTk5OTk5OTk5OTk5OTUiLz48c3RvcCBzdG9wLWNvbG9yPSIjYWEwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMyIgb2Zmc2V0PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    /* Android 2.3- hack (needed for the actual radial gradient) */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIwJSIgY3k9IjEwMCUiIHI9IjE0MS40MjEzNTYyMzczMDk1JSI+PHN0b3Agc3RvcC1jb2xvcj0iIzIzM2Q4MCIgc3RvcC1vcGFjaXR5PSIwLjMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyMzNkODAiIHN0b3Atb3BhY2l0eT0iMC4zIiBvZmZzZXQ9IjAuNDQ3OTk5OTk5OTk5OTk5OTUiLz48c3RvcCBzdG9wLWNvbG9yPSIjYWEwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMyIgb2Zmc2V0PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+),
        -webkit-gradient(radial, left bottom, 0, left bottom, 723,color-stop(0, rgba(35, 61, 128, 0.3)),color-stop(0.448, rgba(35, 61, 128, 0.3)),color-stop(1, rgba(170, 0, 0, 0.3)));
    /* Android 2.3 */
    background-image: -webkit-repeating-radial-gradient(left bottom, ellipse farthest-corner,rgba(35, 61, 128, 0.3) 0%,rgba(35, 61, 128, 0.3) 44.8%,rgba(170, 0, 0, 0.3) 100%);
    /* IE10+ */
    background-image: repeating-radial-gradient(ellipse farthest-corner at left bottom,rgba(35, 61, 128, 0.3) 0%,rgba(35, 61, 128, 0.3) 44.8%,rgba(170, 0, 0, 0.3) 100%);
    background-image: -ms-repeating-radial-gradient(left bottom, ellipse farthest-corner,rgba(35, 61, 128, 0.3) 0%,rgba(35, 61, 128, 0.3) 44.8%,rgba(170, 0, 0, 0.3) 100%);
}

.one-colored-four{
   background-color: rgba(72, 44, 93, 0.3);
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIwJSIgY3k9IjEwMCUiIHI9IjE0MS40MjEzNTYyMzczMDk1JSI+PHN0b3Agc3RvcC1jb2xvcj0iIzIzM2Q4MCIgc3RvcC1vcGFjaXR5PSIwLjMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyMzNkODAiIHN0b3Atb3BhY2l0eT0iMC4zIiBvZmZzZXQ9IjAuNDQ3OTk5OTk5OTk5OTk5OTUiLz48c3RvcCBzdG9wLWNvbG9yPSIjYWEwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMyIgb2Zmc2V0PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    /* Android 2.3- hack (needed for the actual radial gradient) */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIwJSIgY3k9IjEwMCUiIHI9IjE0MS40MjEzNTYyMzczMDk1JSI+PHN0b3Agc3RvcC1jb2xvcj0iIzIzM2Q4MCIgc3RvcC1vcGFjaXR5PSIwLjMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyMzNkODAiIHN0b3Atb3BhY2l0eT0iMC4zIiBvZmZzZXQ9IjAuNDQ3OTk5OTk5OTk5OTk5OTUiLz48c3RvcCBzdG9wLWNvbG9yPSIjYWEwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMyIgb2Zmc2V0PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+),
        -webkit-gradient(radial, left bottom, 0, left bottom, 723,color-stop(0, rgba(35, 61, 128, 0.3)),color-stop(0.448, rgba(35, 61, 128, 0.3)),color-stop(1, rgba(170, 0, 0, 0.3)));
    /* Android 2.3 */
    background-image: -webkit-repeating-radial-gradient(left bottom, ellipse farthest-corner,rgba(35, 61, 128, 0.3) 0%,rgba(35, 61, 128, 0.3) 44.8%,rgba(170, 0, 0, 0.3) 100%);
    /* IE10+ */
    background-image: repeating-radial-gradient(ellipse farthest-corner at left bottom,rgba(35, 61, 128, 0.3) 0%,rgba(35, 61, 128, 0.3) 44.8%,rgba(170, 0, 0, 0.3) 100%);
    background-image: -ms-repeating-radial-gradient(left bottom, ellipse farthest-corner,rgba(35, 61, 128, 0.3) 0%,rgba(35, 61, 128, 0.3) 44.8%,rgba(170, 0, 0, 0.3) 100%);
}

.two-colored-one{
 background-color: rgba(160, 62, 119, 0.3);
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIwJSIgY3k9IjEwMCUiIHI9IjE0MS40MjEzNTYyMzczMDk1JSI+PHN0b3Agc3RvcC1jb2xvcj0iIzQwMGNiYyIgc3RvcC1vcGFjaXR5PSIwLjMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZjZmMzEiIHN0b3Atb3BhY2l0eT0iMC4zIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
    /* Android 2.3- hack (needed for the actual radial gradient) */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIwJSIgY3k9IjEwMCUiIHI9IjE0MS40MjEzNTYyMzczMDk1JSI+PHN0b3Agc3RvcC1jb2xvcj0iIzQwMGNiYyIgc3RvcC1vcGFjaXR5PSIwLjMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZjZmMzEiIHN0b3Atb3BhY2l0eT0iMC4zIiBvZmZzZXQ9IjEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=),
        -webkit-gradient(radial, left bottom, 0, left bottom, 723,color-stop(0, rgba(64, 12, 188, 0.3)),color-stop(1, rgba(255, 111, 49, 0.3)));
    /* Android 2.3 */
    background-image: -webkit-repeating-radial-gradient(left bottom, ellipse farthest-corner,rgba(64, 12, 188, 0.3) 0%,rgba(255, 111, 49, 0.3) 100%);
    /* IE10+ */
    background-image: repeating-radial-gradient(ellipse farthest-corner at left bottom,rgba(64, 12, 188, 0.3) 0%,rgba(255, 111, 49, 0.3) 100%);
    background-image: -ms-repeating-radial-gradient(left bottom, ellipse farthest-corner,rgba(64, 12, 188, 0.3) 0%,rgba(255, 111, 49, 0.3) 100%);
}

.three-colored-one, .three-colored-two, .three-colored-three, .three-colored-four{
    -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
     transition: all 0.5s ease-in;
}
.post-slider:hover .three-colored-one,.post-slider:hover .three-colored-two,.post-slider:hover .three-colored-three,.post-slider:hover .three-colored-four{
    background-color: rgba(35, 128, 44, 0.3);
    
    -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
     transition: all 0.5s ease-in;
}



