/*
Theme Name: Astra Child
Author: 
Description: Your description goes here
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

body a{
    text-decoration:none !important;    
}
.primeColor strong {
    color: #c9a236;
}
.btnPrime a.vc_general {
    background: #c9a236 !important;
    color: #fff !important;
    font-size: 16px;
}

.homeSliderWrapper .homeSliderBgImg {
    min-height: 600px;
    display: flex;
    align-items: center;
}

.homeSliderWrapper .homeSliderBgImg .homeSliderContent {
    width: 50%;
}

.homeSliderContent h1, .homeSliderDesc {
    color: #fff;
}

a.homeSliderBtn:hover {
    background: #AC8826;
    color: #fff;
    text-decoration: none !important;
}
a.homeSliderBtn {
    background: #c9a236;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.1);
    padding: 10px 20px 10px 20px;
    color: #fff;
    text-decoration: none !important;
    margin-top: 30px;
    display: inline-block;
}

.homeSliderWrapper {
    position: relative;
}

.homeSliderWrapper ul.slick-dots {
    position: absolute;
    bottom: 0;
}

.homeSliderWrapper ul.slick-dots li:first-child {
    background: #fff;
    border-radius: 10px 0px 0px  10px;
}

.homeSliderWrapper ul.slick-dots li:last-child {
    background: #fff;
    border-radius: 0px 10px 10px  0px;
}

.homeSliderWrapper ul.slick-dots li {
    margin: 0px 0px 20px 0px;
    background: #fff;
}

.homeSliderWrapper ul.slick-dots li button:before {
    font-size: 10px;
}


/*Footer CSS*/

.footerRow1 .widget_media_image img {
    filter: invert(1);
}

.footerRow1 .widget_text p {
    color: #fff;
    text-align: left;
}

.footerRow1 .widget_text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.footerRow1 .widget_text ul li {
    color: #fff;
}

.footerRow1 .widget_media_image {
    text-align: left;
}
.footerRow1 .footer-widget {
    text-align: left;
}

.footerRow1 .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footerRow1 .footer-widget ul li a {
    color: #fff;
    text-decoration: none;
}

.footerRow1 .footer-widget ul li {
    margin-bottom: 7px;
}

.footerRow1  h4.footer-widget-title {
    color: #fff;
    margin-bottom: 35px;
}

/*.footerRow1 .social-icons{*/
/*    padding:30px;*/
/*    background-color:#00506b;*/
/*    text-align: center;*/
/*}*/
.footerRow1 .social-icons a{
    color:#fff;
    line-height:30px;
    font-size:30px;
    margin: 0 5px;
    text-decoration:none;
}
.footerRow1 .social-icons a span{
    line-height:30px;
    font-size:30px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
.footerRow1 .social-icons a:hover span{
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
}

.footerRow1 .newsLetter .textwidget h4 {
    color: #fff;
    margin-top: 30px;
}

.footerRow1 .newsLetter .textwidget .newsLetterForm {
    margin: 0;
    position: relative;
}

.footerRow1 .newsLetter .textwidget .newsLetterForm span.wpcf7-spinner {
    position: absolute;
    margin: 0;
    bottom: -28px;
    right: 0;
}

.footerRow1 .newsLetter .textwidget .newsLetterForm .form-group {
    position: relative;
}

.footerRow1 .newsLetter .textwidget .newsLetterForm .form-group p {
    display: flex;
}

.footerRow1 .newsLetter .textwidget .newsLetterForm .form-group input {
    height: 45px;
}

.footerRow1 .newsLetter .textwidget .newsLetterForm .form-group input.wpcf7-submit {
    border-radius: 0;
}
.footerRow1 .newsLetter .textwidget .newsLetterForm .form-group span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -25px;
}

.footerRow1 .newsLetter .textwidget  .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
    margin-top: 35px;
}


/*Info Box CSS*/


.infoBoxWrapper .infoBox {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: end;
    transform: scale(1);
    transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    padding: 0px 20px;
    overflow: hidden;
}

.infoBoxWrapper .infoBox .infoBoxContent {
    width: 50%;
}

.infoBoxWrapper .infoBox:hover {
    transform: scale(1.09);
    transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}

.infoBoxWrapper .infoBox a.BtnPrimary {
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    border: solid 2px #cccc;
    padding: 5px 13px;
    font-weight: 500;
    color: #222222;
    display: inline-block;
    margin-top: 8px;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
}

.infoBoxWrapper .infoBox:hover a.BtnPrimary {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition: 0.5s ease;
}


/*Category SLider CSS*/


.categorySlider .slick-arrow:hover {
    color: #fff !important;
    background: #C9A236;
}
.categorySlider .slick-arrow {
    color: #fff !important;
    font-size: 42px;
    bottom: 0;
    top: auto;
    width: auto;
    height: 35px;
    background: #C9A236;
    display: flex;
    align-items: center;
    padding: 0px 12px;
}

.categorySlider {
    position: relative;
    padding-bottom: 70px;
}

.categorySlider .slick-arrow:before {
    display: none;
}

.categorySlider .slick-next.slick-arrow {
    right: 45%;
    border-radius: 0px 10px 10px 0px;
}

.categorySlider .slick-prev.slick-arrow {
    left: 45%;
    border-radius: 10px 0px 0px 10px;
}
.categorySlider .categoryItems {
    margin: 0px 5px;
}

.categorySlider .categoryItems:hover img {
    transform: scale(1.09);
    transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}

.categorySlider .categoryItems img {
    transform: scale(1);
    transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}

.categorySlider .categoryItems .categoryImg {
    overflow: hidden;
}

.categorySlider .categoryItems .categoryInfo h3 {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.categorySlider a {
    text-decoration: none !important;
}

.categorySlider .categoryItems .categoryInfo p {
    color: #777;
}

.categorySlider .categoryItems .categoryInfo {
    text-align: center;
}


/* BLOG CSS */

.postGridWrapper {
    display: flex;
}

.postGridWrapper .postGridMain {
    flex: 1;
    margin: 0px 10px;
    box-shadow: #00000029 0px 0px 10px 0px;
}

.postGridWrapper .postGridMain .postGridImg {
    position: relative;
}

.postGridWrapper .postGridMain .postGridImg .post-date {
    position: absolute;
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 20px;
    flex-direction: column;
    left: 10px;
    top: 10px;
}

.postGridWrapper .postGridMain .postGridImg .post-date span:first-child {
    font-size: 20px;
}

.postGridWrapper .postGridMain .postGridImg .post-thumbnail img {
    min-height: 250px;
    object-fit: cover;
    object-position: center;
}

.postGridWrapper .postGridMain .postGridImg .post-category span {
    background: #c9a236;
    color: #fff;
    padding: 5px 20px;
}

.postGridWrapper .postGridMain .postGridImg .post-category {
    text-align: center;
    margin-top: -13px;
}

.postGridWrapper .postContent h3 a {
    color: #222;
}

.postGridWrapper .postContent {
    text-align: center;
    margin-top: 25px;
    padding: 0px 10px 30px 10px;
}

.postGridWrapper .postContent .post-author {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

.postGridWrapper .postContent .post-author img {
    border-radius: 100%;
    margin-right: 5px;
}

.postGridWrapper .postContent .post-author span {
    margin-right: 5px;
    text-transform: capitalize;
    font-size: 14px;
}

.postGridWrapper .postContent h3 {
    font-size: 23px;
    margin-top: 15px;
}

.postGridWrapper a.read-more {
    display: inline-block;
    margin-top: 30px;
    border-bottom: solid 2px #c9a236;
    color: #c9a236;
}


















