bibhamrokhanpin/wp-content/themes/stnews-theme/assets/css/styles.css

3874 lines
80 KiB
CSS
Raw Normal View History

2024-04-10 12:01:06 +00:00
/**** fonts *****/
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pragati+Narrow:wght@400;700&display=swap');
/*@import url('demo.css');*/
@import url('font-awesome.css');
@import url('quebec-font.css');
@import url('animate.css');
@import url('owl.css');
@import url('plyr.css');
@import url('hover.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('jquery.bootstrap-touchspin.css');
/***
====================================================================
Reset
====================================================================
***/
* {
margin: 0px;
padding: 0px;
border: none;
outline: none;
}
/***
====================================================================
Global Settings
====================================================================
***/
body {
font-size: 18px;
color: #666666;
line-height: 1.8em;
font-weight: 500;
background: #ffffff;
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
-webkit-font-smoothing: antialiased;
font-family: 'Mukta', sans-serif;
}
a {
text-decoration: none;
cursor: pointer;
color: #000;
}
a:hover,
a:focus,
a:visited {
text-decoration: none;
outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
position: relative;
font-weight: normal;
margin: 0px;
background: none;
line-height: 1.4em;
font-family: 'Mukta', sans-serif;
}
.no-padding {
padding: 0px !important;
}
p,
.text {
position: relative;
line-height: 1.8em;
font-family: 'mukta', sans-serif;
/* font-size: 24px;*/
text-align: justify;
}
.strike-through {
text-decoration: line-through;
}
.auto-container {
position: static;
max-width: 1200px;
padding: 0px 15px;
margin: 0 auto;
}
.small-container {
max-width: 780px;
margin: 0 auto;
}
.page-wrapper {
position: relative;
margin: 0 auto;
width: 100%;
min-width: 300px;
}
ul,
li {
list-style: none;
padding: 0px;
margin: 0px;
}
.theme-btn {
display: inline-block;
text-align: center;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.grey-bg {
background-color: #f9fafb;
}
.centered {
text-align: center;
}
.pt10 {
padding-top: 10px;
}
.pt20 {
padding-top: 20px;
}
.pt30 {
padding-top: 30px;
}
.pt40 {
padding-top: 40px;
}
.pt50 {
padding-top: 50px;
}
.pt60 {
padding-top: 60px;
}
.pt70 {
padding-top: 70px;
}
.pt80 {
padding-top: 80px;
}
.pt90 {
padding-top: 90px;
}
.pt100 {
padding-top: 100px;
}
.pb10 {
padding-bottom: 10px;
}
.pb20 {
padding-bottom: 20px;
}
.pb30 {
padding-bottom: 30px;
}
.pb40 {
padding-bottom: 40px;
}
.pb50 {
padding-bottom: 50px;
}
.pb60 {
padding-bottom: 60px;
}
.pb70 {
padding-bottom: 70px;
}
.pb80 {
padding-bottom: 80px;
}
.pb90 {
padding-bottom: 90px;
}
.pb100 {
padding-bottom: 100px;
}
.pb10 {
padding-bottom: 10px;
}
/*List Style One*/
.list-style-one {
position: relative;
}
.list-style-one li {
position: relative;
color: #797979;
font-size: 17px;
padding-left: 30px;
margin-bottom: 8px;
font-family: 'mukta', sans-serif;
}
.list-style-one li:before {
position: absolute;
content: '';
left: 0px;
top: 10px;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #5b5b5b;
}
.list-style-one li a {
color: #ffffff;
}
/*Btn Style One*/
.btn-style-one {
position: relative;
padding: 10px 26px;
line-height: 24px;
color: #ffffff;
text-align: center;
font-size: 12px;
font-weight: 500;
background: none;
letter-spacing: 1px;
border-radius: 0px;
border: 2px solid #ffffff;
text-transform: uppercase;
}
.btn-style-one:hover {
color: #ffffff;
background: #DD2227;
border-color: #DD2227;
}
/*Btn Style Two*/
.btn-style-two {
position: relative;
padding: 10px 32px;
line-height: 24px;
color: #333;
text-align: center;
font-size: 12px;
font-weight: 700;
background: none;
border-radius: 20px;
letter-spacing: 1px;
text-transform: uppercase;
}
.btn-style-two:hover {
color: #ffffff;
background: #DD2227;
border-color: #DD2227;
}
/*Btn Style Three*/
.btn-style-three {
position: relative;
padding: 8px 100px;
line-height: 24px;
color: #999999;
text-align: center;
font-size: 13px;
font-weight: 500;
background: none;
border-radius: 0px;
letter-spacing: 2px;
border: 2px solid #e0e0e0;
text-transform: uppercase;
}
.btn-style-three:hover {
color: #ffffff;
background: #DD2227;
border-color: #DD2227;
}
/*Btn Style Four*/
.btn-style-four {
position: relative;
padding: 12px 35px;
line-height: 24px;
color: #000000;
text-align: center;
font-size: 12px;
font-weight: 500;
background: none;
letter-spacing: 1px;
border: 2px solid #000000;
text-transform: uppercase;
}
.btn-style-four:hover {
color: #ffffff;
background: #000000;
border-color: #000000;
}
.theme_color {
color: #DD2227;
}
/*Social Icon One*/
.social-icon-one {
position: relative;
}
.social-icon-one li.share {
position: relative;
top: -4px;
color: #999999;
font-size: 13px;
font-weight: 400;
line-height: 30px;
letter-spacing: 2px;
margin-right: 15px !important;
text-transform: uppercase;
}
.social-icon-one li {
position: relative;
margin-right: 2px;
margin-bottom: 4px;
display: inline-block;
}
.social-icon-one li a {
position: relative;
width: 62px;
height: 44px;
color: #ffffff;
font-size: 18px;
line-height: 44px;
text-align: center;
display: inline-block;
background-color: #2f58a1;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.social-icon-one li a:hover {
opacity: 0.80;
}
.social-icon-one li.twitter a {
background-color: #069cd5
}
.social-icon-one li.g_plus a {
background-color: #ec453e;
}
.social-icon-one li.linkedin a {
background-color: #0076b8;
}
.social-icon-one li.pinteret a {
background-color: #da0d32;
}
.social-icon-one li.android a {
background-color: #62c56b;
}
.social-icon-one li.dribbble a {
background-color: #ef70a9;
}
.social-icon-one li.rss a {
background-color: #fd9f13;
}
.social-icon-one li.instagram a {
background-color: #35475c;
}
.social-icon-one li.vimeo a {
background-color: #4eceea;
}
.social-icon-one.alternate li {
margin-right: 5px;
margin-bottom: 8px;
}
.social-icon-one.alternate li:nth-child(4n + 0) {
margin-right: 0px;
}
.social-icon-one.alternate li a {
width: 86px;
height: 53px;
line-height: 53px;
font-size: 20px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.social-icon-one.alternate li a:hover {
opacity: 0.7;
}
/*Social Icon Two*/
.social-icon-two {
position: relative;
}
.social-icon-two li {
position: relative;
margin-right: 12px;
margin-bottom: 4px;
display: inline-block;
}
.social-icon-two li a {
position: relative;
color: #c2c2c2;
font-size: 18px;
display: inline-block;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.social-icon-two li a:hover {
color: #DD2227;
}
/*Social Icon Three*/
.social-icon-three {
position: relative;
margin-bottom: 30px;
}
.social-icon-three li.share {
position: relative;
top: -4px;
color: #777777;
font-size: 13px;
font-weight: 400;
line-height: 30px;
letter-spacing: 2px;
margin-right: 15px !important;
text-transform: uppercase;
}
.social-icon-three li {
position: relative;
margin-right: 2px;
margin-bottom: 4px;
display: inline-block;
}
.social-icon-three li a {
position: relative;
width: 46px;
height: 33px;
color: #b5b5b5;
font-size: 16px;
line-height: 34px;
text-align: center;
display: inline-block;
background-color: #ededed;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.social-icon-three li a:hover {
color: #ffffff;
background-color: #DD2227;
}
img {
display: inline-block;
max-width: 100%;
}
.preloader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 999999;
background-color: #ffffff;
background-position: center center;
background-repeat: no-repeat;
background-image: url(../images/icons/preloader.svg);
background-size: 80px;
}
/***
====================================================================
Scroll To Top style
====================================================================
***/
.scroll-to-top {
position: fixed;
bottom: 15px;
right: 15px;
width: 50px;
height: 50px;
color: #ffffff;
font-size: 13px;
text-transform: uppercase;
line-height: 50px;
text-align: center;
z-index: 100;
cursor: pointer;
background: #27292d;
display: none;
opacity: 1 !important;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.scroll-to-top:hover {
color: #ffffff;
background: #DD2227;
}
/***
====================================================================
Main Header style
====================================================================
***/
.main-header {
position: relative;
left: 0px;
top: 0px;
width: 100%;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.sticky-header {
position: fixed;
opacity: 0;
visibility: hidden;
left: 0px;
top: 0px;
width: 100%;
padding: 0px 0px;
background: #ffffff;
z-index: 0;
border-bottom: 1px solid #cccccc;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.sticky-header .logo a {
position: relative;
display: block;
margin-top: 5px;
}
.fixed-header .sticky-header {
z-index: 9999;
opacity: 1;
visibility: visible;
-ms-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-op-animation-name: fadeInDown;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-ms-animation-duration: 500ms;
-moz-animation-duration: 500ms;
-op-animation-duration: 500ms;
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
-ms-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-op-animation-timing-function: linear;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-ms-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
-op-animation-iteration-count: 1;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
.fixed-header .sticky-header .logo .letter {
position: relative;
top: 10px;
color: #DD2227;
font-weight: 700;
font-size: 30px;
line-height: 1em;
float: left;
text-transform: uppercase;
}
.fixed-header .main-menu .navigation > li:hover > a:after,
.fixed-header .main-menu .navigation > li > a:before {
display: none;
}
.main-header .header-top {
position: relative;
padding: 8px 0px;
background-color: #5d5d5d;
}
.main-header .header-top .top-left ul li {
color: #ffffff;
font-size: 14px;
}
.main-header .header-top .top-left,
.main-header .header-top .top-right {
position: relative;
}
.main-header .header-top .top-right {
position: relative;
text-align: right;
}
.main-header .header-top .top-right .english-nav {
position: relative;
display: inline-block;
}
.main-header .header-top .top-right .english-nav li {
position: relative;
padding: 0px 10px 0px 15px;
display: inline-block;
}
.main-header .header-top .top-right .english-nav li:after {
position: absolute;
content: '/';
color: #ffffff;
font-size: 16px;
right: -8px;
top: 2px;
}
.main-header .header-top .top-right .english-nav li:last-child::after {
display: none;
}
.main-header .header-top .top-right .english-nav li a:hover,
.main-header .header-top .top-right .english-nav li.active a {
background-color: #DD2227;
}
.main-header .header-top .top-right .english-nav li a {
position: relative;
color: #ffffff;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.main-header .header-top .top-right .social-nav {
position: relative;
display: inline-block;
}
.main-header .header-top .top-right .social-nav li {
position: relative;
padding: 0px 15px;
display: inline-block;
border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.main-header .header-top .top-right .social-nav li a {
position: relative;
color: #ffffff;
font-size: 14px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.main-header .header-top .top-right .social-nav li a:hover {
color: #DD2227;
}
.main-header .header-top .top-right .social-nav li:last-child {
border-right: 1px solid rgba(255, 255, 255, 0.15);
}
/*Header Top Two*/
.header-top-two {
position: relative;
background: #DD2227;
color: #ffffff;
}
.header-top-two .top-left {
position: relative;
float: left;
padding: 7px 0px;
}
.header-top-two .social-icon {
position: relative;
}
.header-top-two .social-icon li {
position: relative;
margin-right: 20px;
display: inline-block;
}
.header-top-two .social-icon li a {
position: relative;
display: block;
line-height: 30px;
font-size: 16px;
color: #ffffff;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.header-top-two .social-icon li a:hover {
color: rgba(255, 255, 255, 0.50);
}
.header-top-two .top-right {
position: relative;
float: right;
}
/*Info Box*/
.main-header .info-box {
position: relative;
float: left;
margin-left: 25px;
font-size: 13px;
color: #777777;
text-align: left;
padding: 0px 25px 0px 48px;
}
.main-header .info-box:after {
position: absolute;
content: '';
right: 0px;
top: -2px;
width: 1px;
height: 50px;
background-color: #ededed;
}
.main-header .info-box:last-child {
padding-right: 0px;
}
.main-header .info-box:last-child::after {
display: none;
}
.main-header .info-box .icon-box {
position: absolute;
left: 0px;
top: 0px;
color: #DD2227;
font-size: 30px;
text-align: left;
line-height: 1.2em;
-moz-transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.main-header .info-box li {
position: relative;
line-height: 20px;
color: #848484;
font-size: 16px;
margin-bottom: 3px;
font-weight: 300;
}
.main-header .info-box strong {
font-weight: 600;
color: #1e260d;
font-size: 16px;
display: block;
margin-bottom: 5px;
font-family: 'mukta', sans-serif;
}
/*Search Box Widget*/
.header-top-two .top-right .search-box .form-group {
position: relative;
margin: 0px;
}
.header-top-two .top-right .search-box .form-group input[type="text"],
.header-top-two .top-right .search-box .form-group input[type="search"] {
position: relative;
line-height: 25px;
padding: 10px 50px 10px 20px;
background: rgba(255, 255, 255, 0.20);
display: block;
font-size: 14px;
height: 45px;
width: 270px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.header-top-two .top-right .search-box .form-group input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 1);
}
.header-top-two .top-right .search-box .form-group button {
position: absolute;
right: 0px;
top: 0px;
height: 45px;
width: 45px;
display: block;
font-size: 16px;
color: #ffffff;
line-height: 100%;
font-weight: normal;
background: none;
}
/*Header Top Three*/
.header-top-three {
position: relative;
padding: 12px 0px;
background-color: #5d5d5d;
}
.header-top-three .top-left {
position: relative;
float: left;
}
.header-top-three .top-left .text {
position: relative;
top: 0px;
color: #bbbbbb;
font-weight: 300;
font-size: 14px;
display: inline-block;
}
.header-top-three .top-left .text span {
color: #ffffff;
}
.header-top-three .top-right {
position: relative;
float: right;
}
.header-top-three .social-icon {
position: relative;
}
.header-top-three .social-icon li {
position: relative;
margin-left: 20px;
display: inline-block;
}
.header-top-three .social-icon li a {
position: relative;
display: block;
line-height: 1em;
font-size: 14px;
color: #ffffff;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.header-top-three .social-icon li a:hover {
color: #DD2227;
}
/*Language Dropdown*/
.main-header .language {
position: relative;
top: -2px;
line-height: 1em;
display: inline-block;
margin-left: 22px;
}
.main-header .language .dropdown-menu {
top: 100%;
width: 170px;
border-radius: 0px;
padding: 0px;
margin-top: 16px;
border-left: none;
border-right: none;
border-bottom: none;
background-color: #222222;
border-top: 3px solid #DD2227;
}
.main-header .language > a {
color: #ffffff !important;
padding: 0px;
background: none !important;
text-transform: uppercase;
display: inline-block;
border: 0px;
}
.main-header language a:hover {
background: none;
}
.main-header .language .dropdown-menu > li {
padding-right: 0px !important;
margin: 0px !important;
float: none;
display: block !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.main-header .language .dropdown-menu > li:last-child {
border-bottom: none;
}
.main-header .language .dropdown-menu > li > a {
padding: 8px 20px !important;
color: #ffffff;
text-align: left;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.main-header .language .dropdown-menu > li > a:hover {
color: #ffffff !important;
background-color: #DD2227;
}
.main-header .header-upper {
position: relative;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
z-index: 5;
}
.main-header .logo-outer {
position: relative;
z-index: 25;
text-align: center;
padding: 32px 0px;
}
.main-header .logo-outer .logo {
position: relative;
}
.main-header .logo-outer .logo .letter {
position: relative;
top: 4px;
color: #DD2227;
font-weight: 700;
font-size: 75px;
line-height: 1em;
float: left;
text-transform: uppercase;
}
.main-header .logo-outer .logo a {
position: relative;
display: inline-block;
}
.main-header .logo-outer .logo img {
position: relative;
float: left;
}
.main-header .header-upper .upper-right {
position: relative;
padding-top: 55px;
}
.header-style-three .header-upper .upper-right {
padding-top: 28px;
}
.main-header .header-upper .nav-outer {
position: relative;
float: right;
}
.main-header .nav-outer .more-options {
position: relative;
right: 0px;
top: 50%;
width: 35px;
float: right;
margin: 54px 0px;
margin-left: 30px;
border-left: 1px solid #d6d6d6;
}
.main-header .header-lower .search-box-outer {
position: relative;
min-width: 70px;
padding-right: 10px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 22px;
display: inline-block;
border-right: 1px solid #f5f4f4;
}
.main-header .header-lower .search-box-btn {
position: relative;
display: block;
width: 100%;
font-size: 18px;
color: #999999;
line-height: 20px !important;
padding: 0px;
margin: 0px;
cursor: pointer;
background: none;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.main-header .header-lower .search-box-btn:hover {
color: #444444;
}
.main-header .header-lower .search-box-outer .dropdown-menu {
top: 40px !important;
right: 0px !important;
left: auto !important;
transform: translate3d(0px, 0px, 0px) !important;
padding: 0px;
width: 280px;
border-radius: 0px;
border-top: 3px solid #DD2227;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
}
.main-header .header-lower .search-box-outer .dropdown-menu > li {
padding: 0px;
border: none;
background: none;
}
.main-header .header-lower .search-panel .form-container {
padding: 25px 20px;
}
.main-header .header-lower .search-panel .form-group {
position: relative;
margin: 0px;
}
.main-header .header-lower .search-panel input[type="text"],
.main-header .header-lower .search-panel input[type="search"],
.main-header .header-lower .search-panel input[type="password"],
.main-header .header-lower .search-panel select {
display: block;
width: 100%;
height: 40px;
color: #000000;
line-height: 24px;
background: #ffffff;
border: 1px solid #e0e0e0;
padding: 7px 40px 7px 15px;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
}
.main-header .header-lower .search-panel input:focus,
.main-header .header-lower .search-panel select:focus {
border-color: #DD2227;
}
.main-header .header-lower .search-panel .search-btn {
position: absolute;
right: 0px;
top: 0px;
width: 40px;
height: 40px;
text-align: center;
color: #555555;
font-size: 12px;
background: none;
cursor: pointer;
}
.main-menu {
position: relative;
}
.main-menu .navbar-collapse {
padding: 0px;
}
.main-menu .navigation {
position: relative;
margin: 0px;
}
.main-menu .navigation > li {
position: relative;
float: left;
padding: 0px;
border-left: 1px solid #f5f4f4;
}
.main-menu .navigation > li:last-child {
border-right: 1px solid #f5f4f4;
}
.sticky-header .main-menu .navigation > li {
padding: 0px;
margin-right: 0px;
}
.main-menu .navigation > li > a {
position: relative;
display: block;
padding: 7px 24px;
font-size: 18px;
color: #444444;
line-height: 30px;
font-weight: 500;
opacity: 1;
/* letter-spacing: 1px;*/
text-transform: uppercase;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
/*
.main-menu .navigation > li > a:before {
content: "";
position: absolute;
z-index: 9999;
left: 0;
right: 0;
bottom: 0;
background: #DD2227;
height: 4px;
opacity: 0;
-webkit-transform: translateY(4px);
transform: translateY(4px);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
*/
.sticky-header .main-menu .navigation > li > a {
padding: 13px 15px !important;
color: #fff;
}
.sticky-header .main-menu .navigation > li.dropdown > a:before {
display: none;
}
.header-upper .main-menu .navigation > li:hover > a,
.header-upper .main-menu .navigation > li.current > a,
.header-upper .main-menu .navigation > li.current-menu-item > a {
color: #DD2227;
opacity: 1;
}
.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a {
color: #5d5d5d !important;
background: #ffffff;
}
.main-menu .navigation > li:hover > a:after {
opacity: 1;
}
.main-menu .navigation > li > ul {
position: absolute;
left: 0px;
top: 120%;
width: 240px;
z-index: 100;
display: none;
padding: 0px 0px;
background: #101010;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul.from-right {
left: auto;
right: 0px;
}
.main-menu .navigation > li > ul > li {
position: relative;
width: 100%;
border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.main-menu .navigation > li > ul > li:last-child {
border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
position: relative;
display: block;
padding: 12px 20px;
line-height: 22px;
font-weight: 500;
font-size: 14px;
color: #e0e0e0;
text-align: left;
text-transform: capitalize;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
color: #ffffff;
background-color: #DD2227;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
font-family: 'FontAwesome';
content: "\f105";
position: absolute;
right: 10px;
top: 12px;
width: 10px;
height: 20px;
display: block;
line-height: 21px;
font-size: 16px;
font-weight: normal;
text-align: center;
z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
color: #ffffff;
}
.main-menu .navigation > li > ul > li > ul {
position: absolute;
left: 100%;
top: 20px;
width: 240px;
z-index: 100;
display: none;
background: #101010;
-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul > li {
position: relative;
width: 100%;
border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
position: relative;
display: block;
padding: 12px 20px;
line-height: 22px;
font-weight: 500;
font-size: 14px;
color: #e0e0e0;
text-align: left;
text-transform: capitalize;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
color: #ffffff;
background-color: #DD2227;
}
.main-menu .navigation > li.dropdown:hover > ul {
visibility: visible;
opacity: 1;
top: 100%;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
visibility: visible;
opacity: 1;
top: 0px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.main-menu .navigation li.dropdown .dropdown-btn {
position: absolute;
right: 10px;
top: 6px;
width: 34px;
height: 30px;
border: 1px solid #ffffff;
text-align: center;
font-size: 16px;
line-height: 26px;
color: #ffffff;
cursor: pointer;
z-index: 5;
display: none;
}
.main-header .header-lower {
position: relative;
/*border-top: 1px solid #f5f4f4;*/
/*border-bottom: 1px solid #f5f4f4;*/
}
.main-header .nav-outer {
position: relative;
}
.main-header .outer-box {
position: absolute;
right: 0px;
top: 0px;
}
.main-header .outer-box .cart-box {
position: relative;
float: left;
color: #999999;
font-size: 20px;
margin-top: 20px;
background: none;
display: inline-block;
cursor: pointer;
}
.main-header .outer-box .cart-box .cart-box-btn {
background: none;
cursor: pointer;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
}
.main-header .header-lower .search-box-btn:after,
.main-header .outer-box .cart-box .cart-box-btn:after {
display: none;
}
.main-header .outer-box .cart-box .cart-box-btn:hover {
color: #444444;
}
.main-header .outer-box .cart-box .cart-panel {
top: 25px !important;
right: 0px !important;
left: auto !important;
transform: translate3d(0px, 0px, 0px) !important;
border-radius: 0px;
padding: 20px 20px;
min-width: 300px;
margin-top: 18px;
border-color: #e4e4e4;
border-top: 3px solid #DD2227;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
}
.main-header .outer-box .cart-box .cart-panel .cart-total {
color: #000000;
font-size: 16px;
font-weight: 400;
text-align: center;
text-transform: uppercase;
}
.main-header .outer-box .cart-box .cart-panel .cart-total span {
font-weight: 700;
}
.main-header .outer-box .cart-box .cart-panel .btns-boxed {
position: relative;
text-align: center;
margin-top: 20px;
}
.main-header .outer-box .cart-box .cart-panel .btns-boxed li {
position: relative;
margin: 0px 5px;
display: inline-block;
}
.main-header .outer-box .cart-box .cart-panel .btns-boxed li a {
position: relative;
color: #292929;
font-weight: 600;
font-size: 12px;
padding: 4px 15px;
display: inline-block;
border: 1px solid #292929;
text-transform: capitalize;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
}
.main-header .outer-box .cart-box .cart-panel .btns-boxed li a:hover {
color: #ffffff;
border-color: #DD2227;
background-color: #DD2227;
}
.main-header .outer-box .cart-box .icon a {
color: #999999;
}
/***
====================================================================
Hidden Sidebar style
====================================================================
***/
.hidden-bar {
position: fixed;
top: 0;
width: 100%;
height: 100%;
background: #232323;
z-index: 9999;
transition: all 700ms ease;
-webkit-transition: all 700ms ease;
-ms-transition: all 700ms ease;
-o-transition: all 700ms ease;
-moz-transition: all 700ms ease;
}
.hidden-bar .mCSB_inside > .mCSB_container {
margin-right: 0px;
}
.hidden-bar.left-align {
left: -400px;
}
.hidden-bar.left-align.visible-sidebar {
left: 0px;
}
.hidden-bar.left-align {
left: -100%;
}
.hidden-bar.left-align.visible-sidebar {
left: 0%;
display: none;
}
.hidden-bar .hidden-bar-closer {
width: 40px;
height: 40px;
position: absolute;
right: 10px;
top: 5px;
background: none;
color: #ffffff;
border-radius: 0px;
text-align: center;
line-height: 40px;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
z-index: 999999;
}
.hidden-bar .hidden-bar-closer button {
background: none;
display: block;
font-size: 20px;
color: #656565;
width: 40px;
height: 40px;
line-height: 40px;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
}
.hidden-bar .hidden-bar-closer:hover button {
color: #ffffff;
}
.hidden-bar-wrapper {
height: 100%;
padding: 10px 30px 40px;
padding-right: 0px;
}
.hidden-bar-wrapper .mCustomScrollBox {
overflow: visible;
}
.hidden-bar .logo {
position: relative;
padding: 0px 0px 0px;
text-align: center;
width: 270px;
height: 60px;
margin: 0 auto;
right: 20px;
margin-top: 20px;
margin-bottom: 20px;
}
.hidden-bar .logo a {
position: relative;
width: 270px;
height: 60px;
display: block;
}
.hidden-bar .logo a .letter {
position: relative;
color: #DD2227;
font-size: 46px;
font-weight: 700;
line-height: 1.7em;
float: left;
top: 2px;
text-transform: uppercase;
}
.hidden-bar .logo img {
float: left;
max-width: 100%;
}
.hidden-bar .side-menu {
background-color: transparent;
padding: 0;
font-size: 13px;
text-align: center;
padding-right: 40px;
}
.hidden-bar .side-menu ul li ul a {
background: transparent;
}
.hidden-bar .side-menu ul li ul li ul li a {
background: transparent;
text-transform: uppercase;
padding-left: 22px;
font-size: 13px;
color: rgba(255, 255, 255, 0.50);
}
.hidden-bar .side-menu a.current {
color: #c5a47e;
}
.hidden-bar .side-menu li.current > a {
color: #c5a47e;
}
.hidden-bar .side-menu ul li {
position: relative;
display: block;
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.hidden-bar .side-menu > ul > li > ul {
background-color: #2a2a2a;
}
.hidden-bar .side-menu ul.navigation > li > ul > li:first-child {
border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.hidden-bar .side-menu ul.navigation > li > ul > li:last-child {
border-bottom: none;
}
.hidden-bar .side-menu ul li a {
background: transparent;
color: #ffffff;
display: inline-block;
font-weight: 400;
text-transform: uppercase;
padding: 12px 15px 12px 0px;
position: relative;
line-height: 24px;
font-size: 13px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
letter-spacing: 1px;
}
.hidden-bar .side-menu ul.navigation > li > ul > li > a {
text-transform: uppercase;
padding-left: 22px;
font-size: 13px;
color: rgba(255, 255, 255, 0.50);
}
.hidden-bar .side-menu ul.navigation > li.active > a:after {
content: '';
position: absolute;
left: 100%;
top: 50%;
margin-top: -1px;
width: 30px;
border-bottom: 2px solid #c5a47e;
}
.hidden-bar .side-menu ul.navigation > li.dropdown > a {}
.hidden-bar .side-menu ul.navigation > li > ul > li.dropdown > a {
padding-left: 22px;
}
.hidden-bar .side-menu ul.navigation > li > ul > li.dropdown {
width: auto;
margin-left: 22px;
}
.hidden-bar .side-menu > ul > li.dropdown > a:after {
position: absolute;
content: '\f107';
right: 0px;
top: 13px;
font-size: 14px;
font-family: 'FontAwesome';
}
.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a,
.hidden-bar .side-menu ul.navigation > li > ul > li > a:hover,
.hidden-bar .side-menu ul.navigation > li.active > a {
color: #DD2227;
}
.hidden-bar .social-links {
position: relative;
margin-right: 40px;
text-align: center;
font-size: 13px;
line-height: 20px;
color: #999999;
margin-top: 35px;
padding-top: 20px;
border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.hidden-bar .social-links li {
position: relative;
display: inline-block;
line-height: 20px;
}
.hidden-bar .social-links li a {
display: block;
color: #999999;
font-size: 18px;
padding: 0px 12px 0px 14px;
transition: all 500ms ease;
border-left: 1px solid rgba(255, 255, 255, 0.10);
}
.hidden-bar .social-links li:last-child a {
border-right: 1px solid rgba(255, 255, 255, 0.10);
}
.hidden-bar .social-links li a:hover {
color: #ffffff;
}
.main-header .nav-toggler {
position: absolute;
right: 0px;
top: -75px;
z-index: 12;
display: none;
}
.main-header .nav-toggler button {
position: relative;
display: block;
height: 36px;
width: 42px;
background: none;
color: #7f7f7f;
text-align: center;
font-size: 20px;
line-height: 36px;
border: 1px solid #a0a0a0;
font-weight: normal;
}
/*Sidebar Search*/
.hidden-bar .hidden-bar-wrapper .sidebar-search {
position: relative;
margin-top: 26px;
padding-right: 40px;
margin-bottom: 18px;
}
.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group {
position: relative;
}
.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group input[type="text"],
.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group input[type="search"] {
position: relative;
display: block;
width: 100%;
line-height: 24px;
padding: 10px 16px 10px 25px;
height: 46px;
color: rgba(255, 255, 255, 0.50);
font-size: 14px;
background: #1f1f1f;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
text-transform: uppercase;
}
.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.50);
font-size: 14px;
letter-spacing: 1px;
}
.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group input[type="submit"],
.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group button {
color: #999999;
font-size: 16px;
height: 46px;
background: none;
position: absolute;
right: 0;
text-align: left;
top: 0;
width: 36px;
}
.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group button:hover {}
.hidden-bar .hidden-bar-wrapper .sidebar-search .form-group button span {
padding-left: 0 !important;
padding-right: 8px;
}
.hidden-bar .hidden-bar-wrapper .mobile-cart {
position: relative;
padding: 12px 24px;
background-color: #1f1f1f;
margin-right: 40px;
margin-bottom: 20px;
}
.hidden-bar .hidden-bar-wrapper .mobile-cart .text {
position: relative;
font-size: 14px;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.50);
}
.hidden-bar .hidden-bar-wrapper .mobile-cart .icon {
position: relative;
font-size: 16px;
color: rgba(255, 255, 255, 0.50);
}
/*Language Box*/
.hidden-bar .hidden-bar-wrapper .language {
position: relative;
padding-right: 40px;
}
.hidden-bar .hidden-bar-wrapper .language a {
position: relative;
width: 100%;
display: block;
border: 0px;
height: 46px;
line-height: 37px;
padding: 4px 25px;
text-align: left;
text-transform: uppercase;
background-color: #1f1f1f;
color: rgba(255, 255, 255, 0.50);
}
.hidden-bar .hidden-bar-wrapper .language a .icon {
position: absolute;
right: 30px;
}
.hidden-bar .hidden-bar-wrapper .language .dropdown-menu {
position: relative;
padding: 0px;
width: 100%;
}
/***
====================================================================
Head News
====================================================================
***/
.tophead-news {
position: relative;
padding: 45px 0px 50px;
/* background-color: #DD2227;*/
}
.tophead-news .box {
border-bottom: 1px #ddd solid;
padding: 20px 0;
background: #f0f3f6;
border: 1px solid #e7e7e7;
margin: 0px 15px 10px;
}
.tophead-news h2 {
position: relative;
color: #4d4d4d;
font-size: 60px;
font-weight: 500;
text-transform: capitalize;
text-align: center;
line-height: 76px;
padding: 2
}
.tophead-news .text {
position: relative;
color: #303030;
font-weight: 400;
text-align: center;
font-size: 24px;
line-height: 1.5em;
margin-bottom: 15px;
padding: 10px;
}
.tophead-news hr {
border-bottom: 1px #ddd solid;
}
/***
====================================================================
Sec Title
====================================================================
***/
.sec-title {
position: relative;
margin-bottom: 42px;
background-color: #f3f3f3;
}
.sec-title h2 {
position: relative;
color: #ffffff;
font-size: 30px;
/* letter-spacing: 1px;*/
padding: 9px 15px;
font-weight: 500;
text-transform: uppercase;
display: inline-block;
margin: 0px;
/* background-color: #DD2227;*/
}
.sec-title h3 a {
position: relative;
}
a.readall {
align-items: center;
line-height: 28px;
padding: 0 15px;
background-color: transparent;
border-radius: 34px;
font-size: 14px !important;
text-decoration: none;
display: inline-block;
border-radius: 34px;
background-color: rgba(0, 0, 0, .08);
padding-top: 4px;
margin: 12px;
}
a.readall span.dotline {
display: inline-block;
vertical-align: top;
margin-top: 8px;
margin-left: 4px;
}
a.readall span.dotline > span {
height: 3px;
width: 3px;
border-radius: 50%;
background-color: rgba(0, 0, 0, .6);
margin-bottom: 1px;
display: block;
}
.sec-title h3 a:hover {
background-color: #DD2227;
border-radius: 24px;
}
.sec-title-two {
position: relative;
text-align: center;
margin-bottom: 60px;
padding-bottom: 20px;
}
.sec-title-two h2 {
position: relative;
font-size: 40px;
font-weight: 700;
color: #222222;
line-height: 1.3em;
}
.sec-title-two .text {
position: relative;
color: #666666;
font-size: 18px;
font-weight: 400;
}
.sec-title-two:after {
position: absolute;
content: '';
left: 50%;
bottom: 0px;
width: 60px;
height: 2px;
margin-left: -30px;
background-color: #DD2227;
}
/*News Block Four*/
.nbo-st {
position: relative;
padding-bottom: 0px;
margin-bottom: 30px;
border-bottom: 1px solid #eeeeee;
}
.nbo-st .inner-box {
position: relative;
}
.nbo-st .inner-box .image-column {
position: relative;
}
.nbo-st .inner-box .image-column h3 {
font-size: 20px;
}
.nbo-st .inner-box .image-column h2 {
font-size: 28px;
}
.nbo-st .inner-box .image-column .image {
position: relative;
margin-bottom: 30px;
overflow: hidden;
background-color: #e9ebee;
}
.nbo-st .inner-box .image-column .image > a {
position: relative;
display: block;
}
.nbo-st .inner-box .image-column .image > a:before {
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: block;
opacity: 0;
z-index: 99;
background-color: rgba(0, 0, 0, 0.40);
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.nbo-st .inner-box:hover .image-column .image a:before {
opacity: 1;
}
.nbo-st .inner-box .image-column .image img {
position: relative;
width: 100%;
display: block;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.nbo-st .inner-box:hover .image-column .image img {
transform: scale(1.1, 1.1);
}
.nbo-st .inner-box .content-box {
position: relative;
}
.nbo-st .inner-box .content-box .content-inner {
position: relative;
padding-left: 10px;
}
.nbo-st .inner-box .content-box .category {
position: relative;
color: #ffffff;
font-size: 12px;
display: inline-block;
padding: 0px 12px;
font-weight: 400;
margin-bottom: 12px;
margin-top: 5px;
text-transform: uppercase;
background-color: #222222;
}
.nbo-st .inner-box .content-box .category a {
color: #ffffff;
}
.nbo-st .inner-box .content-box h3 {
position: relative;
font-weight: 500;
font-size: 28px;
line-height: 1.5em;
margin-bottom: 8px;
}
.nbo-st .inner-box .content-box h3 a {
color: #303030;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.nbo-st .inner-box .content-box h3 a:hover {
color: #DD2227;
}
.nbo-st .inner-box .content-box-small h3 {
position: relative;
font-weight: 500;
font-size: 20px;
line-height: 1.5em;
margin-bottom: 8px;
}
.nbo-st .inner-box .content-box-small h3 a {
color: #5d5d5d;
/* font-weight: 600;*/
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.nbo-st .inner-box .content-box .post-meta {
position: relative;
margin-bottom: 10px;
}
.nbo-st .inner-box .content-box .post-meta li {
position: relative;
color: #DD2227;
font-size: 14px;
font-weight: 400;
padding-left: 20px;
line-height: 1em;
margin-right: 15px;
display: inline-block;
text-transform: uppercase;
}
.nbo-st .inner-box .content-box .post-meta li .icon {
position: absolute;
left: 0px;
top: 0px;
font-size: 11px;
color: #DD2227;
}
.nbo-st .inner-box .content-box-small .post-meta li {
position: relative;
color: #DD2227;
font-size: 14px;
font-weight: 400;
padding-left: 20px;
line-height: 1em;
margin-right: 15px;
display: inline-block;
text-transform: uppercase;
}
.nbo-st .inner-box .content-box-small .post-meta li .icon {
position: absolute;
left: 0px;
top: 0px;
font-size: 11px;
color: #DD2227;
}
.nbo-st .inner-box .content-box .text {
position: relative;
color: #777777;
font-size: 18px;
}
.nbo-st:last-child {
margin-bottom: 0px;
border: 0px;
}
/***
====================================================================
Sidebar Page Container
====================================================================
***/
.sidebar-page-container {
position: relative;
padding: 30px 0px 30px;
}
.sidebar-page-container.style-two {
padding-top: 20px;
}
.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
margin-bottom: 0px;
}
.sidebar-page-container.change-padding {
padding-bottom: 30px;
}
.sidebar-widget {
position: relative;
margin-bottom: 30px;
}
.sidebar-title {
position: relative;
margin-bottom: 30px;
background-color: #f3f3f3;
}
.sidebar-title h2 {
position: relative;
color: #ffffff;
padding: 9px 20px;
font-weight: 500;
font-size: 30px;
letter-spacing: 1px;
display: inline-block;
background-color: #DD2227;
text-transform: uppercase;
}
.sidebar-social-widget {
margin-bottom: 30px;
}
/*Adds Block*/
.adds-block {
position: relative;
background-size: cover;
}
.adds-block .inner-box {
position: relative;
padding: 80px 0px;
text-align: center;
outline-offset: -12px;
outline: 2px solid rgba(255, 255, 255, 0.80);
}
.adds-block .inner-box:before {
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: block;
background-color: rgba(0, 0, 0, 0.50);
}
.adds-block .inner-box .text {
position: relative;
color: #ffffff;
font-size: 18px;
line-height: 1.9em;
margin-bottom: 20px;
text-transform: capitalize;
}
.adds-block .inner-box .text span {
display: block;
}
/***
====================================================================
Category Tabs Box
====================================================================
***/
.news-tabs-box {
position: relative;
margin-bottom: 0px;
}
.news-tabs-box .news-tabs {
position: relative;
}
.news-tabs-box .news-tabs .tab-btns {
position: relative;
margin-bottom: 40px;
background-color: #f3f3f3;
}
.news-tabs-box .news-tabs .tab-btns .category {
position: relative;
color: #ffffff;
padding: 5px 15px;
font-weight: 500;
font-size: 30px;
/* letter-spacing: 1px;*/
display: inline-block;
background-color: #DD2227;
text-transform: uppercase;
}
.news-tabs-box .news-tabs .tab-btns .tab-btn {
position: relative;
top: 1px;
display: block;
float: left;
margin-right: 1px;
font-size: 18px;
color: #777777;
text-transform: uppercase;
font-weight: 600;
line-height: 24px;
cursor: pointer;
letter-spacing: 1px;
padding: 17px 15px 8px;
transition: all 500ms ease;
}
.news-tabs-box .news-tabs .tab-btns .tab-btn:after {
position: absolute;
content: '';
right: 0px;
top: 24px;
width: 1px;
height: 10px;
background-color: #dcdcdc;
}
.news-tabs-box .news-tabs .tab-btns .tab-btn:last-child {
margin-right: 0px;
}
.news-tabs-box .news-tabs .tab-btns .tab-btn:hover,
.news-tabs-box .news-tabs .tab-btns .tab-btn.active-btn {
color: #DD2227;
}
.news-tabs-box .news-tabs .tab-btns .tab-btn:last-child:after {
display: none;
}
.news-tabs-box .news-tabs .tab-btns .dropdown-category {
position: relative;
top: 2px;
display: inline-block;
}
.news-tabs-box .news-tabs .tab-btns .dropdown-category .down-panel {
border: 0px;
padding: 0px;
margin-top: 5px;
border-radius: 0px;
top: 35px !important;
right: 0px !important;
left: auto !important;
transform: translate3d(0px, 0px, 0px) !important;
}
.news-tabs-box .news-tabs .tab-btns .dropdown-category .more-category {
position: relative;
}
.news-tabs-box .news-tabs .tab-btns .dropdown-category .more-category li {
position: relative;
background-color: #101010;
}
.news-tabs-box .news-tabs .tab-btns .dropdown-category .more-category li a {
color: #ffffff;
display: block;
padding: 6px 15px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.news-tabs-box .news-tabs .tab-btns .dropdown-category .more-category li a:hover {
background-color: #DD2227;
}
.news-tabs-box .news-tabs .tab-btns .dropdown-category .category-box-btn {
position: relative;
background: none;
top: 1px;
display: block;
float: left;
margin-right: 1px;
font-size: 13px;
color: #777777;
text-transform: uppercase;
font-weight: 600;
line-height: 24px;
cursor: pointer;
letter-spacing: 1px;
padding: 5px 15px 5px;
transition: all 500ms ease;
}
.news-tabs-box .news-tabs .tab-btns .dropdown-category .category-box-btn:after {
display: none;
}
.news-tabs-box .news-tabs .tabs-content {
position: relative;
}
.news-tabs-box .news-tabs .tabs-content .tab {
position: relative;
display: none;
}
.news-tabs-box .news-tabs .tabs-content .tab.active-tab {
display: block;
}
/*News Block Two*/
.news-block-tab {
position: relative;
margin-bottom: 30px;
}
.news-block-tab.with-margin {
margin-bottom: 40px;
}
.news-block-tab .inner-box {
position: relative;
}
.news-block-tab .inner-box .image {
position: relative;
overflow: hidden;
background-color: #e9ebee;
}
.news-block-tab .inner-box .image .overlay-icon {
position: absolute;
right: 0px;
top: 0px;
z-index: 10;
width: 48px;
height: 48px;
color: #ffffff;
font-size: 20px;
line-height: 48px;
text-align: center;
background-color: #DD2227;
}
.news-block-tab .inner-box .image .overlay-box {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
text-align: center;
font-size: 82px;
overflow: hidden;
border-radius: 10px;
line-height: 80px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.news-block-tab .inner-box .image .overlay-box .fa {
position: absolute;
left: 50%;
top: 50%;
margin-left: -35px;
margin-top: -40px;
}
.news-block-tab .inner-box .image .overlay-box:hover {
color: #DD2227;
}
.news-block-tab .inner-box .image .overlay-box .overlay-box span {
position: absolute;
width: 80px;
height: 80px;
left: 50%;
top: 50%;
z-index: 99;
color: #ffffff;
font-weight: 400;
font-size: 60px;
text-align: center;
border-radius: 50%;
padding-left: 4px;
background-color: #ffffff;
display: inline-block;
margin-top: -40px;
margin-left: -40px;
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.news-block-tab .inner-box .image .overlay-box .ripple,
.news-block-tab .inner-box .image .overlay-box .ripple:before,
.news-block-tab .inner-box .image .overlay-box .ripple:after {
position: absolute;
top: 50%;
left: 50%;
height: 70px;
width: 70px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
-webkit-animation: ripple 3s infinite;
-moz-animation: ripple 3s infinite;
-ms-animation: ripple 3s infinite;
-o-animation: ripple 3s infinite;
animation: ripple 3s infinite;
}
.news-block-tab .inner-box .image .overlay-box .ripple:before {
-webkit-animation-delay: .9s;
-moz-animation-delay: .9s;
-ms-animation-delay: .9s;
-o-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
}
.news-block-tab .inner-box .image .overlay-box .ripple:after {
-webkit-animation-delay: .6s;
-moz-animation-delay: .6s;
-ms-animation-delay: .6s;
-o-animation-delay: .6s;
animation-delay: .6s;
content: "";
position: absolute;
}
@-webkit-keyframes ripple {
70% {
box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes ripple {
70% {
box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
.news-block-tab .inner-box .image > a:before {
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: block;
opacity: 0;
z-index: 1;
background-color: rgba(0, 0, 0, 0);
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.news-block-tab .inner-box:hover .image > a:before {}
.news-block-tab .inner-box .image .category {
position: absolute;
left: 10px;
bottom: 10px;
color: #ffffff;
padding: 4px 20px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 12px;
z-index: 10;
background-color: #DD2227;
}
.news-block-tab .inner-box .image .category a {
color: #ffffff;
}
.news-block-tab .inner-box .image img {
position: relative;
width: 100%;
display: block;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.news-block-tab .inner-box:hover .image img {
transform: scale(1.08, 1.08);
}
.news-block-tab .inner-box .lower-box {
position: relative;
padding: 30px 0px 0px;
}
.news-block-tab .inner-box .lower-box h3 {
position: relative;
font-size: 24px;
font-weight: 500;
line-height: 1.5em;
margin-bottom: 10px;
}
.news-block-tab .inner-box .lower-box h3 a {
color: #4d4d4d;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.news-block-tab .inner-box .lower-box h3 a:hover {
color: #e83f44;
}
.news-block-tab .inner-box h4 {
position: relative;
font-size: 20px;
font-weight: 500;
line-height: 1.3em;
margin-bottom: 10px;
}
.news-block-tab .inner-box .lower-box .post-meta {
position: relative;
margin-bottom: 8px;
}
.news-block-tab .inner-box .lower-box .post-meta li {
position: relative;
color: #DD2227;
font-weight: 400;
font-size: 14px;
padding-left: 18px;
display: inline-block;
margin-right: 20px;
letter-spacing: 1px;
text-transform: uppercase;
}
.news-block-tab .inner-box .lower-box .post-meta li .icon {
position: absolute;
left: 0px;
top: 0px;
font-size: 12px;
color: #DD2227;
}
.news-block-tab .inner-box .lower-box .text {
position: relative;
color: #303030;
font-size: 20px;
line-height: 1.5em;
}
.news-block-tab .inner-box .lower-box .read-more {
position: relative;
color: #222222;
margin-top: 10px;
font-weight: 600;
display: inline-block;
}
.news-block-one {
position: relative;
margin-bottom: 30px;
}
.news-block-one .inner-box {
position: relative;
border: 1px #ddd solid;
}
.news-block-one .inner-box .image {
position: relative;
}
.news-block-one .inner-box .image img {
position: relative;
width: 100%;
display: block;
}
.news-block-one .inner-box .lower-box {
position: relative;
text-align: center;
padding-top: 30px;
}
.news-block-one .inner-box .lower-box h3 {
position: relative;
font-size: 16px;
font-weight: 700;
letter-spacing: 2px;
margin-bottom: 5px;
text-transform: uppercase;
}
.news-block-one .inner-box .lower-box h3 a {
color: #232323;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.news-block-one .inner-box .image a:before {
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 100%;
height: 0px;
display: block;
z-index: 1;
opacity: 0.7;
background-color: #000000;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.news-block-one .inner-box:hover .image a:before {
height: 100%;
}
.news-block-one .inner-box .lower-box h3 a:hover {
color: #DD2227;
}
.news-block-one .inner-box .lower-box .post-date {
position: relative;
color: #a7a7a7;
font-size: 12px;
font-style: italic;
font-weight: 300;
}
.news-block-one .inner-box .lower-box .text {
position: relative;
color: #616060;
font-size: 14px;
line-height: 1.8em;
margin-top: 15px;
margin-bottom: 20px;
}
.news-block-one .inner-box .lower-box .read-more {
position: relative;
color: #DD2227;
font-size: 14px;
letter-spacing: 1px;
}
.news-block-one .inner-box .lower-box .read-more .arrow {
position: relative;
top: 3px;
font-size: 18px;
margin-left: 3px;
}
/*News Block Two*/
.news-block-two {
position: relative;
margin-bottom: 30px;
}
.news-block-two.with-margin {
margin-bottom: 40px;
}
.news-block-two .inner-box {
position: relative;
}
.news-block-two .inner-box .image {
position: relative;
overflow: hidden;
background-color: #e9ebee;
}
.news-block-two .inner-box .image .overlay-icon {
position: absolute;
right: 0px;
top: 0px;
z-index: 10;
width: 48px;
height: 48px;
color: #ffffff;
font-size: 20px;
line-height: 48px;
text-align: center;
background-color: #DD2227;
}
.news-block-two .inner-box .image .overlay-box {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
text-align: center;
font-size: 82px;
overflow: hidden;
border-radius: 10px;
line-height: 80px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.news-block-two .inner-box .image .overlay-box .fa {
position: absolute;
left: 50%;
top: 50%;
margin-left: -35px;
margin-top: -40px;
}
.news-block-two .inner-box .image .overlay-box:hover {
color: #DD2227;
}
.news-block-two .inner-box .image .overlay-box .overlay-box span {
position: absolute;
width: 80px;
height: 80px;
left: 50%;
top: 50%;
z-index: 99;
color: #ffffff;
font-weight: 400;
font-size: 60px;
text-align: center;
border-radius: 50%;
padding-left: 4px;
background-color: #ffffff;
display: inline-block;
margin-top: -40px;
margin-left: -40px;
transition: all 900ms ease;
-moz-transition: all 900ms ease;
-webkit-transition: all 900ms ease;
-ms-transition: all 900ms ease;
-o-transition: all 900ms ease;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.news-block-two .inner-box .image .overlay-box .ripple,
.news-block-two .inner-box .image .overlay-box .ripple:before,
.news-block-two .inner-box .image .overlay-box .ripple:after {
position: absolute;
top: 50%;
left: 50%;
height: 70px;
width: 70px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
-webkit-animation: ripple 3s infinite;
-moz-animation: ripple 3s infinite;
-ms-animation: ripple 3s infinite;
-o-animation: ripple 3s infinite;
animation: ripple 3s infinite;
}
.news-block-two .inner-box .image .overlay-box .ripple:before {
-webkit-animation-delay: .9s;
-moz-animation-delay: .9s;
-ms-animation-delay: .9s;
-o-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
}
.news-block-two .inner-box .image .overlay-box .ripple:after {
-webkit-animation-delay: .6s;
-moz-animation-delay: .6s;
-ms-animation-delay: .6s;
-o-animation-delay: .6s;
animation-delay: .6s;
content: "";
position: absolute;
}
@-webkit-keyframes ripple {
70% {
box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes ripple {
70% {
box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
.news-block-two .inner-box .image > a:before {
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: block;
opacity: 0;
z-index: 1;
background-color: rgba(0, 0, 0, 0);
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.news-block-two .inner-box:hover .image > a:before {}
.news-block-two .inner-box .image .category {
position: absolute;
left: 10px;
bottom: 10px;
color: #ffffff;
padding: 4px 20px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 12px;
z-index: 10;
background-color: #DD2227;
}
.news-block-two .inner-box .image .category a {
color: #ffffff;
}
.news-block-two .inner-box .image img {
position: relative;
width: 100%;
display: block;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.news-block-two .inner-box:hover .image img {
transform: scale(1.08, 1.08);
}
.news-block-two .inner-box .lower-box {
position: relative;
padding: 30px 0px 0px;
}
.news-block-two .inner-box .lower-box h3 {
position: relative;
font-size: 28px;
font-weight: 600;
line-height: 1.5em;
margin-bottom: 10px;
}
.news-block-two .inner-box .lower-box h3 a {
color: #5d5d5d;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.news-block-two .inner-box .lower-box h3 a:hover {
color: #e83f44;
}
.news-block-two .inner-box .lower-box .post-meta {
position: relative;
margin-bottom: 8px;
}
.news-block-two .inner-box .lower-box .post-meta li {
position: relative;
color: #DD2227;
font-weight: 400;
font-size: 11px;
padding-left: 18px;
display: inline-block;
margin-right: 20px;
letter-spacing: 1px;
text-transform: uppercase;
}
.news-block-two .inner-box .lower-box .post-meta li .icon {
position: absolute;
left: 0px;
top: 0px;
font-size: 12px;
color: #DD2227;
}
.news-block-two .inner-box .lower-box .text {
position: relative;
color: #303030;
font-size: 20px;
line-height: 1.5em;
}
.news-block-two .inner-box .lower-box .read-more {
position: relative;
color: #222222;
margin-top: 10px;
font-weight: 600;
display: inline-block;
}
/***
====================================================================
Styled Pagination
====================================================================
***/
.styled-pagination {
position: relative;
}
.styled-pagination ul {
position: relative;
}
.styled-pagination li {
position: relative;
display: inline-block;
margin: 0px 5px 5px 0px;
}
.styled-pagination li a {
position: relative;
display: inline-block;
line-height: 36px;
height: 40px;
font-size: 14px;
text-transform: capitalize;
min-width: 40px;
background: none;
color: #999999;
font-weight: 500;
text-align: center;
border: 2px solid #f3f3f3;
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
-moz-transition: all 500ms ease;
}
.styled-pagination li a:hover,
.styled-pagination li a.active {
color: #ffffff;
border-color: #DD2227;
background-color: #DD2227;
}
.styled-pagination.centered {
text-align: center;
}
.styled-pagination.centered:before {
left: 0%;
}
.styled-pagination.centered ul {
background-color: #ffffff;
padding: 0px 30px;
}
.bg-interview {
padding: 20px 0;
}
.interview {
position: relative;
}
.interview .post-content {
padding: 30px;
z-index: 1;
position: relative;
}
.interview .post-content {
position: relative;
top: -50px;
background: #e6eaf6;
margin: 20px;
height: 200px;
}
.post-title.title-extra-large {
font-size: 26px;
line-height: 30px;
margin-top: 15px;
margin-bottom: 10px;
}
.post-title.title-large {
font-size: 20px;
line-height: 26px;
margin-top: 15px;
margin-bottom: 5px;
}
.post-title.title-medium {
font-size: 16px;
line-height: 24px;
margin-top: 15px;
margin-bottom: 5px;
}
.post-title.title-small {
font-size: 14px;
line-height: 20px;
margin-top: 15px;
margin-bottom: 5px;
}
/*Post Widget*/
.news-block-tab .news-post {
position: relative;
font-size: 16px;
color: #666666;
padding: 0px 0px;
padding-left: 90px;
padding-right: 0px;
/* margin-left: 20px;*/
min-height: 100px;
margin-bottom: 20px;
/* border-bottom: 1px solid #eeeeee;*/
}
.news-post:last-child {
margin-bottom: 0px;
border: 0px;
min-height: 80px;
}
.news-post .post-thumb {
position: absolute;
left: 0px;
top: 0px;
width: 80px;
background-color: #e9ebee;
}
.news-post .post-thumb > a {
position: relative;
display: block;
}
.news-post .post-thumb a:before {
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: block;
z-index: 99;
opacity: 0;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
background-color: rgba(255, 255, 255, 0.50);
}
.news-post:hover .post-thumb a:before {
opacity: 1;
}
.news-post .post-thumb .overlay {
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: block;
z-index: 10;
opacity: 0;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.news-post .post-thumb .overlay .icon {
position: relative;
width: 30px;
height: 30px;
color: #ffffff;
text-align: center;
line-height: 26px;
font-size: 10px;
padding-left: 3px;
border-radius: 50%;
display: block;
margin: 0 auto;
top: 50%;
margin-top: -16px;
border: 3px solid #ffffff;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.news-post:hover .post-thumb .overlay {
opacity: 1;
}
.news-post .post-thumb img {
display: block;
width: 100%;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.news-post .text {
position: relative;
top: -4px;
font-size: 20px;
margin: 0px 0px 0px;
font-weight: 500;
color: #5d5d5d;
line-height: 1.3em;
text-transform: capitalize;
}
.news-post .text a {
color: #5d5d5d;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.news-post a,
.news-post a:hover {
color: #DD2227;
}
.news-post .post-info {
position: relative;
font-size: 11px;
color: #777777;
font-weight: 400;
padding-left: 20px;
text-transform: uppercase;
}
.news-post .post-info:before {
position: absolute;
content: "\e943";
left: 0px;
top: 1px;
font-size: 12px;
color: #999999;
font-weight: 300;
font-family: 'quebec';
}
/*News Block Three*/
.news-block-events {
position: relative;
}
.news-block-events .inner-box {
position: relative;
overflow: hidden;
}
.news-block-events .inner-box .image {
position: relative;
}
.news-block-events .inner-box:hover .image img {
-webkit-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
.news-block-events .inner-box .image img {
position: relative;
width: 100%;
display: block;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
.news-block-events .inner-box .image .overlay-box {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: block;
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.news-block-events .inner-box .image .overlay-box .play-btn {
position: absolute;
right: 15px;
top: 15px;
width: 34px;
height: 34px;
line-height: 28px;
display: inline-block;
border-radius: 50%;
text-align: center;
color: #ffffff;
border: 3px solid #ffffff;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.news-block-events .inner-box .image .overlay-box .play-btn .icon {
font-size: 12px;
padding-left: 3px;
}
.news-block-events .inner-box .image .overlay-box .play-btn:hover {
color: #DD2227;
border-color: #DD2227;
}
.news-block-events .inner-box .image .overlay-box .content {
position: absolute;
content: '';
left: 0px;
bottom: 0px;
width: 100%;
text-align: center;
padding: 0px 15px 20px 15px;
}
.news-block-events .inner-box .image .overlay-box .content .tag {
position: relative;
color: #ffffff;
font-size: 12px;
display: inline-block;
padding: 0px 12px;
font-weight: 400;
margin-bottom: 12px;
text-transform: uppercase;
background-color: #DD2227;
}
.news-block-events .inner-box .image .overlay-box .content .tag a {
color: #ffffff;
}
.news-block-events .inner-box .image .overlay-box .content h3 {
position: relative;
font-weight: 700;
font-size: 18px;
line-height: 1.6em;
margin-bottom: 8px;
text-transform: uppercase;
}
.news-block-events .inner-box .image .overlay-box .content h3 a {
color: #ffffff;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.news-block-events .inner-box .image .overlay-box .content h3 a:hover {
color: #DD2227;
}
.news-block-events .inner-box .image .overlay-box .content .post-meta {
position: relative;
}
.news-block-events .inner-box .image .overlay-box .content .post-meta li {
position: relative;
color: #ffffff;
font-size: 11px;
font-weight: 400;
padding-left: 20px;
line-height: 1em;
margin-right: 15px;
display: inline-block;
text-transform: uppercase;
}
.news-block-events .inner-box .image .overlay-box .content .post-meta li .icon {
position: absolute;
left: 0px;
top: 0px;
font-size: 11px;
color: #ffffff;
}
.news-block-events.style-two .inner-box .image .overlay-box .content h3 {
font-size: 30px;
line-height: 1.4em;
}
.news-block-events.style-three .inner-box .image .overlay-box .content h3 {
font-size: 26px;
line-height: 1.4em;
}
.news-block-events.style-four .inner-box .image .overlay-box .content h3 {
font-size: 22px;
line-height: 1.4em;
}
/***
/***
====================================================================
Page Title
====================================================================
***/
.news-title {
position: relative;
padding: 20px 0px 20px;
background-color: #f8f8f8;
}
.news-title h2 {
position: relative;
color: #4d4d4d;
font-size: 50px;
font-weight: 600;
}
.news-title-breadcrumb {
position: relative;
}
.news-title-breadcrumb li {
position: relative;
padding-right: 12px;
margin-right: 12px;
display: inline-block;
color: #777777;
font-size: 13px;
text-transform: capitalize;
}
.news-title-breadcrumb li:last-child {
padding-right: 0px;
margin-right: 0px;
}
.news-title-breadcrumb li:last-child a:after {
display: none;
}
.news-title-breadcrumb li a:after {
position: absolute;
content: '\f105';
right: -15px;
top: 9px;
color: #d3d3d3;
line-height: 1px;
font-family: 'FontAwesome';
}
.news-title-breadcrumb li a {
position: relative;
color: #777777;
font-size: 13px;
text-transform: capitalize;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.news-title-breadcrumb li a .fa {
position: relative;
top: 3px;
font-size: 22px;
margin-right: 15px;
line-height: 1em;
}
.news-title-breadcrumb li a:hover {
color: #000000;
}
====================================================================Main Footer====================================================================***/ .main-footer {
position: relative;
}
.main-footer .widgets-section {
position: relative;
padding-top: 70px;
padding-bottom: 20px;
}
.main-footer .widgets-section .footer-widget {
position: relative;
margin-bottom: 30px;
}
.main-footer .widgets-section .footer-widget h2 {
position: relative;
font-size: 14px;
font-weight: 700;
color: #ffffff;
letter-spacing: 1px;
padding-bottom: 10px;
margin-bottom: 30px;
text-transform: uppercase;
border-bottom: 2px solid rgba(255, 255, 255, 0.10);
}
.main-footer .footer-bottom {
position: relative;
padding: 50px 0px 0px;
background-color: #1a1c1e;
}
.main-footer .footer-bottom .logo {
position: relative;
text-align: center;
}
.main-footer .footer-bottom .logo .letter {
position: relative;
top: 2px;
color: #DD2227;
font-weight: 700;
font-size: 75px;
line-height: 1em;
float: left;
margin-right: 2px;
text-transform: uppercase;
}
.main-footer .footer-bottom .logo a {
position: relative;
display: inline-block;
}
.main-footer .footer-bottom .text {
position: relative;
color: #ffffff;
font-size: 14px;
line-height: 1.6em;
text-align: center;
}
.main-footer .footer-bottom .copyright-section {
position: relative;
padding: 15px 0px;
margin-top: 40px;
border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.main-footer .footer-bottom .copyright-section .footer-nav {
position: relative;
}
.main-footer .footer-bottom .copyright-section .footer-nav li {
position: relative;
font-size: 13px;
padding-right: 20px;
margin-right: 20px;
display: inline-block;
line-height: 1em;
border-right: 1px solid rgba(255, 255, 255, 0.10);
}
.main-footer .footer-bottom .copyright-section .footer-nav li:last-child {
border: 0px;
margin: 0px;
padding: 0px;
}
.main-footer .footer-bottom .copyright-section .footer-nav li a {
position: relative;
color: #ffffff;
letter-spacing: 1px;
text-transform: uppercase;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-footer .footer-bottom .copyright-section .footer-nav li a:hover {
color: #DD2227;
}
.main-footer .footer-bottom .copyright-section .copyright {
position: relative;
color: #ffffff;
text-align: right;
}