body {
font-family: "Open Sans", sans-serif;
color: #444444;
}
a {
color: #d9232d;
}
a:hover {
color: #e24d55;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Raleway", sans-serif;
} .back-to-top {
position: fixed;
display: none;
right: 15px;
bottom: 15px;
z-index: 99999;
}
.back-to-top i {
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
width: 40px;
height: 40px;
border-radius: 4px;
background: #d9232d;
color: #fff;
transition: all 0.4s;
}
.back-to-top i:hover {
background: #e1444d;
color: #fff;
} #header {
background: white;
transition: all 0.5s;
z-index: 997;
padding: 10px 0;
}
#header.header-scrolled {
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
padding: 8px 0;
}
#header.header-inner-pages {
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo {
font-size: 28px;
margin: 0;
padding: 0;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
}
#header .logo a {
color: #556270;
}
#header .logo img {
max-height: 75px;
}
@media (max-width: 992px) {
#header {
padding: 12px 0;
}
}  .nav-menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.nav-menu > ul {
display: flex;
}
.nav-menu > ul > li {
position: relative;
white-space: nowrap;
padding: 12px 0 12px 23px;
}
.nav-menu a {
display: block;
position: relative;
color: #556270;
transition: 0.3s;
font-size: 15px;
font-weight: 500;
font-family: "Poppins", sans-serif;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
color: #d9232d;
}
.nav-menu .drop-down ul {
display: block;
position: absolute;
left: 15px;
top: calc(100% + 30px);
z-index: 99;
opacity: 0;
visibility: hidden;
padding: 10px 0;
background: #fff;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
transition: 0.3s;
}
.nav-menu .drop-down:hover > ul {
opacity: 1;
top: 100%;
visibility: visible;
}
.nav-menu ul li ul li:hover ul.sub-menu{top:0px;}
.nav-menu .drop-down li {
min-width: 180px;
position: relative;
}
.nav-menu .drop-down ul a {
padding: 10px 20px;
font-size: 14px;
font-weight: 500;
text-transform: none;
color: #556270;
}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
color: #d9232d;
}
.nav-menu .drop-down > a:after {
content: "\ea99";
font-family: IcoFont;
padding-left: 1px;
}
.nav-menu .drop-down .drop-down ul {
top: 0;
left: calc(100% - 30px);
}
.nav-menu .drop-down .drop-down:hover > ul {
opacity: 1;
top: 0;
left: 100%;
}
.nav-menu .drop-down .drop-down > a {
padding-right: 35px;
}
.nav-menu .drop-down .drop-down > a:after {
content: "\eaa0";
font-family: IcoFont;
position: absolute;
right: 15px;
}
@media (max-width: 1366px) {
.nav-menu .drop-down .drop-down ul {
left: -90%;
}
.nav-menu .drop-down .drop-down:hover > ul {
left: -100%;
}
.nav-menu .drop-down .drop-down > a:after {
content: "\ea9d";
}
} .nav-menu ul li ul {
display: block;
position: absolute;
left: 15px;
top: calc(100% + 30px);
z-index: 99;
opacity: 0;
visibility: hidden;
padding: 10px 0;
background: #fff;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
transition: 0.3s;
}
.nav-menu ul li:hover > ul {
opacity: 1;
top: 100%;
visibility: visible;
}
.nav-menu ul li ul li {
min-width: 180px;
position: relative;
}
.nav-menu ul li ul li a {
padding: 10px 20px;
font-size: 14px;
font-weight: 500;
text-transform: none;
color: #556270;
}
.nav-menu ul li ul li a:hover, .nav-menu ul li ul .active > a, .nav-menu ul li ul li:hover > a {
color: #d9232d;
}
.nav-menu ul li.menu-item-has-children > a:after {
content: "\ea99";
font-family: IcoFont;
padding-left: 1px;
}
.nav-menu ul li ul li ul {
top: 0;
left: calc(100% - 30px);
}
.nav-menu ul li ul li:hover > ul {
opacity: 1;
top: 0;
left: 100%;
}
.nav-menu ul li ul li > a {
padding-right: 35px;
}
.nav-menu ul li ul li.menu-item-has-children > a:after {
content: "\eaa0";
font-family: IcoFont;
position: absolute;
right: 15px;
}
@media (max-width: 1366px) {
.nav-menu ul li ul li ul {
left: -90%;
}
.nav-menu ul li ul li:hover > ul {
left: -100%;
}
.nav-menu ul li ul li.menu-item-has-children > a:after {
content: "\ea9d";
}
} .fixed-top{position:relative;}
section#hero{z-index:9;}  .get-started-btn {
margin-left: 25px;
background: #d9232d;
color: #fff;
border-radius: 4px;
padding: 8px 30px 9px 30px;
white-space: nowrap;
transition: 0.3s;
font-size: 14px;
display: inline-block;
}
.get-started-btn:hover {
background: #e1444d;
color: #fff;
}
@media (max-width: 768px) {
.get-started-btn {
margin: 0 48px 0 0;
padding: 6px 18px;
}
} .mobile-nav-toggle {
position: fixed;
right: 15px;
top: 15px;
z-index: 9998;
border: 0;
background: none;
font-size: 24px;
transition: all 0.4s;
outline: none !important;
line-height: 1;
cursor: pointer;
text-align: right;
}
.mobile-nav-toggle i {
color: #556270;
}
.mobile-nav {
position: fixed;
top: 55px;
right: 15px;
bottom: 15px;
left: 15px;
z-index: 9999;
overflow-y: auto;
background: #fff;
transition: ease-in-out 0.2s;
opacity: 0;
visibility: hidden;
border-radius: 10px;
padding: 10px 0;
}
.mobile-nav * {
margin: 0;
padding: 0;
list-style: none;
}
.mobile-nav a {
display: block;
position: relative;
color: #556270;
padding: 10px 20px;
font-weight: 500;
outline: none;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
color: #d9232d;
text-decoration: none;
}
.mobile-nav .drop-down > a:after {
content: "\ea99";
font-family: IcoFont;
padding-left: 10px;
position: absolute;
right: 15px;
}
.mobile-nav .active.drop-down > a:after {
content: "\eaa1";
}
.mobile-nav .drop-down > a {
padding-right: 35px;
}
.mobile-nav .drop-down ul {
display: none;
overflow: hidden;
}
.mobile-nav .drop-down li {
padding-left: 20px;
} .mobile-nav ul li.menu-item-has-children > a:after {
content: "\ea99";
font-family: IcoFont;
padding-left: 10px;
position: absolute;
right: 15px;
}
.mobile-nav .active.ul li.menu-item-has-children > a:after {
content: "\eaa1";
}
.mobile-nav ul li > a {
padding-right: 35px;
}
.mobile-nav ul li ul {
display: none;
overflow: hidden;
}
.mobile-nav ul li ul li {
padding-left: 20px;
} .mobile-nav-overly {
width: 100%;
height: 100%;
z-index: 9997;
top: 0;
left: 0;
position: fixed;
background: rgba(63, 73, 83, 0.6);
overflow: hidden;
display: none;
transition: ease-in-out 0.2s;
}
.mobile-nav-active {
overflow: hidden;
}
.mobile-nav-active .mobile-nav {
opacity: 1;
visibility: visible;
}
.mobile-nav-active .mobile-nav-toggle i {
color: #fff;
} #hero {
width: 100%;
height: 100vh;
background-color: rgba(63, 73, 83, 0.8);
overflow: hidden;
position: relative;
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
#hero .carousel-item {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#hero .carousel-item::before {
content: '';
background-color: rgba(30, 35, 40, 0.6);
}
#hero .carousel-container {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
bottom: 0;
top: 70px;
left: 50px;
right: 50px;
}
#hero .container {
text-align: center;
}
#hero h2 {
color: #fff;
margin-bottom: 20px;
font-size: 48px;
font-weight: 700;
}
#hero p {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
margin: 0 auto 30px auto;
color: #fff;
}
#hero .carousel-inner .carousel-item {
transition-property: opacity;
background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
opacity: 1;
transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
left: 0;
transform: translate3d(0, 0, 0);
}
#hero .carousel-control-prev, #hero .carousel-control-next {
width: 10%;
top: 112px;
}
@media (max-width: 992px) {
#hero .carousel-control-prev, #hero .carousel-control-next {
top: 66px;
}
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
background: none;
font-size: 36px;
line-height: 1;
width: auto;
height: auto;
background: rgba(255, 255, 255, 0.2);
border-radius: 50px;
padding: 10px;
transition: 0.3s;
color: rgba(255, 255, 255, 0.5);
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
background: rgba(255, 255, 255, 0.3);
color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
cursor: pointer;
background: #fff;
overflow: hidden;
border: 0;
width: 12px;
height: 12px;
border-radius: 50px;
opacity: .6;
transition: 0.3s;
}
#hero .carousel-indicators li.active {
opacity: 1;
background: #d9232d;
}
#hero .btn-get-started {
font-family: "Raleway", sans-serif;
font-weight: 500;
font-size: 14px;
letter-spacing: 1px;
display: inline-block;
padding: 14px 32px;
border-radius: 4px;
transition: 0.5s;
line-height: 1;
color: #fff;
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
background: #d9232d;
}
#hero .btn-get-started:hover {
background: #df3740;
}
@media (max-width: 992px) {
#hero {
height: 100vh;
}
#hero .carousel-container {
top: 8px;
}
}
@media (max-width: 768px) {
#hero h2 {
font-size: 28px;
}
}
@media (min-width: 1024px) {
#hero .carousel-control-prev, #hero .carousel-control-next {
width: 5%;
}
}
@media (max-height: 500px) {
#hero {
height: 120vh;
}
} section {
padding: 60px 0;
}
.section-bg, .services .icon-box1 {
background-color: #f8f9fa;
}
.section-title {
padding-bottom: 40px;
}
.section-title h2 {
font-size: 14px;
font-weight: 500;
padding: 0;
line-height: 1px;
margin: 0 0 5px 0;
letter-spacing: 2px;
text-transform: uppercase;
color: #aaaaaa;
font-family: "Poppins", sans-serif;
}
.section-title h2::after {
content: "";
width: 120px;
height: 1px;
display: inline-block;
background: #e6636a;
margin: 4px 10px;
}
.section-title p {
margin: 0;
margin: 0;
font-size: 36px;
font-weight: 700;
text-transform: uppercase;
font-family: "Poppins", sans-serif;
color: #556270;
} .breadcrumbs {
padding: 18px 0;
background: #f8f9fa;
min-height: 40px;
margin-top: 0px !important;
}
@media (max-width: 992px) {
.breadcrumbs {
margin-top: 68px;
}
}
.breadcrumbs h2 {
font-size: 32px;
font-weight: 300;
margin: 0;
}
.breadcrumbs ol {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
font-size: 14px;
}
.breadcrumbs ol li + li {
padding-left: 10px;
}
.breadcrumbs ol li + li::before {
display: inline-block;
padding-right: 10px;
color: #6b7b8d;
content: "/";
}
@media (max-width: 992px) {
.breadcrumbs {
margin-top: 83px;
}
.breadcrumbs .d-flex {
display: block !important;
}
.breadcrumbs h2 {
margin-bottom: 10px;
}
.breadcrumbs ol {
display: block;
}
.breadcrumbs ol li {
display: inline-block;
}
} .about .content h2 {
font-weight: 700;
font-size: 48px;
line-height: 60px;
margin-bottom: 20px;
text-transform: uppercase;
}
.about .content h3 {
font-weight: 500;
line-height: 32px;
font-size: 24px;
}
.about .content ul {
list-style: none;
padding: 0;
}
.about .content ul li {
padding: 10px 0 0 28px;
position: relative;
list-style:disc;
margin-left:40px;
}
.about .content ul li{padding:10px 0 0 28px; position:relative; list-style:none; margin-left:0;}
.content ol li{margin-bottom:12px;}
.about .content ul i {
left: 0;
top: 7px;
position: absolute;
font-size: 20px;
color: #d9232d;
}
.about .content p:last-child {
margin-bottom: 0;
} .clients {
padding: 15px 0;
text-align: center;
}
.clients img {
max-width: 45%;
transition: all 0.4s ease-in-out;
display: inline-block;
padding: 15px 0; }
.clients img:hover {
-webkit-filter: none;
filter: none;
transform: scale(1.15);
}
@media (max-width: 768px) {
.clients img {
max-width: 40%;
}
} .services .icon-box1 {
margin-bottom: 20px;
padding: 30px;
border-radius: 6px;
}
.services .icon-box1 i {
float: left;
color: #d9232d;
font-size: 40px;
}
.services .icon-box1 h4 {
margin-left: 70px;
font-weight: 700;
margin-bottom: 15px;
font-size: 18px;
}
.services .icon-box1 h4 a {
color: #556270;
transition: 0.3s;
}
.services .icon-box1 p {font-family: "Open Sans", sans-serif;
margin-left: 70px;
line-height: 24px;
font-size: 14px;
}
.services .icon-box1:hover h4 a {
color: #d9232d;
} .portfolio .portfolio-item {
margin-bottom: 30px;
}
.portfolio #portfolio-flters {
padding: 0;
margin: 0 auto 20px auto;
list-style: none;
text-align: center;
}
.portfolio #portfolio-flters li {
cursor: pointer;
display: inline-block;
padding: 8px 15px 10px 15px;
font-size: 14px;
font-weight: 600;
line-height: 1;
text-transform: uppercase;
color: #444444;
margin-bottom: 5px;
transition: all 0.3s ease-in-out;
border-radius: 3px;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
color: #fff;
background: #d9232d;
}
.portfolio #portfolio-flters li:last-child {
margin-right: 0;
}
.portfolio .portfolio-wrap {
transition: 0.3s;
position: relative;
overflow: hidden;
z-index: 1;
background: rgba(85, 98, 112, 0.6);
}
.portfolio .portfolio-wrap::before {
content: "";
background: rgba(85, 98, 112, 0.6);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
transition: all ease-in-out 0.3s;
z-index: 2;
opacity: 0;
}
.portfolio .portfolio-wrap img {
transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info {
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 3;
transition: all ease-in-out 0.3s;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
padding: 20px;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
font-size: 20px;
color: #fff;
font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
color: rgba(255, 255, 255, 0.7);
font-size: 14px;
text-transform: uppercase;
padding: 0;
margin: 0;
font-style: italic;
}
.portfolio .portfolio-wrap .portfolio-links {
text-align: center;
z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
color: rgba(255, 255, 255, 0.6);
margin: 0 5px 0 0;
font-size: 28px;
display: inline-block;
transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
color: white;
}
.portfolio .portfolio-wrap:hover::before {
opacity: 1;
}
.portfolio .portfolio-wrap:hover img {
transform: scale(1.2);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
opacity: 1;
} .team .member {
position: relative;
box-shadow: 0px 2px 15px rgba(85, 98, 112, 0.08);
padding: 30px;
border-radius: 4px;
background: white;
}
.team .member .pic {
overflow: hidden;
width: 140px;
border-radius: 4px;
}
.team .member .pic img {
transition: ease-in-out 0.3s;
}
.team .member:hover img {
transform: scale(1.1);
}
.team .member .member-info {
padding-left: 30px;
}
.team .member h4 {
font-weight: 700;
margin-bottom: 5px;
font-size: 20px;
color: #556270;
}
.team .member span {
display: block;
font-size: 15px;
padding-bottom: 10px;
position: relative;
font-weight: 500;
}
.team .member span::after {
content: '';
position: absolute;
display: block;
width: 50px;
height: 1px;
background: #dee2e6;
bottom: 0;
left: 0;
}
.team .member p {
margin: 10px 0 0 0;
font-size: 14px;
}
.team .member .social {
margin-top: 12px;
display: flex;
align-items: center;
justify-content: flex-start;
}
.team .member .social a {
transition: ease-in-out 0.3s;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px;
width: 32px;
height: 32px;
background: #8795a4;
}
.team .member .social a i {
color: #fff;
font-size: 16px;
margin: 0 2px;
}
.team .member .social a:hover {
background: #d9232d;
}
.team .member .social a + a {
margin-left: 8px;
} .skills .progress {
height: 50px;
display: block;
background: none;
}
.skills .progress .skill {
padding: 10px 0;
margin: 0 0 6px 0;
text-transform: uppercase;
display: block;
font-weight: 600;
font-family: "Poppins", sans-serif;
color: #556270;
}
.skills .progress .skill .val {
float: right;
font-style: normal;
}
.skills .progress-bar-wrap {
background: white;
}
.skills .progress-bar {
width: 1px;
height: 10px;
transition: .9s;
background-color: #6b7b8d;
} .features {
overflow: hidden;
}
.features .nav-tabs {
border: 0;
}
.features .nav-link {
border: 0;
padding: 12px 15px 12px 0;
transition: 0.3s;
color: #556270;
border-radius: 0;
border-right: 2px solid white;
font-weight: 600;
font-size: 15px;
}
.features .nav-link:hover {
color: #d9232d;
}
.features .nav-link.active {
color: #d9232d;
border-color: #d9232d;
}
.features .tab-pane.active {
-webkit-animation: fadeIn 0.5s ease-out;
animation: fadeIn 0.5s ease-out;
}
.features .details h3 {
font-size: 26px;
font-weight: 600;
margin-bottom: 20px;
color: #556270;
}
.features .details p {
color: #777777;
}
.features .details p:last-child {
margin-bottom: 0;
}
@media (max-width: 992px) {
.features .nav-link {
border: 0;
padding: 15px;
}
.features .nav-link.active {
color: #fff;
background: #d9232d;
}
} .pricing .box {
padding: 20px;
background: #fff;
text-align: center;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
border-radius: 5px;
position: relative;
overflow: hidden;
}
.pricing h3 {
font-weight: 400;
margin: -20px -20px 20px -20px;
padding: 20px 15px;
font-size: 16px;
font-weight: 600;
color: #777777;
background: #f8f8f8;
}
.pricing h4 {
font-size: 36px;
color: #d9232d;
font-weight: 600;
font-family: "Poppins", sans-serif;
margin-bottom: 20px;
}
.pricing h4 sup {
font-size: 20px;
top: -15px;
left: -3px;
}
.pricing h4 span {
color: #bababa;
font-size: 16px;
font-weight: 300;
}
.pricing ul {
padding: 0;
list-style: none;
color: #444444;
text-align: center;
line-height: 20px;
font-size: 14px;
}
.pricing ul li {
padding-bottom: 16px;
}
.pricing ul i {
color: #d9232d;
font-size: 18px;
padding-right: 4px;
}
.pricing ul .na {
color: #ccc;
text-decoration: line-through;
}
.pricing .btn-wrap {
margin: 20px -20px -20px -20px;
padding: 20px 15px;
background: #f8f8f8;
text-align: center;
}
.pricing .btn-buy {
background: #d9232d;
display: inline-block;
padding: 8px 35px 9px 35px;
border-radius: 4px;
color: #fff;
transition: none;
font-size: 14px;
font-weight: 400;
font-family: "Raleway", sans-serif;
font-weight: 600;
transition: 0.3s;
}
.pricing .btn-buy:hover {
background: #e1444d;
}
.pricing .featured h3 {
color: #fff;
background: #d9232d;
}
.pricing .advanced {
width: 200px;
position: absolute;
top: 18px;
right: -68px;
transform: rotate(45deg);
z-index: 1;
font-size: 14px;
padding: 1px 0 3px 0;
background: #d9232d;
color: #fff;
} .faq .faq-item {
margin: 20px 0;
padding: 20px 0;
border-bottom: 1px solid white;
}
.faq .faq-item i {
color: #dee2e6;
font-size: 20px;
float: left;
line-height: 0;
padding: 13px 0 0 0;
margin: 0;
}
.faq .faq-item h4 {
font-size: 16px;
line-height: 26px;
font-weight: 500;
margin: 0 0 10px 28px;
font-family: "Poppins", sans-serif;
}
.faq .faq-item p {
font-size: 15px;
} .testimonials .testimonial-item {
box-sizing: content-box;
padding: 40px;
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
position: relative;
background: #fff;
}
.testimonials .testimonial-item .testimonial-img {
width: 90px;
border-radius: 50px;
border: 6px solid #fff;
float: left;
margin: 0 10px 0 0;
}
.testimonials .testimonial-item h3 {
font-size: 18px;
font-weight: bold;
margin: 10px 0 5px 0;
color: #111;
}
.testimonials .testimonial-item h4 {
font-size: 14px;
color: #999;
margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
color: #f8d1d3;
font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
display: inline-block;
left: -5px;
position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
display: inline-block;
right: -5px;
position: relative;
top: 10px;
}
.testimonials .testimonial-item p {
font-style: italic;
margin: 15px 0 0 0;
padding: 0;
} .contact .info {
width: 100%;
background: #fff;
}
.contact .info i {
font-size: 20px;
color: #556270;
float: left;
width: 44px;
height: 44px;
background: #edeff1;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50px;
transition: all 0.3s ease-in-out;
}
.contact .info h4 {
padding: 0 0 0 60px;
font-size: 22px;
font-weight: 600;
margin-bottom: 5px;
color: #556270;
}
.contact .info p {
padding: 0 0 0 60px;
margin-bottom: 0;
font-size: 14px;
color: #8795a4;
}
.contact .info .email, .contact .info .phone {
margin-top: 40px;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
background: #556270;
color: #fff;
}
.contact .php-email-form {
width: 100%;
background: #fff;
}
.contact .php-email-form .form-group {
padding-bottom: 8px;
}
.contact .php-email-form .validate {
display: none;
color: red;
margin: 0 0 15px 0;
font-weight: 400;
font-size: 13px;
}
.contact .php-email-form .error-message {
display: none;
color: #fff;
background: #ed3c0d;
text-align: center;
padding: 15px;
font-weight: 600;
}
.contact .php-email-form .sent-message {
display: none;
color: #fff;
background: #18d26e;
text-align: center;
padding: 15px;
font-weight: 600;
}
.contact .php-email-form .loading {
display: none;
background: #fff;
text-align: center;
padding: 15px;
}
.contact .php-email-form .loading:before {
content: "";
display: inline-block;
border-radius: 50%;
width: 24px;
height: 24px;
margin: 0 10px -6px 0;
border: 3px solid #18d26e;
border-top-color: #eee;
-webkit-animation: animate-loading 1s linear infinite;
animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
border-radius: 0;
box-shadow: none;
font-size: 14px;
border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
border-color: #d9232d;
}
.contact .php-email-form input {
height: 44px;
}
.contact .php-email-form textarea {
padding: 10px 12px;
}
.contact .php-email-form button[type="submit"],.contact .php-email-form input[type="submit"] {
background: #d9232d;
border: 0;
padding: 10px 24px;
color: #fff;
transition: 0.4s;
border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover,.contact .php-email-form input[type="submit"]:hover {
background: #e24d55;
}
@-webkit-keyframes animate-loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes animate-loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .portfolio-details .portfolio-title {
font-size: 26px;
font-weight: 700;
margin-bottom: 20px;
}
.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
margin-top: 5px;
text-align: center;
}
.portfolio-details .portfolio-details-carousel .owl-dot {
display: inline-block;
margin: 0 5px;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #ddd !important;
}
.portfolio-details .portfolio-details-carousel .owl-dot.active {
background-color: #d9232d !important;
}
.portfolio-details .portfolio-info {
padding-top: 45px;
}
.portfolio-details .portfolio-info h3 {
font-size: 22px;
font-weight: 400;
margin-bottom: 20px;
}
.portfolio-details .portfolio-info ul {
list-style: none;
padding: 0;
font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
margin-top: 10px;
}
.portfolio-details .portfolio-info p {
font-size: 15px;
padding: 15px 0 0 0;
}
@media (max-width: 992px) {
.portfolio-details .portfolio-info {
padding-top: 20px;
}
} .blog {
padding: 0px 0 0px 0;
}
.blog .entry {
padding: 20px;
margin-bottom: 60px;
overflow: hidden;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .entry .entry-img {
max-height: 400px;
margin: -20px -20px 20px -20px;
overflow: hidden;
}
.blog .entry .entry-title {
font-size: 20px;
line-height: 26px;
font-weight: bold;
padding: 0;
margin: 0 0 20px 0;
}
.blog .entry .entry-title a {
color: #556270;
transition: 0.3s;
}
.blog .entry .entry-title a:hover {
color: #d9232d;
}
.blog .entry .entry-meta {
margin-bottom: 15px;
color: #c1c8d0;
}
.blog .entry .entry-meta ul {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
}
.blog .entry .entry-meta ul li + li {
padding-left: 20px;
}
.blog .entry .entry-meta i {
font-size: 14px;
padding-right: 4px;
}
.blog .entry .entry-meta a {
color: #a4afba;
font-size: 14px;
display: inline-block;
line-height: 1;
}
.blog .entry .entry-content p {
line-height: 24px;
font-size: 15px;
}
.blog .entry .entry-content .read-more {
-moz-text-align-last: right;
text-align-last: right;
}
.blog .entry .entry-content .read-more a {
display: inline-block;
background: #d9232d;
color: #fff;
padding: 6px 20px 7px;
transition: 0.3s;
font-size: 14px;
border-radius: 4px;
}
.blog .entry .entry-content .read-more a:hover {
background: #e1444d;
}
.blog .entry .entry-content .link-more a {
display: inline-block;
background: #d9232d;
color: #fff;
padding: 6px 20px 7px;
transition: 0.3s;
font-size: 14px;
border-radius: 4px;
}
.blog .entry .entry-content .link-more a:hover {
background: #e1444d;
}
.blog .entry .entry-content h3 {
font-size: 22px;
margin-top: 30px;
font-weight: bold;
}
.blog .entry .entry-content blockquote {
overflow: hidden;
background-color: #fafafa;
padding: 60px;
position: relative;
text-align: center;
margin: 20px 0;
}
.blog .entry .entry-content blockquote p {
color: #444444;
line-height: 1.6;
margin-bottom: 0;
font-style: italic;
font-weight: 500;
font-size: 22px;
}
.blog .entry .entry-content blockquote .quote-left {
position: absolute;
left: 20px;
top: 20px;
font-size: 36px;
color: #e7e7e7;
}
.blog .entry .entry-content blockquote .quote-right {
position: absolute;
right: 20px;
bottom: 20px;
font-size: 36px;
color: #e7e7e7;
}
.blog .entry .entry-content blockquote::after {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 3px;
background-color: #556270;
margin-top: 20px;
margin-bottom: 20px;
}
.blog .entry .entry-footer {
padding-top: 10px;
border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
color: #8795a4;
display: inline;
}
.blog .entry .entry-footer a {
color: #a4afba;
transition: 0.3s;
}
.blog .entry .entry-footer a:hover {
color: #d9232d;
}
.blog .entry .entry-footer .cats {
list-style: none;
display: inline;
padding: 0 20px 0 0;
font-size: 14px;
}
.blog .entry .entry-footer .cats li {
display: inline-block;
}
.blog .entry .entry-footer .tags {
list-style: none;
display: inline;
padding: 0;
font-size: 14px;
}
.blog .entry .entry-footer .tags li {
display: inline-block;
}
.blog .entry .entry-footer .tags li + li::before {
padding-right: 6px;
color: #6c757d;
content: ",";
}
.blog .entry .entry-footer .share {
font-size: 16px;
}
.blog .entry .entry-footer .share i {
padding-left: 5px;
}
.blog .entry-single {
margin-bottom: 30px;
}
.blog .entry-single .entry-title {
font-size: 32px;
line-height: 38px;
}
.blog .blog-author {
padding: 20px;
margin-bottom: 30px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
width: 120px;
}
.blog .blog-author h4 {
margin-left: 140px;
font-weight: 600;
font-size: 22px;
margin-bottom: 0px;
padding: 0;
}
.blog .blog-author .social-links {
margin: 0 0 5px 140px;
}
.blog .blog-author .social-links a {
color: #c1c8d0;
}
.blog .blog-author p {
margin-left: 140px;
font-style: italic;
color: #b7b7b7;
}
.blog .blog-comments {
margin-bottom: 30px;
}
.blog .blog-comments .comments-count {
font-weight: bold;
}
.blog .blog-comments .comment {
margin-top: 30px;
position: relative;
}
.blog .blog-comments .comment .comment-img {
width: 50px;
}
.blog .blog-comments .comment h5 {
margin-left: 65px;
font-size: 16px;
margin-bottom: 2px;
}
.blog .blog-comments .comment h5 a {
font-weight: bold;
color: #444444;
transition: 0.3s;
}
.blog .blog-comments .comment h5 a:hover {
color: #d9232d;
}
.blog .blog-comments .comment h5 .reply {
padding-left: 10px;
color: #556270;
}
.blog .blog-comments .comment time {
margin-left: 65px;
display: block;
font-size: 14px;
color: #c1c8d0;
margin-bottom: 5px;
}
.blog .blog-comments .comment p {
margin-left: 65px;
}
.blog .blog-comments .comment.comment-reply {
padding-left: 40px;
}
.blog .blog-comments .reply-form {
margin-top: 30px;
padding: 30px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form h4 {
font-weight: bold;
font-size: 22px;
}
.blog .blog-comments .reply-form p {
font-size: 14px;
}
.blog .blog-comments .reply-form input {
border-radius: 0;
padding: 20px 10px;
font-size: 14px;
}
.blog .blog-comments .reply-form input:focus {
box-shadow: none;
border-color: #e9797f;
}
.blog .blog-comments .reply-form textarea {
border-radius: 0;
padding: 10px 10px;
font-size: 14px;
}
.blog .blog-comments .reply-form textarea:focus {
box-shadow: none;
border-color: #e9797f;
}
.blog .blog-comments .reply-form .form-group {
margin-bottom: 25px;
}
.blog .blog-comments .reply-form .btn-primary {
border-radius: 4;
padding: 10px 20px;
border: 0;
background-color: #556270;
}
.blog .blog-comments .reply-form .btn-primary:hover {
background-color: #d9232d;
}
.blog .blog-pagination {
color: #8795a4;
}
.blog .blog-pagination ul {
display: flex;
padding-left: 0;
list-style: none;
}
.blog .blog-pagination li {
border: 1px solid #edeff1;
margin: 0 5px;
transition: 0.3s;
}
.blog .blog-pagination li.active {
background: white;
}
.blog .blog-pagination li a {
color: #aaaaaa;
padding: 7px 16px;
display: inline-block;
}
.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
background: #d9232d;
border: 1px solid #d9232d;
}
.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
color: #fff;
}
.blog .blog-pagination li.disabled {
background: #fff;
border: 1px solid white;
}
.blog .blog-pagination li.disabled i {
color: #f1f1f1;
padding: 10px 16px;
display: inline-block;
}
.blog .sidebar {
padding: 30px;
margin: 0 0 60px 20px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .sidebar .sidebar-title {
font-size: 20px;
font-weight: 700;
padding: 0 0 0 0;
margin: 0 0 15px 0;
color: #556270;
position: relative;
}
.blog .sidebar .sidebar-item {
margin-bottom: 30px;
}
.blog .sidebar .search-form form {
background: #fff;
border: 1px solid #556270;
padding: 3px 10px;
position: relative;
border-radius: 4px;
}
.blog .sidebar .search-form form input[type="text"] {
border: 0;
padding: 4px;
width: calc(100% - 40px);
}
.blog .sidebar .search-form form button {
position: absolute;
top: 0;
right: -2px;
bottom: 0;
border: 0;
background: none;
font-size: 16px;
padding: 0 15px;
margin: -1px;
background: #556270;
color: #fff;
transition: 0.3s;
border-radius: 0 4px 4px 0;
}
.blog .sidebar .search-form form button:hover {
background: #6b7b8d;
}
.blog .sidebar .categories ul {
list-style: none;
padding: 0;
}
.blog .sidebar .categories ul li + li {
padding-top: 10px;
}
.blog .sidebar .categories ul a {
color: #6b7b8d;
}
.blog .sidebar .categories ul a:hover {
color: #d9232d;
}
.blog .sidebar .categories ul a span {
padding-left: 5px;
color: #c1c8d0;
font-size: 14px;
}
.blog .sidebar .recent-posts .post-item + .post-item {
margin-top: 15px;
}
.blog .sidebar .recent-posts img {
width: 80px;
float: left;
}
.blog .sidebar .recent-posts h4 {
font-size: 15px;
margin-left: 95px;
font-weight: bold;
}
.blog .sidebar .recent-posts h4 a {
color: #292f36;
transition: 0.3s;
}
.blog .sidebar .recent-posts h4 a:hover {
color: #d9232d;
}
.blog .sidebar .recent-posts time {
display: block;
margin-left: 95px;
font-style: italic;
font-size: 14px;
color: #c1c8d0;
}
.blog .sidebar .tags {
margin-bottom: -10px;
}
.blog .sidebar .tags ul {
list-style: none;
padding: 0;
}
.blog .sidebar .tags ul li {
display: inline-block;
}
.blog .sidebar .tags ul a {
color: #96a2af;
font-size: 14px;
padding: 6px 14px;
margin: 0 6px 8px 0;
border: 1px solid #dee2e6;
display: inline-block;
border-radius: 4px;
transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
color: #fff;
border: 1px solid #d9232d;
background: #d9232d;
}
.blog .sidebar .tags ul a span {
padding-left: 5px;
color: #fbfbfc;
font-size: 14px;
} #footer {
background: #4a5562;
padding: 0 0 30px 0;
color: #fff;
font-size: 14px;
}
#footer .footer-top {
background: #515d6a;
padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
font-size: 24px;
margin: 0 0 20px 0;
padding: 2px 0 2px 0;
line-height: 1;
font-weight: 700;
}
#footer .footer-top .footer-info p {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
font-family: "Raleway", sans-serif;
color: #fff;
}
#footer .footer-top .social-links a {
font-size: 18px;
display: inline-block;
background: rgba(255, 255, 255, 0.1);
color: #fff;
line-height: 1;
padding: 8px 0;
margin-right: 4px;
border-radius: 4px;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
background: #d9232d;
color: #fff;
text-decoration: none;
}
#footer .footer-top h4 {
font-size: 16px;
font-weight: 600;
color: #fff;
position: relative;
padding-bottom: 12px;
}
#footer .footer-top .footer-links {
margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}
#footer .footer-top .footer-links ul i {
padding-right: 2px;
color: rgba(255, 255, 255, 0.6);
font-size: 18px;
line-height: 1;
}
#footer .footer-top .footer-links ul li {
padding: 10px 0;
display: flex;
align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
}
#footer .footer-top .footer-links ul a {
color: rgba(255, 255, 255, 0.6);
transition: 0.3s;
display: inline-block;
line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
color: white;
}
#footer .footer-top .footer-newsletter form {
margin-top: 30px;
background: #fff;
padding: 6px 10px;
position: relative;
border-radius: 4px;
}
#footer .footer-top .footer-newsletter form input[type="email"] {
border: 0;
padding: 4px;
width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type="submit"] {
position: absolute;
top: 0;
right: -2px;
bottom: 0;
border: 0;
background: none;
font-size: 16px;
padding: 0 20px 2px 20px;
background: #d9232d;
color: #fff;
transition: 0.3s;
border-radius: 0 4px 4px 0;
}
#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
background: #df3740;
}
.footer-newsletter input[type="submit"]{
border: 0;
background: none;
font-size: 16px;
padding: 6px 20px 8px 20px;
background: #d9232d;
color: #fff;
transition: 0.3s;
border-radius: 4px;
}
#footer .copyright {
text-align: center;
padding-top: 30px;
}
#footer .credits {
padding-top: 10px;
text-align: center;
font-size: 13px;
color: rgba(255, 255, 255, 0.6);
}
#footer .credits a {
color: rgba(255, 255, 255, 0.6);
transition: 0.3s;
font-weight: 600;
}
#footer .credits a:hover {
color: white;
}
#banner {
margin-bottom: 0px !important;
padding: 0 0px 0px 0px;
}
#banner img {
width:100%;
}
@media only screen and (min-width:200px) and (max-width:400px) {
#banner {
margin-bottom: 0px !important;
padding: 0% 0px 0px 0px;
}
}
@media only screen and (min-width:401px) and (max-width:560px) {
#banner {
margin-bottom: 0px !important;
padding: 0% 0px 0px 0px;
}
}
@media only screen and (min-width:561px) and (max-width:670px) {
#banner {
margin-bottom: 0px !important;
padding: 0% 0px 0px 0px;
}
}
@media only screen and (min-width:671px) and (max-width:767px) {
#banner {
margin-bottom: 0px !important;
padding: 0% 0px 0px 0px;
}
}
@media only screen and (min-width:768px) and (max-width:899px) {
#banner {
margin-bottom: 0px !important;
padding: 0% 0px 0px 0px;
}
}
@media only screen and (min-width:900px) and (max-width:999px) {
#banner {
margin-bottom: 0px !important;
padding: 0% 0px 0px 0px;
}
}
@media only screen and (min-width:1000px) and (max-width:1149px) {
#banner {
margin-bottom: 0px !important;
padding: 0% 0px 0px 0px;
}
}
@media only screen and (min-width:1150px) and (max-width:1299px) {
#banner {
margin-bottom: 0px !important;
padding: 0% 0px 0px 0px;
}
}
@media only screen and (min-width:1300px) and (max-width:1449px) {
#banner {
margin-bottom: 0px !important;
padding: 0% 0px 0px 0px;
}
} .related-product-section{padding:40px 0 0;}
.related-product-section h2{margin-bottom:20px;}
.shopbox{margin:0 auto 25px; overflow:hidden; -webkit-transition: all .4s ease-out; -moz-transition: all .4s ease-out; -ms-transition: all .4s ease-out; -o-transition: all .4s ease-out; transition: all .4s ease-out; position:relative; z-index:1; padding:0;}
.shopbox .product-image{position:relative; text-align:center; overflow:hidden; background:#e6e6e6;}
.shopbox .product-image img{width:100%; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.shopbox .oncollect{position:absolute; left:5px; top:5px; width:auto; height:auto; background:#d9232d; padding:3px 7px 7px; font-size:11px; line-height:normal; color:#fff; font-weight:400; border-radius:15px;}
.shopbox .onvirtual{position:absolute; right:5px; top:5px; width:auto; height:auto; background:#d9232d; padding:3px 7px 7px; font-size:11px; line-height:normal; color:#fff; font-weight:400; border-radius:15px;}
.shopbox .product-desc{background:#fbfbfb; padding:12px 12px 15px 12px; text-align:center;}
.shopbox h2{font-size:18px; line-height:24px; color:#222; font-weight:500; letter-spacing:0.2px; margin-bottom:8px;}
.shopbox h2 a{color:#222; transition: all 0.4s ease-in-out 0s;}
.shopbox h2 a:hover{color:#d9232d;}
.shopbox .product-location{font-size:15px; line-height:20px; color:#666; font-weight:400; margin-bottom:8px;}
.shopbox .product-location h6{font-size:15px; line-height:20px; color:#666; font-weight:400; margin:0px;}
.shopbox .product-price{font-size:16px; line-height:20px; color:#d9232d; font-weight:600; margin:0px;}
.shopbox .product-button{clear: both; padding: 6px 0 !important; position: absolute; bottom: -100px; left: 50%; min-width: 120px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); text-align: center; z-index: 95; margin: 0 !important; -webkit-box-shadow: 0px 0px 5.95px 1.05px rgba(0,0,0,0.06); -moz-box-shadow: 0px 0px 5.95px 1.05px rgba(0,0,0,0.06); box-shadow: 0px 0px 5.95px 1.05px rgba(0,0,0,0.06); -webkit-border-radius: 21px; -moz-border-radius: 21px; border-radius: 21px; background: #fff; display: flex; justify-content: space-around; align-items: center; filter: alpha(opacity=0); opacity: 0; -webkit-transition: .3s ease-out 0s; -moz-transition: .3s ease-out 0s; -ms-transition: .3s ease-out 0s; -o-transition: .3s ease-out 0s; transition: .3s ease-out 0s;}
.shopbox:hover .product-button{filter:alpha(opacity=100); opacity:1; bottom:20px;}
.shopbox .product-button ul{margin:0px; padding:0px; list-style:none;}
.shopbox .product-button ul li{display:inline-block; vertical-align:middle; margin:0 5px; font-size:17px; color:#666;}
.shopbox .product-button ul li a{color:#666; background: none; border: none; color: #222; display: block; height: 30px; letter-spacing: 0;line-height: 30px; margin: 0; padding: 0; text-align: center; text-transform: none; width: 30px; -webkit-border-radius: 100%; -moz-border-radius: 100%;border-radius: 100%; -webkit-transition: 0.3s ease; -moz-transition: 0.3s ease; -ms-transition: 0.3s ease; -o-transition: 0.3s ease; transition: 0.3s ease;}
.shopbox .product-button ul li a:hover{background:#d9232d; color:#fff;}
.shopbox:hover{box-shadow: 0px 3px 13px 1px rgba(0,0,0,.12);}
.shopbox:hover .product-image img{-webkit-transform: scale(1.04); transform: scale(1.04);}
.product-location{font-size:15px; line-height:20px; color:#666; font-weight:400; margin-bottom:8px;}
.product-location h6{font-size:15px; line-height:20px; color:#666; font-weight:400; margin:0px;}
.product-price{font-size:16px; line-height:20px; color:#d9232d; font-weight:600; margin:0px;}
.oncollect{position:absolute; left:5px; top:5px; width:auto; height:auto; background:#d9232d; padding:3px 7px 7px; font-size:11px; line-height:normal; color:#fff; font-weight:400; border-radius:15px; z-index:9;}
.onvirtual{position:absolute; right:5px; top:5px; width:auto; height:auto; background:#d9232d; padding:3px 7px 7px; font-size:11px; line-height:normal; color:#fff; font-weight:400; border-radius:15px; z-index:9;}
.shopbox .product-desc{background:#fbfbfb; padding:12px 12px 15px 12px; text-align:center;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{text-align:center;}
.woocommerce ul.products li.product h2, .woocommerce-page ul.products li.product h2{font-size:18px; line-height:24px; color:#222; font-weight:500; letter-spacing:0.2px; margin-bottom:8px;}
.woocommerce ul.products li.product h2 a, .woocommerce-page ul.products li.product h2 a{color:#222; transition: all 0.4s ease-in-out 0s;}
.woocommerce ul.products li.product h2 a:hover, .woocommerce-page ul.products li.product h2 a:hover{color:#d9232d;}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link{display:block; width:100%; height:100%;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{width:23%; margin:0 2.6% 30px 0;  overflow:hidden; -webkit-transition: all .4s ease-out; -moz-transition: all .4s ease-out; -ms-transition: all .4s ease-out; -o-transition: all .4s ease-out; transition: all .4s ease-out; position:relative; z-index:1; padding:0;}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover{box-shadow: 0px 3px 13px 1px rgba(0,0,0,.12);}
.woocommerce ul.products li.product img.size-woocommerce_thumbnail, .woocommerce-page ul.products li.product img.size-woocommerce_thumbnail{width:100%; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.woocommerce ul.products li.product:hover img.size-woocommerce_thumbnail, .woocommerce-page ul.products li.product:hover img.size-woocommerce_thumbnail{-webkit-transform: scale(1.04); transform: scale(1.04);}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last{margin-right:0px;}
.woocommerce div.product div.summary button.single_add_to_cart_button{display: inline-block; vertical-align: middle; border-radius: 30px; padding: 0 30px; background: #d9232d; color: #fff; font-size: 18px; line-height: 45px; text-align: center; font-weight: 500; box-shadow: none; border: none;}
.woocommerce div.product div.summary form.cart .quantity input[type="number"]{width:95px;}
.woocommerce div.product div.summary .price{font-size: 22px; line-height: normal; color: #666; font-weight: 600; margin: 0px 0 15px;}
.woocommerce div.product div.summary h1.product_title{margin-bottom:10px;}
.woocommerce div.product div.summary form.cart{margin-bottom:10px;}
.woocommerce div.product div.summary .product_meta{margin-top:18px;}
.woocommerce div.product div.summary .product_meta .posted_in{font-weight:700;}
.woocommerce div.product div.summary .product_meta .posted_in a{font-weight:400;}
.woocommerce-tabs h2{font-size:22px;}
.woocommerce-tabs .woocommerce-product-attributes.shop_attributes{border: 0; border-top: 1px dotted rgba(0,0,0,.1); margin-bottom: 1.618em;
width: 100%; border: 2px solid #e5e5e5 !important; border-radius: 0 !important; border-collapse: collapse !important;}
.woocommerce-tabs .woocommerce-product-attributes.shop_attributes th{width:250px; border-right:1px solid #e5e5e5 !important;}
.woocommerce-tabs .woocommerce-product-attributes.shop_attributes td{padding:0 15px;}
.related.products h2{margin-bottom:25px;}
.woocommerce ul.products li.product .button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .woocommerce-page ul.products li.product .button.product_type_simple.add_to_cart_button.ajax_add_to_cart{display:none;}
.woocommerce ul.products li.product .price{font-size:16px; line-height:20px; color:#d9232d; font-weight:600; margin:0px 0 18px;}  .woocommerce ul.products li.product .alg-wc-wl-btn, .woocommerce-page ul.products li.product .alg-wc-wl-btn{color:#666; background: none; border: none; color: #222; display: block; height:40px; letter-spacing: 0;line-height: 40px; margin: 0; padding: 0; text-align: center; text-transform: none; width: 40px; -webkit-border-radius: 100%; -moz-border-radius: 100%;border-radius: 100%; -webkit-transition: 0.3s ease; -moz-transition: 0.3s ease; -ms-transition: 0.3s ease; -o-transition: 0.3s ease; transition: 0.3s ease; position: absolute; top: 50% !important; right: 28% !important;  -webkit-transform: translateX(-28%); -moz-transform: translateX(-28%); transform: translateX(-28%); text-align: center; z-index: 95; margin: 0 !important; -webkit-box-shadow: 0px 0px 5.95px 1.05px rgba(0,0,0,0.06); -moz-box-shadow: 0px 0px 5.95px 1.05px rgba(0,0,0,0.06); box-shadow: 0px 0px 5.95px 1.05px rgba(0,0,0,0.06); -webkit-border-radius: 21px; -moz-border-radius: 21px; border-radius: 21px; background: #fff; opacity:0; left:auto !important;}
.woocommerce ul.products li.product .alg-wc-wl-btn i, .woocommerce-page ul.products li.product .alg-wc-wl-btn i{line-height:40px;}
.woocommerce ul.products li.product .button_icon, .woocommerce-page ul.products li.product .button_icon{color:#666; background: none; border: none; color: #222; display: block; height:40px; letter-spacing: 0;line-height: 40px; margin: 0; padding: 0; text-align: center; text-transform: none; width: 40px; -webkit-border-radius: 100%; -moz-border-radius: 100%;border-radius: 100%; -webkit-transition: 0.3s ease; -moz-transition: 0.3s ease; -ms-transition: 0.3s ease; -o-transition: 0.3s ease; transition: 0.3s ease; position: absolute; top: 50%; left: 40%;  -webkit-transform: translateX(-40%); -moz-transform: translateX(-40%); transform: translateX(-40%); text-align: center; z-index: 95; margin: 0 !important; -webkit-box-shadow: 0px 0px 5.95px 1.05px rgba(0,0,0,0.06); -moz-box-shadow: 0px 0px 5.95px 1.05px rgba(0,0,0,0.06); box-shadow: 0px 0px 5.95px 1.05px rgba(0,0,0,0.06); -webkit-border-radius: 21px; -moz-border-radius: 21px; border-radius: 21px; background: #fff; opacity:0;}
.woocommerce ul.products li.product:hover .button_icon, .woocommerce-page ul.products li.product:hover .button_icon{opacity:1;}
.woocommerce ul.products li.product:hover .alg-wc-wl-btn, .woocommerce-page ul.products li.product:hover .alg-wc-wl-btn{opacity:1;}
.pagination{margin:40px auto 0; padding:0px; text-align:center; border:#e6e6e6 solid 1px; border-radius:5px; overflow:hidden; display:inline-block;}
.pagination ul{margin:0px; padding:0px; list-style:none; background:#fff;}
.pagination ul li{margin:0 0px;display:inline-block; vertical-align:middle; background:#fff;}
.pagination ul li a{min-width:inherit; height:auto; padding:0 15px 2px; border-right:#e6e6e6 solid 1px; border-radius:3px; display:block; font-size:15px; line-height:42px; color:#717a8f; font-weight:600; display:block; background:#fff;}
.pagination ul li:last-child a{border-right:none;}
.pagination ul li a:hover{color:#d9232d;}
.pagination ul li.active a{color:#d9232d;}
.singlepage{padding-top:170px;}
.shopwoo-image{margin:0px; padding:0px; position:relative;}
.shopwoo-image img{width:100%;}
.summary h1{font-size:30px; line-height:normal; color:#666; font-weight:400; margin:0px;}
.location-rating{padding:5px 0; border-top:1px solid #ebebeb; border-bottom:1px solid #ebebeb; margin:10px 0 25px;}
h6.shopwoo-location{width:auto; margin-bottom:0px; font-size:16px; font-weight:600;}
.woocommerce-product-rating{float:right; width:auto;}
.location-rating ul{margin:0px 5px 0 0; padding:3px 0 0 0px; list-style:none; display:inline-block; vertical-align:middle;}
.location-rating ul li{display:inline-block; vertical-align:middle;}
.location-rating ul li img{vertical-align:top;}
.location-rating .woocommerce-review-link{display:inline-block; vertical-align:middle; font-size:12px;}
.shopwoo-price{font-size:22px; line-height:normal; color:#666; font-weight:600; margin:0px 0 15px;}
.quantity{display:inline-block; vertical-align:middle;}
.quantity input[type="number"]{background: none;border: 1px solid #e7e7e7; color: #222; font-size: 1em; font-weight: 400; height: 45px; line-height: 43px; padding: 0; width: 95px; -webkit-border-radius: 24px; -moz-border-radius: 24px; border-radius: 24px; text-align:center; margin-right:10px;}
.single_add_to_cart_button.button{display:inline-block; vertical-align:middle; border-radius:30px; padding:0 30px; background:#d9232d; color:#fff; font-size:18px; line-height:45px; text-align:center; font-weight:500; box-shadow:none; border:none;}
.single_add_to_cart_button.button:hover{opacity:0.9;}
.woovirtualcollect{margin:20px 0 10px;}
.woovirtualcollect ul{padding-left:0px; list-style:none; margin-bottom:0px;}
.woovirtualcollect ul li{margin-bottom:2px; position:relative;}
.woovirtualcollect ul li i{font-size:26px; margin-right:3px; vertical-align:middle;}
.woovirtualcollect ul li a{color:#222;}
.woovirtualcollect ul li a:hover{color:#d9232d;}
.woowishlist{margin:10px 0 20px;}
.woowishlist ul{margin:0 0 0 5px; padding:0; list-style:none;}
.woowishlist ul li{display:inline-block; vertical-align:middle;}
.woowishlist ul li i{font-size:20px; margin-right:3px; vertical-align:middle;}
.woowishlist ul li a{color:#222;}
.woowishlist ul li a:hover{color:#d9232d;}
.woopro-category{margin:0px; padding:0px;}
.woopro-category ul{margin:0 0 0 5px; padding:0; list-style:none;}
.woopro-category ul li{display:inline-block; vertical-align:middle; padding:0 10px 0 2px; position:relative;}
.woopro-category ul li:before{position:absolute; right:0px; bottom:0px; content:'.'; font-size:16px; line-height:normal; color:#000;}
.woopro-category ul li{color:#222;}
.woopro-category ul li a{color:#222;}
.woopro-category ul li a:hover{color:#d9232d;}
.woopro-category ul li:first-child{padding-right:4px;}
.woopro-category ul li:first-child:before{display:none;}
.woopro-category ul li:last-child{padding-right:0px;}
.woopro-category ul li:last-child:before{display:none;}
.shopwoo-tab{text-align:center; padding:30px 0px; background:#fbfbfb; margin:30px auto 0px;}
.shopwoo-tab ul.nav.shopwootab{border-bottom:#e1e1e1 solid 1px; display:block;}
.shopwoo-tab ul.nav.shopwootab li{margin:0px 5px; display:inline-block; vertical-align:top; width:auto; border-radius:0px; background:none;}
.shopwoo-tab ul.nav.shopwootab li:first-child{margin-left:0px;}
.shopwoo-tab ul.nav.shopwootab li:last-child{margin-right:0px;}
.shopwoo-tab ul.nav.shopwootab li a{width:auto; color:#222; padding:12px 15px; border-radius:0px; font-weight:600; display:block;}
.shopwoo-tab .tab-content{}
.shopwoo-tab ul.nav.shopwootab li a.active{background:transparent; color:#d9232d;}
.shopwoo-tab .tab-content > .active{opacity:1;}
.shopwoo-tab .tab-content{text-align:left; padding:30px 30px 0;}
.shopwoo-tab .tab-content h3{font-size:22px;}
.shopwoo-tab table.woocommerce-product-attributes.shop_attributes{border:0; border-top:1px dotted rgba(0,0,0,.1); margin-bottom:1.618em; width:100%; border:2px solid #e5e5e5 !important; border-radius: 0 !important; border-collapse: collapse !important;}
.shopwoo-tab table.woocommerce-product-attributes.shop_attributes th{font-weight:700; padding:8px 12px; border-top:0; border-bottom: 1px dotted rgba(0,0,0,.1);margin: 0; line-height: 1.5; border: 1px solid #e5e5e5 !important;}
.shopwoo-tab table.woocommerce-product-attributes.shop_attributes td{font-style: italic; padding:0 12px; border-top: 0; border-bottom: 1px dotted rgba(0,0,0,.1); margin: 0; line-height: 1.5; border: 1px solid #e5e5e5 !important}
.shopwoo-tab table.woocommerce-product-attributes.shop_attributes tr:nth-child(2n) th {background: rgba(0,0,0,.025);}
.shopwoo-tab table.woocommerce-product-attributes.shop_attributes tr:nth-child(2n) td {background: rgba(0,0,0,.025);}
.review-profile{padding-top:10px; padding-bottom:10px; border-bottom:1px solid rgba(0,0,0,.1); margin-bottom:25px;}
.review-profile-picture{display:inline-block; vertical-align:top; margin-right:15px;}
.review-profile-text{display:inline-block; vertical-align:top;}
.review-profile h4{font-size:18px;}
.review-profile-rating{margin-bottom:5px;}
.review-profile-rating img{vertical-align:top;}
.review-comment-title{font-size:16px; font-weight:600;}
.review-comment-note{margin-bottom:15px;}
.review-comment-note span{color:#d9232d;}
.review-comment-star{margin-bottom:12px;}
.review-comment-form{max-width:60%;}
.review-comment-form label{display:block; margin-bottom:0px;}
.review-comment-form input[type="text"],.review-comment-form input[type="email"],.review-comment-form input[type="tel"],.review-comment-form textarea{width:100%; height:42px; border:#a8a8a8 solid 1px; font-size:14px; line-height:normal; font-weight:400; color:#000; margin:0px 0 3px; padding:0 15px;}
.review-comment-form textarea{padding:10px 15px; resize:none; height:90px;}
.review-comment-form input[type="submit"]{margin:0px; padding:0px 30px; background:#d9232d; text-align:center; font-size:18px; line-height:42px; display:inline-block; vertical-align:top; color:#fff; font-weight:600; border:none;} .site-topbar{text-align:right;}
.site-topbar ul{margin:0px; padding:0px; list-style:none;}
.site-topbar ul li{margin:0px; padding:0px 10px 0 15px; display:inline-block; vertical-align:middle; font-size:15px; line-height:20px; color:#333; font-weight:400; position:relative;}
.site-topbar ul li a{color:#333;}
.site-topbar ul li a:hover{color:#d9232d;}
.site-topbar ul li.viewcart i{font-size:20px;}
.site-topbar ul li.viewcart .cartcount{position:absolute; left:1px; top:-4px; width:18px; height:18px; border-radius:50%; text-align:center; font-size:10px; line-height:18px; color:#fff; font-weight:600; background:#d9232d;}
.site-topbar ul li:last-child{padding-right:0px;}
.nav-menu ul li svg{width:0px; height:0px; display:none;}
.nav-menu .menu-primary-menu-container > ul {display: flex;}
.nav-menu .menu-primary-menu-container > ul> li {position: relative; white-space: nowrap; padding: 12px 0 12px 23px;}
#footer .footer-top .footer-info #text-2{padding:0px;}
#footer .footer-top .footer-info h2{font-size: 24px; margin: 0 0 20px 0; padding: 2px 0 2px 0; line-height: 1; font-weight: 700;}
.contact .php-email-form p{text-align:center !important;}
.contact .php-email-form textarea{height:150px !important;}
.fixed-top{position:static;}
.fixed-top.header-scrolled{position:fixed;}
section#hero{padding:0 0 0px; height:auto !important;}
section#hero .o-sliderContainer{margin-bottom:0px !important;}
.shop-section h1.page-title{margin-bottom:25px;}
.woocommerce-cart-form .shop_table .actions .coupon .input-text{width:auto;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{background-color:#d9232d;}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{background-color:#d9232d; opacity:0.9;}
.cart-collaterals .cart_totals h2{font-size:24px; line-height:28px; margin-bottom:10px;}
.woocommerce-error, .woocommerce-info, .woocommerce-message{padding:1em 2em 1em 3.5em !important; margin:0 0 1em !important;}
.woocommerce-terms-and-conditions-wrapper{margin-bottom:30px;} .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{margin-top:0px !important; box-shadow:none !important; margin-left:0px;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{margin:0 2% 2.992em 0; width:23.5%; position:relative; background:#fff;}
.woocommerce ul.products li.product:nth-child(4n+4), .woocommerce-page ul.products li.product:nth-child(4n+4){margin-right:0px;}
.add-to-cart{margin-top:20px;}
.woocommerce ul.products li.product .tinv-wishlist, .woocommerce-page ul.products li.product .tinv-wishlist{position:absolute !important; left:0px; top:0px; z-index:11; background:#fbda70; margin:0px !important; font-weight:900; margin-left:0px !important;}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{ height:auto; max-height:300px; border:#d6d6d6 solid 1px; width:99.6%;}
ul.products li.product .tinvwl_add_to_wishlist_button{margin-top:0px !important;}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link{width:99.6%;}
.woocommerce ul.products li.product h2, .woocommerce-page ul.products li.product h2{margin:0px 12px !important; min-height:56px;}
.woocommerce ul.products li.product .star-rating, .woocommerce-page ul.products li.product .star-rating{margin:0px 12px 10px; float:right;}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price{margin:0px 12px 10px;}
.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button{margin:0px 12px 20px;}
.tinvwl-buttons-group.tinv-wishlist-clear button{background-color:#ebe9eb !important; color:#333; font-weight:400;}
.tinvwl-buttons-group.tinv-wishlist-clear button:hover{background-color:#dad8da !important; color:#333;}
.woocommerce-product-gallery{padding:0px 0%; width:45% !important; border:#d6d6d6 solid 2px;}
.product h1.product_title.entry-title{font-size:30px; line-height:32px; margin-bottom:15px;}
.product .price{margin-bottom:20px;}
.product .woocommerce-product-details__short-description p{margin-bottom:30px;}
.woocommerce .quantity .qty{height:37px;}
.woocommerce div.product .woocommerce-tabs ul.tabs{width:100% !important; padding:0px !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background-color: #eee !important;}
.woocommerce div.product .woocommerce-tabs .panel{padding:0px 15px 20px;}
.woocommerce div.product .woocommerce-tabs .panel h2{margin-bottom:12px;}
.related products h2{margin-bottom:20px;}
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale{width:60px;}
.products-section .woocommerce-ordering{margin-top:-25px;}
.related.products h2{font-size:24px; margin-bottom:15px;}
.description_tab a:before{display:none;}
.reviews_tab a:before{display:none;}
.woocommerce-Reviews #comments{padding-top:0em;}
.coupon #coupon_code{width:140px !important;}
.form-row input[type="number"], .form-row input[type="text"], .form-row input[type="email"], .form-row input[type="password"], .form-row input[type="tel"], .form-row select, .form-row textarea{height:42px !important; padding:0px 10px;}
.form-row textarea{height:90px !important; padding:8px 10px;}
.select2-container .select2-selection--single{height:40px !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:40px !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:36px !important;}
#customer_details{margin-bottom:25px;}
#customer_details h3{font-size:24px; margin-bottom:12px;}
h3#order_review_heading{font-size:24px; margin-bottom:12px;}
.form-row.form-row-wide.address-field.validate-required.validate-state.woocommerce-invalid.woocommerce-invalid-required-field label{color:#333;}
.woocommerce-order p{margin-bottom:20px;}
.woocommerce-order p.woocommerce-thankyou-order-received{font-size:20px;}
.woocommerce-order h2{font-size:24px; margin-bottom:15px;}
.woocommerce-order .woocommerce-customer-details address{padding:18px;}
.tinv-wishlist .tinv-header h2{font-size:24px;}
.tinv-wishlist table.tinvwl-table-manage-list{border:1px solid #bbb;}
.tinv-wishlist table.tinvwl-table-manage-list tr.wishlist_item{border-bottom:1px solid #bbb;}
.cart_totals h2{font-size:24px; margin-bottom:10px;}
.woocommerce-MyAccount-navigation{border:#eee solid 1px; padding:10px 0px;}
.woocommerce-MyAccount-navigation ul{margin:0px; padding:0px; line-height:none;}
.woocommerce-MyAccount-navigation ul li{display:block; width:100%; border-bottom:#eee solid 1px; padding:10px 20px 10px 40px !important; position:relative; margin:0px;}
.woocommerce-MyAccount-navigation ul li a{color:#444444;}
.woocommerce-MyAccount-navigation ul li:last-child{border:none;}
.woocommerce-MyAccount-navigation ul li a:hover{color:#d9232d;}
.woocommerce-MyAccount-navigation ul li.is-active a{color:#d9232d;}
.woocommerce-MyAccount-navigation ul li:after{position:absolute; left:12px; top:13px; content:''; font-size:18px; line-height:20px; color:#3a3939; z-index:9; width:20px; height:19px; background:url(//www.highpointmedia.co.uk/projects/iat/wp-content/uploads/2020/09/icon.png) no-repeat 0 0;}
.woocommerce-MyAccount-navigation ul li:hover:after{color:#337ab7; background:url(//www.highpointmedia.co.uk/projects/iat/wp-content/uploads/2020/09/icon-hover.png) no-repeat 0 0;}
.woocommerce-MyAccount-navigation ul li.is-active:after{color:#337ab7; background:url(//www.highpointmedia.co.uk/projects/iat/wp-content/uploads/2020/09/icon-hover.png) no-repeat 0 0;}
.woocommerce-MyAccount-content a{color:#d9232d;}
.woocommerce-MyAccount-content p{margin-bottom:15px;}
.woocommerce-MyAccount-content h3{font-size:20px; margin-bottom:12px;}
.woocommerce-EditAccountForm.edit-account legend{font-size:20px; font-weight:600;}
.woocommerce-MyAccount-content .shop_table a.button_icon{font-size:20px;}
.woocommerce-MyAccount-content .shop_table .button.product_type_simple{display:none;}
.woocommerce-MyAccount-content .shop_table .alg-wc-wl-btn:hover i{-webkit-transform: translateZ(0) scale(1, 1); transform: translateZ(0) scale(1, 1);}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; width:50%;}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; width:50%;}
.woocommerce form .form-row{margin-bottom:15px;}
.woocommerce form .form-row label{line-height:15px; width:100%;}
.woocommerce-input-wrapper{width:100%; display:block;}
.woocommerce-address-fields__field-wrapper{margin-bottom:20px;}
.woocommerce form .form-row .password-input{display:block; width:100%;}
.entry-article{margin:0 0 50px;}
.entry-article .entry-meta{margin:10px 0 20px;}
.entry-article .entry-meta ul{padding-left:0px; margin-bottom:0px;}
.entry-article .entry-meta ul li{display:inline-block !important; margin-right:15px;}
.entry-article .entry-meta ul li a{color:#000}
.entry-article .entry-meta ul li a:hover{color:#d9232d}
.entry-article h2{font-size:30px; line-height:normal; color:#000000; font-weight:700;}
.entry-article h2 a{color:#000;}
.entry-article h2 a:hover{color:#d9232d;}
.entry-article p a.more-link{text-decoration:underline; color:#999;}
.entry-article p a.more-link:hover{text-decoration:none; color:#d9232d;}
aside section{padding:0px 0px; margin:30px 0; border: 3px solid #f6f6f6; padding: 20px; display:inline-block; width:100%;}
aside section h2.widget-title{border-bottom: 3px solid #f6f6f6; text-align: center; color: #000; padding: 13px 10px; position: relative; margin-bottom: 25px; margin-top:0px; font-size:1.2rem; font-weight:700; text-transform:uppercase;}
aside section .tagcloud ul{padding-left:0px;}
aside section .tagcloud ul li{display:inline-block; vertical-align:top; margin-bottom:4px;}
aside section .tagcloud ul li a{padding:2px 8px; border:1px solid #000; color:#000; text-decoration:none; font-size:12px; display:block;}
aside section .tagcloud ul li a:hover{text-decoration:underline;}
aside section .search-form{position:relative;}
aside section .search-form label{display:none;}
aside section .search-form input[type="search"]{margin: 0px; padding: 0px 55px 0px 20px; background: #f9f9f9; border: #c7c6c6 solid 1px; font-size: 16px; line-height: normal; color: #000; font-weight: 400; width: 100%; height: 50px;}
aside section .search-form button[type="submit"]{width: 50px; height: 50px; background: url(//internationalaidtrust.org.uk/wp-content/themes/iat-child/assets/images/blog-search.png) center center no-repeat; border: none; position: absolute; right: 0px; top: 0px; cursor: pointer;}
aside section .search-form button[type="submit"] svg{display:none; width:0px; height:0px;}
.blog h1{font-size:30px; line-height:normal; color:#000000; font-weight:700;}
.entry-footer .cat-tags-links .tags-links svg.icon.icon-hashtag{width:30px; height:40px; margin-right:10px;}
.blog .comments-area{padding:25px 0px 0;}
.blog .comments-area{ width:70%; padding:10px 0;}
.blog .comments-area h3{ color:#4a4a4a; font-weight:bold; margin:0 0 12px;}
.blog .comments-area .comment-form{ width:100%;}
.blog .comments-area .comment-form .lbl01{width:100%; height:auto; color:#646464; font-size:14px; font-weight:normal; margin:0 0 4px;}
.blog .comments-area .comment-form input[type="text"],.blog .comments-area .comment-form input[type="email"],.blog .comments-area .comment-form input[type="tel"],.blog .comments-area .comment-form input[type="number"],.blog .comments-area .comment-form input[type="url"]{width:100%; background:#fff; border:1px solid #c6c6c6; height:42px; padding:5px 10px; margin:0 auto 12px; font-size:14px; line-height:normal; font-weight:normal;}
.blog .comments-area .comment-form textarea{width:100%; height:114px; background:#fff; border:1px solid #c6c6c6; padding:5px 10px; margin:0 auto 18px; resize:none; overflow:auto; font-size:14px; line-height:normal; font-weight:normal;}
.blog .comments-area .comment-form input[type="submit"]{display:inline-block; vertical-align:top; margin:0px; padding:0px 4%; height:auto; background:#d9232d; text-transform:uppercase; color:#fff; font-size:16px; line-height:36px; font-weight:500; border:none; transition: all 0.4s ease-in-out 0s;}
.blog .comments-area .comment-form input[type="submit"]:hover{background:#d9232d; color:#fff; opacity:0.9;}
.blog .comments-area .comment-form p{margin-bottom:0px;}
.navigation.post-navigation{padding-top: 25px; padding-bottom: 50px;}
.navigation.post-navigation .nav-links svg{display:none; width:0px; height:0px;}
.navigation.post-navigation .nav-links .nav-subtitle{display:block; font-size:16px; font-style:italic;}
.navigation.post-navigation .nav-links .nav-previous{width:50%; float: left; padding-right:10px; font-size:22px; font-weight:700;}
.navigation.post-navigation .nav-links .nav-next{width:50%; float: right; padding-left:10px; font-size:22px; font-weight:700;}
.navigation.post-navigation .nav-links a{color:#000;}
.navigation.post-navigation .nav-links a:hover{color:#d9232d;}
#blog{padding:40px 0px;}
.blog h2.comments-title{font-size:17px;}
.comment-author.vcard img{max-width:50px; height:auto;}
.reply{margin-bottom:25px;}
.reply svg{max-width:20px; height:20px; margin-right:5px;}
.detailsimage{max-width:100%; height:auto; margin-bottom:10px;}
.post-thumbnail{margin-bottom:10px;}
.post-thumbnail img{width:100%; height:auto;}
#dz-biblevotd-0{background:#d9232d; color:#fff; text-align:center; width:100%; padding:10px 15px;}
#dz-biblevotd-0 a{color:#000; font-weight:600; text-decoration:underline;}
#dz-biblevotd-0 a:hover{color:#fff; text-decoration:none;}
.tm-description{padding-bottom:25px;}
.tc-cell.tc-width100.tm-description{padding-bottom:15px;}
.tc-cell.tc-width100.tm-description img.alignright{margin-top:-25px;}
.tm-extra-product-options-totals.tm-custom-price-totals{padding:15px 15px 5px 15px; border:#e6e6e6 solid 2px;}
#tm-epo-totals.tm-epo-totals{padding-top:0px !important;}
.summary .quantity .qty{height:45px;}
ul.products.columns-4 li.product-category a img{height:auto;} .breaking-section{width:100%; background:#FFF; border-bottom:0px solid #d8d8d8; padding:10px 0 0 0; margin:0 auto; color:#000;}
.breaking-section h5{color:#595959; font-size:18px; line-height:28px; font-weight:600;}
.breaking-section h5 span.news{background:#f08e80; display:inline-block; padding:0 14px; color:#000; font-weight:600; -webkit-border-radius: 4px; -moz-border-radius:4px; border-radius:4px;}
@media only screen and (min-width:992px) and (max-width:1199px) {
.nav-menu .menu-primary-menu-container > ul > li{padding-left:15px;}
.nav-menu .menu-primary-menu-container > ul > li:last-child{padding-right:8px;}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
#banner img{height:auto;}
}
@media only screen and (min-width:280px) and (max-width:767px) {
#header{padding:5px 0 12px;}
.site-topbar ul li{font-size:14px; line-height:16px;}
.mobile-nav-toggle{right:5px; top:40px; z-index:99999;}
.mobile-nav-active .mobile-nav-toggle i{color:#F00;}
.get-started-btn{margin:6px 35px 0 0;}
#header .logo{max-width:125px;}
.singlepage{padding-top:110px; padding-bottom:30px;}
.shopwoo-left{padding-bottom:20px;}
.summary h1{font-size:24px;}
.shopwoo-tab ul.nav.shopwootab li a{padding:5px 0px;}
.shopwoo-tab{padding:15px 0px;}
.related-product-section{padding:20px 0 0 0;}
.related-product-section h2{font-size:24px;}
.shopwoo-tab .tab-content{padding:20px 20px;}
.shopbox h2{font-size:18px;}
.about .content h2{font-size:24px; line-height:28px; margin-bottom:10px;}
.about .content h3{font-size:19px; line-height:24px;}
.section-title p{font-size:24px; line-height:28px;}
section#services{padding-top:0px;}
.mobile-nav a svg{display:none; width:0px; height:0px;}
#banner img{height:auto;}
.woocommerce ul.products li.product .alg-wc-wl-btn, .woocommerce-page ul.products li.product .alg-wc-wl-btn{right:10% !important; top:40% !important;}
.woocommerce ul.products li.product .button_icon, .woocommerce-page ul.products li.product .button_icon{left:30% !important; top:40% !important;}
}
img.alignright{float:right;}
img.alignleft{float:left;}
.woocommerce-result-count{display:none !important;} .csb-content-section h1{font-size:47px; line-height:50px; color:#444444; font-weight:700; text-transform:uppercase; margin-bottom:25px;}
.csb-content-section h2{font-size:40px !important; line-height:44px !important; color:#444444; font-weight:700; margin-bottom:20px;}
.csb-content-section h3{font-size:30px !important; line-height:34px !important; color:#444444; font-weight:700 !important; margin-bottom:15px;}
.csb-content-section h4{font-size:24px; line-height:28px; color:#444444; font-weight:700; margin-bottom:10px;}
.csb-content-section h5{font-size:22px; line-height:26px; color:#444444; font-weight:700; margin-bottom:10px;}
.csb-content-section h6{font-size:20px; line-height:24px; color:#444444; font-weight:700; margin-bottom:10px;}
.csb-form{margin:0px; padding:35px; background:#f8f9fa; border:#eaeced solid 1px;}
.csb-form h2{font-size:40px !important; line-height:44px !important; text-transform:none !important; color:#444444; font-weight:700; margin-bottom:25px;}
.csb-form .wpcf7-spinner{position:absolute;}
.csb-form label{margin:0px 0 8px; display:block; font-size:15px; line-height:16px; font-weight:600;}
.csb-form input[type="text"],.csb-form input[type="email"],.csb-form input[type="tel"],.csb-form input[type="password"],.csb-form textarea{margin:0px 0 3px; padding:0px 15px; height:44px; border:#e5e5e5 solid 1px; font-size:15px; line-height: normal; font-weight:400; border-radius:0px; width:100%; background:#ffffff; box-shadow:0px 0px 15px #00000015;}
.csb-form textarea{height:44px; resize:none; padding:10px 15px;}
.csb-form input[type="submit"]{margin:0px 0 0px; padding:0px 30px; width:auto; height:auto; border:#d9232d solid 0px; font-size:15px; line-height:44px; display:block; font-weight:400; border-radius:5px; background:#d9232d; color:#fff; text-align:center; text-transform:uppercase;}
.csb-gallery-section{margin:0px; padding:80px 0px 0px;}
.csb-gallery{margin-left:-15px; margin-right:-15px;}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box{width: 33.3% !important; padding:15px 15px !important;}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box img{width:100%; box-shadow:0px 0px 15px #00000030; border-radius:5px; overflow:hidden;}
.services .icon-box1{width:auto !important; text-align:left;}
@media only screen and (min-width:280px) and (max-width:767px) {
.csb-content-section h1{font-size:30px; line-height:34px; margin-bottom:20px;}
.csb-content-section h2{font-size:26px !important; line-height:30px !important; margin-bottom:20px;}
.csb-content-section h3{font-size:24px !important; line-height:28px !important; font-weight:600 !important;}
.csb-form h2{font-size:26px !important; line-height:30px !important; margin-bottom:20px !important;}
.csb-form input[type="text"],.csb-form input[type="email"],.csb-form input[type="tel"],.csb-form input[type="password"],.csb-form textarea{height:38px;}
.csb-form textarea{height:38px; padding:5px 15px;}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box{width:100% !important; padding:15px 15px !important;}
.ngg-galleryoverview{margin-top:0px !important; margin-bottom:0px !important;}
.csb-gallery-section{padding:40px 0 0 0;}
.csb-form{padding:20px !important; margin-top:25px;}
}[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
font-style: italic;
margin-bottom: 1.5em;
text-align: left;
}
.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
text-align: right;
}  p.has-drop-cap:not(:focus)::first-letter {
font-size: 5em;
margin-top: 0.075em;
} .wp-block-image {
margin-bottom: 1.5em;
}
.wp-block-image figure {
margin-bottom: 0;
margin-top: 0;
}
.wp-block-image figure.alignleft {
margin-right: 1.5em;
}
.wp-block-image figure.alignright {
margin-left: 1.5em;
} .wp-block-gallery {
margin-bottom: 1.5em;
}
.wp-block-gallery figcaption {
font-style: italic;
}
.wp-block-gallery.aligncenter {
display: flex;
margin: 0 -8px;
} .wp-block-quote:not(.is-large):not(.is-style-large) {
border: 0;
padding: 0;
}
.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
margin-bottom: 0;
}
.wp-block-quote cite {
color: inherit;
font-size: inherit;
} .wp-block-audio audio {
display: block;
width: 100%;
} .wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
display: flex;
} .wp-block-file .wp-block-file__button {
background-color: #222;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
display: inline-block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 800;
margin-top: 2em;
padding: 0.7em 2em;
-webkit-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
white-space: nowrap;
}
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
background-color: #767676;
-webkit-box-shadow: none;
box-shadow: none;
}  .wp-block-code {
background: transparent;
border: 0;
padding: 0;
} .wp-block-pullquote {
border: 0;
}
.wp-block-pullquote__citation,
.wp-block-pullquote cite {
font-size: inherit;
text-transform: none;
} .wp-block-table thead th {
border-bottom: 2px solid #bbb;
padding-bottom: 0.5em;
}
.wp-block-table tr {
border-bottom: 1px solid #eee;
}
.wp-block-table th,
.wp-block-table td {
border: 0;
}
.rtl .wp-block-table th,
.rtl .wp-block-table td {
text-align: right;
}  .wp-block-button .wp-block-button__link {
-webkit-box-shadow: none;
box-shadow: none;
display: inline-block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 800;
line-height: 1.66;
margin-top: 2em;
padding: 0.7em 2em;
-webkit-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
white-space: nowrap;
}
.entry-content .wp-block-button__link {
background-color: #222;
color: #fff;
}
.entry-content .is-style-outline .wp-block-button__link:not(.has-background) {
background-color: transparent;
}
.entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
color: #222;
}
.colors-dark .wp-block-button__link {
background-color: #fff;
color: #000;
}
.entry-content .wp-block-button__link:hover,
.entry-content .wp-block-button__link:focus,
.entry-content .is-style-outline .wp-block-button__link:not(.has-background):hover,
.entry-content .is-style-outline .wp-block-button__link:not(.has-background):focus {
background-color: #767676;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.colors-dark .entry-content .wp-block-button__link:hover,
.colors-dark .entry-content .wp-block-button__link:focus,
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-background):hover,
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-background):focus {
background-color: #bbb;
color: #000;
}
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
color: #fff;
}
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):focus {
color: #222;
}
.colors-custom .entry-content .wp-block-button__link,
.colors-custom .entry-content .wp-block-button__link:hover,
.colors-custom .entry-content .wp-block-button__link:focus,
.colors-dark .entry-content .wp-block-button__link,
.colors-dark .entry-content .wp-block-button__link:hover,
.colors-dark .entry-content .wp-block-button__link:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.colors-custom .entry-content .wp-block-button__link:hover,
.colors-custom .entry-content .wp-block-button__link:focus {
color: #fff;
} .wp-block-separator {
border: 0;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
} .wp-block-media-text {
margin-bottom: 1.5em;
}
.wp-block-media-text *:last-child {
margin-bottom: 0;
}  .wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
list-style-position: inside;
text-align: center;
} .wp-block-latest-comments article {
margin-bottom: 4em;
}
.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
float: none;
width: 100%;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
border-radius: 0;
}
.wp-block-latest-comments a {
-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
}
.wp-block-latest-comments__comment-meta {
font-size: 16px;
font-size: 1rem;
margin-bottom: 0.4em;
}
.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
font-weight: 700;
text-decoration: none;
}
.wp-block-latest-comments__comment-date {
color: #767676;
font-size: 10px;
font-size: 0.625rem;
font-weight: 800;
letter-spacing: 0.1818em;
margin-top: 0.4em;
text-transform: uppercase;
}
.editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
font-size: 14px;
font-size: 0.875rem;
} .entry-content .has-pale-pink-color {
color: #f78da7;
}
.entry-content .has-pale-pink-background-color,
.wp-block-button.is-style-outline .has-pale-pink-background-color:link {
background-color: #f78da7;
}
.entry-content .has-vivid-red-color {
color: #cf2e2e;
}
.entry-content .has-vivid-red-background-color,
.wp-block-button.is-style-outline .has-vivid-red-background-color:link {
background-color: #cf2e2e;
}
.entry-content .has-luminous-vivid-orange-color {
color: #ff6900;
}
.entry-content .has-luminous-vivid-orange-background-color,
.wp-block-button.is-style-outline .has-luminous-vivid-orange-background-color:link {
background-color: #ff6900;
}
.entry-content .has-luminous-vivid-amber-color {
color: #fcb900;
}
.entry-content .has-luminous-vivid-amber-background-color,
.wp-block-button.is-style-outline .has-luminous-vivid-amber-background-color:link {
background-color: #fcb900;
}
.entry-content .has-light-green-cyan-color {
color: #7bdcb5;
}
.entry-content .has-light-green-cyan-background-color,
.wp-block-button.is-style-outline .has-light-green-cyan-background-color:link {
background-color: #7bdcb5;
}
.entry-content .has-vivid-green-cyan-color {
color: #00d084;
}
.entry-content .has-vivid-green-cyan-background-color,
.wp-block-button.is-style-outline .has-vivid-green-cyan-background-color:link {
background-color: #00d084;
}
.entry-content .has-pale-cyan-blue-color {
color: #8ed1fc;
}
.entry-content .has-pale-cyan-blue-background-color,
.wp-block-button.is-style-outline .has-pale-cyan-blue-background-color:link {
background-color: #8ed1fc;
}
.entry-content .has-vivid-cyan-blue-color {
color: #0693e3;
}
.entry-content .has-vivid-cyan-blue-background-color,
.wp-block-button.is-style-outline .has-vivid-cyan-blue-background-color:link {
background-color: #0693e3;
}
.entry-content .has-very-light-gray-color {
color: #eee;
}
.entry-content .has-very-light-gray-background-color,
.wp-block-button.is-style-outline .has-very-light-gray-background-color:link {
background-color: #eee;
}
.entry-content .has-cyan-bluish-gray-color {
color: #abb8c3;
}
.entry-content .has-cyan-bluish-gray-background-color,
.wp-block-button.is-style-outline .has-cyan-bluish-gray-background-color:link {
background-color: #abb8c3;
}
.entry-content .has-very-dark-gray-color {
color: #313131;
}
.entry-content .has-very-dark-gray-background-color,
.wp-block-button.is-style-outline .has-very-dark-gray-background-color:link {
background-color: #313131;
}