/*  ==============================     Table of Contets    ==========================================================================        1.0 Common Styles    2.0 Header Section    3.0 Main Slider Section    4.0 Post Carousel    5.0 Post Block        5.1 Video Post        5.2 Grid Post        5.3 Load More    6.0 Sidebar Widgets        6.1 Sidebar Posts        6.2 Weather Widget        6.3 Widgets Box        6.4 Social Widget        6.5 Categories    7.0 About Section    8.0 Team Section    9.0 Error Section    10.0 Contact Section    11.0 News Single Section        11.1 Blog Quote        11.2 Post Tags        11.3 Author Box        11.4 Post Navigation        11.5 Comments Style    12.0 Widget Section    13.0 Footer Section    14.0 Scroll To Top        ==========================================================================    Notizie By DynamicLayers    ========================================================================== */
@import url('font.css');
/*  ==============================     1.0 Common Styles    ========================================================================== */
* {padding:0;margin:0;}
body {background-color:#f2f2f8;font-family:'Lato',sans-serif;font-size:16px;line-height:1.5;color:#777;font-weight:400;letter-spacing:-0.2px;position:relative;overflow-x:hidden;}
::-webkit-scrollbar {background-color:#1f2024;width:8px;height:8px}
::-webkit-scrollbar-thumb {cursor:pointer;background:#d90a2c;}
::selection {background-color:#d90a2c;color:#fff}
-webkit-::selection {background-color:#d90a2c;color:#fff}
::-moz-selection {background-color:#d90a2c;color:#fff}
h1,h2,h3,h4,h5,h6 {font-family:'Poppins',sans-serif;-webkit-font-smoothing:antialiased;color:#393e46;}
h1 {font-size:45px;font-weight:600;line-height:55px;margin:0 0 10px;color:#393e46;}
h2 {font-size:32px;line-height:42px;color:#393e46;margin:0 0 10px;font-weight:600;letter-spacing:-1px;}
h3,h4 {margin:0 0 10px;font-weight:600;line-height:1.5;color:#393e46;letter-spacing:-0.5px;}
h3 {font-size:20px;}
h4 {font-size:16px;}
h5,h6 {font-size:14px;margin:0 0 10px;}
img {border:none;outline:none;max-width:100%;border-radius:3px;}
ul {display:block;list-style:none;padding:0;margin:0;}
p,li,a,span {}
p {font-size:16px;line-height:1.5;margin-bottom:15px;}
a,a:hover {text-decoration:none;}
a:focus {outline:0;text-decoration:none;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color:#ddd !important;}
input:-moz-placeholder,textarea:-moz-placeholder {/* Firefox 18- */   color:#ddd !important;}
input::-moz-placeholder,textarea::-moz-placeholder {/* Firefox 19+ */   color:#ddd !important;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color:#ddd !important;}
button {border:none;background:none;}
/* Helper Class */.padding {padding:40px 0;}
.no-padding {padding:0;}
.container {max-width:1250px;}
.padding-15 {padding:15px;}
.padding-20 {padding:20px;}
.box-padding {padding:0 50px;}
.pb-80 {padding-bottom:80px;}
.pt-40 {padding-top:40px;}
.bg-white {background-color:#fff;}
.bg-grey {background-color:#f9fafa;}
.bg-dark {background-color:#242323!important;}
.bg-green {background-color:#4ca80b!important;}
.bg-red {background-color:#ff5575!important;}
.bg-yellow {background-color:#f9ae00!important;}
.bg-blue {background-color:#058aff!important;}
.bg-purple {background-color:#7d3b98!important;}
.bg-dark {background-color:#242323!important;}
.bd-top {border-top:1px solid #e5e5e5;}
.bd-bottom {border-bottom:1px solid #e5e5e5;}
.color-red {color:#f5756c;}
.color-green {color:#00a950;}
.mb-10 {margin-bottom:10px;}
.mb-15 {margin-bottom:15px;}
.mb-20 {margin-bottom:20px;}
.mb-25 {margin-bottom:25px;}
.mb-30 {margin-bottom:30px;}
.mb-35 {margin-bottom:35px;}
.mb-40 {margin-bottom:40px;}
.mb-45 {margin-bottom:45px;}
.mb-50 {margin-bottom:50px;}
.ml-15 {margin-left:15px;}
.ml-20 {margin-left:20px;}
.ml-25 {margin-left:25px;}
.ml-30 {margin-left:30px;}
.ml-35 {margin-left:35px;}
.mt-20 {margin-top:20px;}
.mt-30 {margin-top:30px;}
.mt-40 {margin-top:40px;}
.mt-20 {margin-top:20px;}
.mt-30 {margin-top:30px;}
.mt-40 {margin-top:40px;}
.mt-50 {margin-top:50px;}
.mt-60 {margin-top:60px;}
.mt-70 {margin-top:70px;}
.mt-80 {margin-top:80px;}
.mt-90 {margin-top:90px;}
.fz-28 {font-size:28px;}
.fz-24 {font-size:24px;}
.fz-22 {font-size:22px;}
.fz-20 {font-size:20px;}
.fz-18 {font-size:18px;}
.fz-16 {font-size:16px;}
.text-black {color:#393e46;}
.text-white {color:#ffffff;}
.align-left {text-align:left;}
.align-right {text-align:right;}
.align-center {text-align:center;}
.fl-right {float:right;}
.fl-left {float:left;}
.overlay {width:100%;position:relative;z-index:1;}
.overlay:before {content:'';width:100%;height:100%;position:absolute;left:0;top:0;z-index:-1;}
/* Preloader Styles */.loaded .site-preloader-wrap {opacity:0;visibility:hidden;}
.site-preloader-wrap {position:fixed;z-index:999;height:100%;width:100%;background:#fff;top:0;left:0}
.site-preloader-wrap .spinner {background-color:#d90a2c;position:absolute;left:50%;top:50%;margin-left:-20px;margin-top:-20px;}
.spinner {width:40px;height:40px;border-radius:100%;-webkit-animation:sk-scaleout 1.0s infinite ease-in-out;animation:sk-scaleout 1.0s infinite ease-in-out;}
@-webkit-keyframes sk-scaleout {0% {-webkit-transform:scale(0)}
    100% {-webkit-transform:scale(1.0);opacity:0;}
}
@keyframes sk-scaleout {0% {-webkit-transform:scale(0);transform:scale(0);}
    100% {-webkit-transform:scale(1.0);transform:scale(1.0);opacity:0;}
}
/* Button Style */.btn_group {}
.btn_group a {margin:5px;}
.btn_group_left a {margin-right:15px;margin-bottom:15px;}
.post-btn {background-color:#ff5575;font-family:"Lato",sans-serif;color:#fff;font-size:12px;border-radius:2px;line-height:35px;display:inline-block;letter-spacing:0.2px;padding:0 25px;}
.post-btn:hover {opacity:0.8;color:#fff;}
.post-btn.btn-blue {background-color:#00afd8;}
.post-btn.btn-green {background-color:#00a950;}
.post-btn.btn-yellow {background-color:#f9ae00;}
/*========== Tittle Heading ==========*/.tittle-heading {background-color:#fafafc;border:1px solid #eee;border-top-left-radius:5px;border-top-right-radius:5px;width:100%;height:55px;line-height:55px;padding:0 30px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1;overflow:hidden;}
.tittle-heading:before {background-color:#d90a2c;position:absolute;content:"";width:30%;height:100%;left:0;top:0;z-index:-1;}
.tittle-heading:after {background-color:#fafafc;content:"";position:absolute;width:200px;height:200px;left:27%;top:-103px;transform:rotate(60deg);}
.tittle-heading h2 {color:#fff;font-size:16px;margin:0;height:50px;line-height:50px;text-transform:uppercase;letter-spacing:-0.5px;}
.tittle-heading img {float:right;width:20px;z-index:1;}
/*========== Transition Effect ==========*/a,a:hover,.overlay,img,.form-control,.form-control:hover,button {-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
/* ==========================================================================   2.0 Header Section   ========================================================================== */.header-section {background-color:#fff;width:100%;height:auto;z-index:99;position:absolute;left:0;top:0;padding:0;}
.header-section.navbar-fixed-top {position:fixed;}
/*========== Top Header ==========*/.top-bar {background-color:#fff;height:40px;display:flex;align-items:center;border-bottom:1px solid #eee;}
.topbar-wrap {display:flex;justify-content:space-between;}
.topbar-date {font-size:14px;}
.top-bar .social-links {text-align:right;display:flex;align-items:center;}
.top-bar .social-links ul {margin:0;padding:0;list-style:none;}
.top-bar .social-links li {display:inline-block;margin:0 8px;}
.top-bar .social-links li:last-child {margin:0;}
.top-bar .social-links li a {font-size:13px;color:#d90a2c;}
.top-bar .social-links li .fa-facebook {color:#3b5999;}
.top-bar .social-links li .fa-twitter {color:#55acee;}
.top-bar .social-links li .fa-instagram {color:#e4405f;}
.top-bar .social-links li .fa-soundcloud {color:#ff3300;}
.top-bar .social-links li .fa-youtube {color:#cd201f;}
/*========== News Ticker ==========*/.news-ticker-wrap {display:flex;justify-content:flex-start;align-items:center;position:relative;}
.top-bar-content {display:flex;align-items:center;}
.news-ticker-wrap span {background-color:#d90a2c;display:inline-block;color:#fff;height:40px;line-height:39px;padding:0 20px;margin-right:15px;}
.news-ticker {}
.news-ticker li a {color:#777;display:inline-block;text-align:left;}
.ticker-control {background-color:#fff;position:absolute;right:0;top:50%;transform:translateY(-50%);}
.ticker-control i {background-color:#f2f2f8;width:30px;height:30px;line-height:30px;text-align:center;display:inline-block;font-size:12px;color:#999;cursor:pointer;}
/*========== Mid Header ==========*/.mid-header {padding:20px 0;}
.mid-header .mid-header-inner {display:flex;align-items:center;justify-content:space-between;}
.mid-header .header-banner {max-width:728px;margin-left:20px;}
.navbar-fixed-top.header-section {background-color:transparent;height:auto;border-bottom:0;padding:0;}
.navbar-fixed-top .mid-header,.navbar-fixed-top .top-bar {display:none;}
.navbar-fixed-top .navbar {-moz-box-shadow:0 2px 5px rgba(16,16,16,.08);-webkit-box-shadow:0 2px 5px rgba(16,16,16,.08);box-shadow:0 2px 5px rgba(16,16,16,.08);}
.navbar-fixed-top ul.nav > li > a:hover,.navbar-fixed-top ul.nav > li > a:focus,.navbar-fixed-top ul.nav > li.active > a {color:#fff;}
.logo-light,.navbar-fixed-top .logo-light,.logo-dark,.navbar-fixed-top .logo-dark,.navbar-fixed-top.header-section,.header-section {transition:all 0.3s ease-in-out;}
/*========== Bottom Header ==========*/.navigation-menu {background-color:#1f2024;}
.navbar {border:medium none;-moz-border-radius:0;-webkit-border-radius:0;-ms-border-radius:0;border-radius:0;margin:0;position:relative;padding:0;}
.navbar-header {padding:17px 0;}
.navbar-header .brand {font-size:25px;color:#393e46;font-family:'Poppins',sans-serif;letter-spacing:-1px;font-weight:600;margin-left:13px;}
.navbar-header .nav-btn {padding:8px;border-radius:1px;}
.navbar-header .nav-btn .icon-bar {background-color:#fff;width:18px;}
.navbar-fixed-top .navbar-header .nav-btn .icon-bar {background-color:#777;}
.navbar-header .nav-btn:hover,.navbar-header .nav-btn:focus {opacity:0.8;}
.menu-wrap {width:100%;justify-content:space-between;}
/*========== Search Form Style ==========*/.header-right {display:flex;align-items:center;text-align:right;}
.header-right .search-form {margin-left:auto;position:relative;}
.header-right .search-form input {background-color:#151517;border:none;outline:none;box-shadow:none;color:#fff;height:45px;padding:0 10px;border-radius:2px;position:relative;padding-right:70px;padding-left:15px;}
.header-right .search-form .submit {background-color:#d90a2c;width:60px;height:45px;line-height:45px;text-align:center;border-radius:2px;color:rgba(255,255,255,0.8);font-size:13px;position:absolute;top:0;right:0;cursor:pointer;}
.header-right .search-form .submit:focus {box-shadow:none;outline:none;}
.header-right .search-form .submit:hover {opacity:0.9;color:#fff;}
/*========== Dropdown Style ==========*/#mainmenu li ul {background-color:#1f2024;width:200px;height:auto;position:absolute;left:0;top:140%;visibility:hidden;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;z-index:999;}
#mainmenu li:hover > ul {visibility:visible;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";top:100%;}
#mainmenu li ul li {border-bottom:1px solid rgba(255,255,255,0.1);display:block;position:relative;padding:0;}
#mainmenu li ul li:last-child {border:none;}
#mainmenu li ul li a {font-family:'Poppins',sans-serif;line-height:45px;display:block;padding:0 15px;font-size:13px;font-weight:500;letter-spacing:-0.2px;color:#ddd;-webkit-transition:color 0.3s ease 0s,padding 0.3s ease 0s;transition:color 0.3s ease 0s,padding 0.3s ease 0s;}
#mainmenu li > ul > li:hover a {background-color:#d90a2c;color:#fff;}
#mainmenu li > ul ul {background-color:#fff;left:200px;}
#mainmenu li > ul li:hover > ul li a {color:#777;}
#mainmenu li ul li:hover > ul {top:0;opacity:1;visibility:visible;}
#mainmenu li > ul li:hover > ul li > a:hover {background-color:transparent;color:#fff;}
#mainmenu li ul li li a:hover {color:#ffca3f !important;}
/*========== Nav Menu ==========*/#navbar {z-index:999;padding:0 15px;}
ul.nav {}
ul.nav > li {position:relative;}
ul.nav > li > a {color:#ddd;font-family:'Poppins',sans-serif;display:inline-block;vertical-align:middle;padding:0 12px;letter-spacing:0;font-size:16px;font-weight:600;line-height:70px;text-transform:uppercase;z-index:1;}
ul.nav li a.active {background-color:transparent;color:#fff;opacity:1;}
.menu-btn {margin-left:10px;margin-top:10px;}
/*========== Mobile Menu ===========*/.slicknav_menu {background:none;padding:4px 0;display:none;z-index:999;}
.slicknav_nav {background-color:#fff;font-size:16px;padding:20px 15px;}
.js .slicknav_menu {width:100%;position:absolute;right:0;top:100%;padding:0;}
.slicknav_btn {background-color:transparent;margin:-46px 10px 0;}
.slicknav_menu .slicknav_icon-bar {width:25px;height:5px;-webkit-box-shadow:0 2px 0 rgba(0,0,0,.5);-moz-box-shadow:0 2px 0 rgba(0,0,0,.5);box-shadow:0 2px 0 rgba(0,0,0,.5);}
.slicknav_nav .slicknav_row:hover,.slicknav_nav .slicknav_row,.slicknav_nav a,.slicknav_nav a:hover {-moz-border-radius:0;-webkit-border-radius:0;-o-border-radius:0;border-radius:0;}
.slicknav_nav .slicknav_row,.slicknav_nav a {padding:10px 15px;margin:0;color:#393e46;font-size:16px;font-weight:600;letter-spacing:0.5px;}
.slicknav_nav .slicknav_arrow {float:right;}
.slicknav_nav a .caret {display:none;}
.slicknav_nav ul {margin:0;}
.slicknav_nav ul li a {padding-left:30px;font-size:14px;color:#444;}
.slicknav_nav .slicknav_row:hover,.slicknav_nav a:hover {background-color:transparent;color:#393e46;}
/* ==========================================================================   3.0 Main Slider Section   ========================================================================== */.main-slider-section {background-color:#fff;padding-top:30px;padding-bottom:40px;}
.mini-block,.slide-wrap {width:50%;float:left;}
.main-slide .slide-wrap:first-child {padding-right:5px;}
.slide-wrap .mini-block:nth-child(2n + 1) {padding-right:5px;}
.slide-wrap .mini-block:nth-child(1),.slide-wrap .mini-block:nth-child(2) {padding-bottom:5px;}
.slide-wrap {position:relative;height:470px;}
.slide-wrap-inner {position:relative;overflow:hidden;height:470px;}
.slide-wrap-inner .post-img {background-repeat:no-repeat;background-position:center center;background-size:cover;position:absolute;width:100%;height:100%;border-radius:2px;left:0;top:0;transition:all 0.2s ease-in-out;}
.slide-wrap-inner:hover .post-img {transform:scale(1.05);}
.slide-content {position:absolute;width:100%;height:auto;left:0;bottom:0;padding:30px;z-index:2;}
.overlay {position:absolute;left:0;right:0;bottom:0;height:65%;transition:opacity 0.2s;background-image:linear-gradient(to bottom,transparent,rgba(0,0,0,0.85));-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.slide-content h3 {margin:0;font-size:24px;line-height:32px;font-weight:500;letter-spacing:-0.5px;}
.slide-content h3 a {color:#fff;}
.hover-line {position:relative;display:inline;background:-webkit-gradient(linear,left top,right top,from(currentColor),to(currentColor));background:-webkit-linear-gradient(left,currentColor 0%,currentColor 100%);background:-o-linear-gradient(left,currentColor 0%,currentColor 100%);background:linear-gradient(to right,currentColor 0%,currentColor 100%);background-size:0px 2px;background-position:0 95%;-webkit-transition:background-size .25s cubic-bezier(.785,.135,.15,.86) 0s;-o-transition:background-size .25s cubic-bezier(.785,.135,.15,.86) 0s;transition:background-size .25s cubic-bezier(.785,.135,.15,.86) 0s;padding:.1% 0;background-repeat:no-repeat;}
.slide-wrap-inner:hover .hover-line {background-size:100% 2px;}
.post-author,.slide-content .post-date {margin-bottom:10px;font-size:12px;color:#fff;margin-right:15px;}
.post-author i,.slide-content .post-date i {background-color:#f74f4f;width:25px;height:25px;line-height:25px;border-radius:50%;font-size:12px;text-align:center;color:#fff;display:inline-block;margin-right:8px;}
.post-author i {background-color:#fda400;}
.post-author:hover {color:#fff;}
.post-cat {background-color:#058aff;padding:3px 15px;color:#fff;font-size:12px;border-radius:2px;position:absolute;left:30px;top:30px;}
.post-cat:hover {opacity:0.8;color:#fff;}
.slide-content .post-date {color:#fff;display:inline-block;}
.mini-block {width:50%;height:240px;}
.mini-block .slide-wrap-inner {height:235px;}
.mini-block .slide-content h3 {font-size:18px;line-height:25px;}
.mini-block .slide-content {padding:20px;}
.mini-block .post-cat {left:20px;top:20px;}
/*========== Slider Navigation ==========*/.main-slider {position:relative;}
.owl-controls .owl-nav div {background-color:#fff;position:absolute;width:20px;height:40px;line-height:40px;font-size:10px;text-align:center;left:0;top:50%;transform:translateY(-50%);transition:all 0.2s ease-in-out;visibility:hidden;opacity:0;}
.owl-controls .owl-nav div:hover {background-color:#d90a2c;color:#fff;}
.owl-carousel:hover .owl-controls .owl-nav div {visibility:visible;opacity:1;}
.owl-carousel .owl-controls .owl-nav div.owl-next {left:auto;right:0;}
/* ==========================================================================   4.0 Post Carousel   ========================================================================== */.post-carousel {position:relative;}
.post-card {position:relative;z-index:1;overflow:hidden;min-height:300px;}
.post-carousel .post-card h3 a {color:#fff;}
.post-card .post-thumb {background-position:center center;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;border-radius:3px;position:absolute;left:0;top:0;transition:all 0.3s ease-in-out;}
.post-card:hover .post-thumb {transform:scale(1.03);opacity:0.9;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
.post-card .post-meta {position:absolute;width:100%;height:auto;left:0;bottom:0;padding:20px;z-index:2;}
.post-card .post-cat {position:absolute;width:auto;height:auto;left:20px;top:20px;}
.post-card h3 {font-size:18px;line-height:1.5;font-weight:600;transition:all 0.3s ease-in-out;}
.post-card h3 a {color:#393e46;}
.post-card:hover .hover-line {background-size:100% 2px;}
#post-carousel-2 .post-card h3 {font-size:18px;}
/* ==========================================================================   5.0 Post Block   ========================================================================== */.post-block-section {}
.post-block {}
.post-block-inner {background-color:#fff;padding:30px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border:1px solid #eee;border-top:0;display:block;}
.post-block-inner .post-list-container .big-post h3 a {color:#fff;}
.post-list-container {}
.post-list-container .list-post,.post-list-container .big-post {width:50%;float:left;}
.post-list-container .big-post {padding-right:20px;}
.post-list-container .big-post .post-card {min-height:443px;}
.post-list-container .big-post h3 {font-size:22px;line-height:32px;}
.post-list-container .list-post h3 {color:#393e46;font-size:14px;letter-spacing:-0.2px;margin:0;}
.list-post .post-card {padding-left:130px;min-height:80px;}
.list-post .post-card:not(:last-of-type) {border-bottom:1px solid #eee;padding-bottom:30px;margin-bottom:20px;}
.list-post .post-card .post-thumb {width:120px;height:80px;transform:scale(1);}
.list-post .post-card .post-meta {position:inherit;padding:0;padding-left:10px;margin-top:5px;}
.list-post .post-date {font-family:"Poppins",sans-serif;font-size:12px;color:#777;margin-bottom:5px;font-weight:500;}
.list-post .post-date i {margin-right:8px;font-weight:bold;}
/*========== Tech Post Block ==========*/ .tech-post {}
.tech-post .list-post,.tech-post .big-post {width:100%;padding-right:0;}
.tech-post .big-post .post-card {min-height:auto;}
.tech-post .list-post .post-card:nth-child(2n + 1) {padding-right:20px;}
.tech-post .list-post .post-card:nth-child(3),.tech-post .list-post .post-card:nth-child(4) {margin-bottom:0;padding-bottom:0;}
.tech-post .big-post .post-meta {}
.tech-post .big-post .post-card .post-cat {left:30px;}
.tech-post .post-card .post-meta {position:inherit;padding:0;margin-left:10px;}
.tech-post .post-card .post-meta h3 a {color:#393e46;}
.tech-post .post-card .col-lg-6:last-child {padding-left:0;}
.tech-post .list-post {margin-top:30px;}
.tech-post .list-post .post-card {width:50%;float:left;}
.tech-post .list-post .post-card {margin-bottom:15px;border:none;}
.tech-post .list-post .post-card .post-date {color:#777;}
/*========== 5.1 Video Post ==========*/.video-post {}
.video-post .big-post {width:100%;padding:0;}
.video-post .big-post .post-card {background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;background-position:center;}
.video-post .post-card .play-btn {position:absolute;background-color:#fff;width:80px;height:80px;left:50%;top:50%;transform:translate(-50%,-50%);line-height:80px;text-align:center;border-radius:50%;color:#393e46;}
.video-post .post-card .play-btn:hover {background-color:#d90a2c;color:#fff;}
.video-post .big-post .post-card {width:100%;}
.video-post .big-post .post-meta {padding:20px 40px;}
.video-post .big-post .post-meta h3 {font-size:28px;line-height:36px;}
.video-post .list-post {width:100%;margin:0;margin-top:30px;}
.video-post .list-post .post-card .post-meta {margin:0;}
.video-post .list-post .no-padding:not(:last-of-type) {padding-right:15px;}
.video-post .list-post .post-card {padding:0;}
.video-post .list-post .post-thumb {width:100%;height:130px;position:inherit;margin-bottom:15px;}
.video-post .list-post .post-meta {float:left;}
.video-post .list-post .post-meta h3 a {color:#393e46;}
.video-post .list-post .post-thumb {position:relative;}
.video-post .list-post .play-btn {position:absolute;background-color:#fff;font-size:10px;width:50px;height:50px;left:50%;top:50%;transform:translate(-50%,-50%);line-height:50px;text-align:center;border-radius:50%;color:#393e46;}
.video-post .list-post .play-btn:hover {background-color:#d90a2c;color:#fff;}
/*========== 5.2 Grid Post ==========*/.grid-post {}
.grid-post .xs-padding {padding-bottom:30px;}
.grid-post .post-card {position:inherit;border-radius:5px;-webkit-box-shadow:0 4px 20px 0 rgba(0,0,0,0.1);box-shadow:0 4px 20px 0 rgba(0,0,0,0.1);}
.grid-post .post-card {}
.grid-post .post-thumb {width:100%;height:350px;}
.grid-post .post-meta {position:inherit;padding:30px;}
.grid-post .post-meta h3 {font-size:18px;}
.grid-post .post-meta h3 a {color:#393e46;}
/*========== 5.3 Load More ==========*/.load-more {background-color:transparent;font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;padding:0 80px;line-height:40px;text-align:center;border:1px solid #ddd;display:inline-block;color:#393e46;border-radius:2px;}
.load-more:hover {background-color:#d90a2c;color:#fff;}
@media (max-width:768px) {.grid-post .post-meta,.post-block-inner {padding:20px;}
}
/* ==========================================================================   6.0 Sidebar Widgets   ========================================================================== */.sidebar-widget {}
.subscribe-widget {padding:40px;background-color:#fff;border-radius:5px;border:1px solid #eee;}
.subscribe-widget .subscribe-form {}
.subscribe-widget .subscribe-form .form-input {width:100%;background-color:#fff;height:50px;padding:10px;border:1px solid #eee;border-radius:2px;margin-bottom:10px;}
.subscribe-widget .subscribe-form .form-input:focus {box-shadow:none;outline:none;}
.subscribe-widget .subscribe-form .submit-btn {background-color:#d90a2c;width:100%;height:45px;text-align:center;border-radius:2px;color:#fff;font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:0;cursor:pointer;}
.subscribe-widget .subscribe-form .submit-btn:hover {opacity:0.8;}
/*========== 6.1 Sidebar Posts ==========*/.sidebar-tabs {background-color:#fff;border:1px solid #eee;border-radius:5px;}
.sidebar-tabs .nav-link {background-color:#fff;font-size:14px;font-family:"Poppins",sans-serif;font-weight:500;text-transform:uppercase;letter-spacing:0;color:#393e46;height:50px;line-height:50px;display:block;text-align:center;border:none;}
.sidebar-tabs .nav-tabs .nav-item {width:50%;}
.sidebar-tabs .nav-link.active {background-color:#fafafc;border-left:1px solid #eee;border-right:1px solid #eee;}
.sidebar-tabs .nav.nav-tabs {border-top-left-radius:5px;border-top-right-radius:5px;border:none;border-bottom:2px solid #eee;}
.sidebar-tabs .tab-content {padding:20px;}
.sidebar-posts {position:relative;min-height:80px;margin-bottom:20px;display:flex;align-items:center;border-bottom:1px solid #eee;padding-bottom:30px;}
.sidebar-posts:last-child {margin-bottom:0;border:none;padding:0;}
.sidebar-posts .post-thumb {width:120px;height:80px;position:absolute;left:0;top:0;}
.sidebar-posts .post-thumb img {max-width:100%;}
.sidebar-posts .post-meta {padding-left:130px;margin-top:5px;}
.sidebar-posts .post-meta h3 {color:#393e46;font-size:14px;letter-spacing:-0.2px;margin:0;}
.sidebar-posts:hover .hover-line {background-size:100% 2px;}
.sidebar-posts .post-meta h3 a {color:#393e46;}
.sidebar-posts .post-meta .post-date {font-family:"Poppins",sans-serif;font-size:12px;color:#777;margin-bottom:5px;font-weight:500;}
.sidebar-posts .post-meta .post-date i {margin-right:5px;}
.banner img {width:100%;}
.sidebar-banner {}
.sidebar-banner img {width:100%;}
/*========== 6.2 Weather Widget ==========*/.eaw-weather-component {max-width:100%!important;}
.eaw-weather-component a {display:none!important;}
.eaw-weather-info {border-radius:5px!important;}
/*========== 6.3 Widgets Box ==========*/.widget-tittle {background-color:#fafafc;border:1px solid #eee;border-top-left-radius:5px;border-top-right-radius:5px;width:100%;height:55px;line-height:55px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;margin-bottom:-1px;}
.widget-tittle h3 {margin:0;font-size:16px;}
.widget-tittle img {float:right;width:20px;}
.widget-box {background-color:#fff;border-radius:5px;border:1px solid #eee;padding:20px;border-top-left-radius:0;border-top-right-radius:0;}
/*========== 6.4 Social Widget ==========*/.social-widgets {}
.social-widgets ul {margin:0 -2px;}
.social-widgets ul li {width:50%;border-radius:2px;float:left;display:block;padding:2px;}
.social-widgets ul li a {color:#fff;font-family:"Poppins",sans-serif;font-weight:500;font-size:14px;padding:10px 15px;display:block;border-radius:2px;}
.social-widgets ul li a:hover {opacity:0.8;}
.social-widgets ul li {}
.social-widgets ul li i {color:#fff;margin-right:10px;}
.social-widgets .facebook a {background-color:#5d82d1;}
.social-widgets .twitter a {background-color:#40bff5;}
.social-widgets .youtube a {background-color:#ef4e41;}
.social-widgets .instagram a {background-color:#c13584;}
.social-widgets .behance a {background-color:#1879fd;}
.social-widgets .soundcloud a {background-color:#ff7e30;}
/*========= 6.5 Categories ==========*/.category-list {}
.category-list li {display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #eee;}
.category-list li:last-child {margin-bottom:0;padding-bottom:0;border-bottom:0;}
.category-list li a {font-family:"Poppins",sans-serif;font-weight:600;color:#393e46;letter-spacing:-0.2px;font-size:14px;}
.category-list li:hover .hover-line {background-size:100% 2px;}
.category-list li span {font-family:"Poppins",sans-serif;width:40px;line-height:20px;padding:0 10px;text-align:center;color:#fff;display:inline-block;border-radius:3px;font-size:12px;margin:0;}
/* ==========================================================================   7.0 About Section   ========================================================================== */.breadcrumb {background-color:#fff;padding:0;border-radius:5px;border:1px solid #eee;}
.breadcrumb{padding:8px;}
.breadcrumb li {display:inline-block;}
.breadcrumb li a {padding:0 8px;}
.breadcrumb .active_a{padding:0 8px;}
.breadcrumb .active{padding:0 8px;}
.about-content {}
.about-content h2 {font-size:24px;margin-top:30px;}
.about-content {}
.service-item {background-color:#fff;padding:20px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border:1px solid #eee;border-top:0;}
.service-item h3 {font-size:16px;}
/* ==========================================================================   8.0 Team Section   ========================================================================== */.team-block.post-block.row {margin:0;}
.team-block .post-block-inner {padding:20px;width:100%;display:flex;margin:0;}
.team-content {text-align:center;padding:10px 0;}
.team-content h4 {font-size:18px;margin:0;}
.team-content h4 span {display:block;font-size:12px;text-transform:uppercase;letter-spacing:0;color:#d90a2c;}
/* ==========================================================================   9.0 Error Section   ========================================================================== */.error-section {height:450px;display:flex;align-items:center;justify-content:center;}
.error-content {}
.error-content h2 {color:#d90a2c;display:block;font-size:180px;line-height:100px;}
.error-content h2 span {display:block;font-size:28px;color:#393e46;}
.error-content a {background-color:#d90a2c;padding:0 30px;border-radius:5px;color:#fff;text-transform:uppercase;font-size:12px;line-height:45px;display:inline-block;font-weight:600;font-family:"Poppins",sans-serif;cursor:pointer;}
.error-content a:hover {opacity:0.8;}
/* ==========================================================================   10.0 Contact Section   ========================================================================== */.contact-block {}
.contact-block .post-block-inner {}
.contact-block .contact-info {width:100%;}
.contact-block .contact-info li {margin-bottom:20px;display:inline-block;width:33%;}
.contact-block .contact-info li span {font-family:"Poppins",sans-serif;font-weight:600;color:#393e46;display:block;}
.contact-form {margin-top:30px;}
.contact-form .form-group .form-control {border:1px solid #eee;border-radius:2px;height:50px;}
.contact-form .form-group .form-control:focus {border:1px solid #d90a2c;box-shadow:none;}
.contact-form .form-group .form-control.message {height:150px;}
.contact-form .submit-btn {background-color:#d90a2c;padding:0 30px;border-radius:2px;color:#fff;text-transform:uppercase;font-size:12px;line-height:45px;display:inline-block;font-weight:600;font-family:"Poppins",sans-serif;cursor:pointer;}
.contact-form .submit-btn:hover {opacity:0.8;}
#form-messages {display:none;margin:0;}
/* ==========================================================================   11.0 News Single Section   ========================================================================== */.blog-thumb {}
.blog-thumb img {margin-bottom:20px;width:100%;}
.blog-single-content {}
.blog-single-content h2 a {font-size:28px;color:#263b5e;}
.blog-single-content h2 a:hover {color:#d90a2c;}
.single-post-meta {margin-bottom:20px;}
.single-post-meta li {display:inline-block;margin-right:20px;}
.single-post-meta li i {font-size:12px;color:#d90a2c;margin-right:5px;}
.single-post-meta li a {display:inline-block;font-family:"Work Sans",sans-serif;text-transform:uppercase;font-size:12px;font-weight:600;color:#263b5e;}
/* 11.1 Blog Quote   =============== */blockquote {background-color:#fff;padding:40px;border-left:4px solid #d90a2c;margin:30px 0;border-radius:5px;position:relative;z-index:1;}
blockquote p {color:#263b5e;font-size:20px;}
blockquote span {display:block;margin-top:20px;color:#263b5e;}
/* 11.2 Post Tags   ============== */.post-tags {margin-top:30px;}
.post-tags li {display:inline-block;}
.post-tags li a {display:inline-block;background-color:#d90a2c;padding:5px 10px;border-radius:2px;font-size:12px;color:#fff;margin:3px;}
.post-tags li a:hover {background-color:#263b5e;color:#fff;box-shadow:0 1px 3px rgba(0,0,0,0.1);}
/* 11.3 Author Box   =============== */
.author-box {background-color:#fff;display:flex;align-items:center;padding:30px;margin-top:30px;border-left:4px solid #d90a2c;border-radius:5px; color: #0d0d0d;}
.author-box a{ color:#263b5e;}
.author-box img {max-width: 210px;}
.author-info {padding-left:30px;}
.author-info h3 {font-size:18px;line-height:28px;margin-bottom:5px;}
.author-box .social-icon {}
.author-box .social-icon li {display:inline-block;margin-right:8px;}
.author-box .social-icon li a {font-size:14px;color:#263b5e;}
.author-box .social-icon li a:hover {color:#d90a2c;}
/* 11.4 Post Navigation   ==================== */.post-navigation {background-color:#fff;border:1px solid #eee;border-radius:5px;margin-top:40px;margin-left:0;margin-right:0;}
.post-navigation .col {padding:20px;}
.post-navigation .col:not(:last-of-type) {border-right:1px solid rgba(17,17,17,0.04);}
.post-navigation .col a {color:#263b5e;font-size:12px;text-transform:uppercase;font-family:"Work Sans",sans-serif;font-weight:600;display:flex;align-items:center;}
.post-navigation .col.next-post a {justify-content:flex-end;}
.post-navigation .col i {display:inline-block;font-size:14px;}
.post-navigation .ti-arrow-left {margin-right:10px;}
.post-navigation .ti-arrow-right {margin-left:10px;}
.post-navigation .col a:hover {color:#d90a2c;}
.post-navigation .col.prev-post .fa {margin-right:10px;}
.post-navigation .col.next-post .fa {margin-left:10px;}
/* 11.5 Comments Style   =================== */.blog-single-wrap .comments-area {margin-top:40px;}
.blog-single-wrap .comments-area .comments {border-bottom:0;}
.blog-single-wrap .comments-area li > div {border-bottom:1px solid rgba(17,17,17,0.05);padding:35px;}
.blog-single-wrap .comments-area ol {list-style-type:none;padding-left:0;}
.blog-single-wrap .comments-area ol ul {padding-left:30px;list-style-type:none;margin:0;}
.blog-single-wrap .comments-area ol > li:last-child div {border-bottom:0;}
.blog-single-wrap .comments-area .comments-title {font-size:22px;font-weight:600;}
.blog-single-wrap .comments-area li > div {position:relative;}
.blog-single-wrap .comments-area .comment-thumb {position:absolute;left:35px;}
.blog-single-wrap .comments-area .comment-thumb .comment-img {width:80px;height:80px;border-radius:50%;}
.blog-single-wrap .comments-area .comment-thumb .comment-img img {border-radius:50%;}
.blog-single-wrap .comments-area .comment-main-area {padding-left:100px;}
.blog-single-wrap .comments-area .comment-main-area p {margin-bottom:20px;}
.blog-single-wrap .comments-area .comments-meta h4 {font-family:"Poppins",sans-serif;font-size:18px;font-weight:600;letter-spacing:-1px;}
.blog-single-wrap .comments-area .comments-meta h4 span {font-family:"Work Sans",sans-serif;font-weight:600;text-transform:none;display:inline-block;font-size:12px;text-transform:uppercase;margin-left:5px;}
.blog-single-wrap .comments-area .comment-reply-link {font-family:"Work Sans",sans-serif;font-size:12px;font-weight:600;color:#d90a2c;display:inline-block;text-transform:uppercase;padding-left:35px;position:relative;}
.blog-single-wrap .comments-area .comment-reply-link:before {background-color:#d90a2c;position:absolute;content:"";width:30px;height:2px;left:0;top:calc(50% - 1px);}
.blog-single-wrap .comments-area .comment-reply-link:hover {text-decoration:underline;}
.blog-single-wrap .comment-respond {}
.blog-single-wrap .comment-respond .comment-reply-title {font-size:22px;font-weight:600;letter-spacing:-1px;margin-bottom:20px;}
.blog-single-wrap .comment-respond form input,.blog-single-wrap .comment-respond form textarea {background-color:#fff;border:1px solid #e5e5e5;width:100%;height:50px;padding:6px 15px;margin-bottom:15px;outline:0;-webkit-box-shadow:none;box-shadow:none;transition:all 0.3s;}
.blog-single-wrap .comment-respond form input:focus,.blog-single-wrap .comment-respond form textarea:focus {border-color:#d90a2c;}
.blog-single-wrap .comment-respond form textarea {height:200px;padding:15px;}
.blog-single-wrap .comment-respond .form-inputs {overflow:hidden;}
.blog-single-wrap .comment-respond .form-inputs > input:nth-child(2) {width:49%;float:left;}
.blog-single-wrap .comment-respond .form-inputs > input:nth-child(3) {width:49%;float:right;}
.blog-single-wrap .comment-respond .form-submit input {font-family:"Work Sans",sans-serif;max-width:180px;background-color:#d90a2c;color:#fff;font-weight:600;font-size:12px;letter-spacing:1px;margin-bottom:0;border:0;outline:0;cursor:pointer;border-radius:0;text-transform:uppercase;}
.blog-single-wrap .comment-respond .form-submit input:hover {opacity:0.9;}
/* ==========================================================================   12.0 Widget Section   ========================================================================== */.widget-section {padding:100px 0;background-color:#1f2024;}
.widget-content .brand img {margin-bottom:20px;}
.widget-links {}
.widget-links li {line-height:30px;}
.widget-links li a {color:#aaa;padding:1% 0;}
.widget-links li:hover .hover-line {background-size:100% 2px;color:#fff;}
.widget-content span,.widget-content p {color:#aaa;}
.widget-content span {display:block;}
.widget-content h4 {color:#fff;font-size:18px;font-weight:600;}
.tags {}
.tags li {display:inline-block;}
.tags li a {display:inline-block;background-color:#161619;color:#aaa;padding:5px 10px;border-radius:2px;margin:2px;}
.tags li a:hover {background-color:#d90a2c;color:#fff;}
.pagination li{padding:8px;}
/* ==========================================================================   13.0 Footer Section   ========================================================================== */.footer-section {background-color:#1f2024;padding:30px 0;border-top:1px solid rgba(255,255,255,0.1);}
.copyright {font-size:13px;color:#aaa;}
.footer-links {}
.footer-links li {display:inline-block;margin-left:10px;}
.footer-links li a {display:inline-block;color:#aaa;font-size:13px;}
.footer-links li:hover .hover-line {background-size:100% 2px;color:#fff;}
@media (max-width:992px) {.footer-section .copyright,.footer-section .text-right {text-align:center!important;}
    .footer-links {margin-top:5px;}
    .footer-links li {margin:0 5px;}
    section {overflow:hidden;}
}
/* ==========================================================================   14.0 Scroll To Top   ========================================================================== */#scroll-to-top {background-color:#d90a2c;display:none;width:45px;height:45px;text-align:center;font-size:14px;border-radius:50%;line-height:45px;color:#fff;position:fixed;bottom:50px;right:50px;z-index:999;}
#scroll-to-top:hover {background-color:#d90a2c;color:#fff;opacity:0.8;}
@media (max-width:992px) {#scroll-to-top {bottom:20px;right:20px;}
}
