/*
	Theme Name:   Twenty Twenty Child
	Theme URI:    https://wordpress.org/themes/twentytwenty/
	Description:  A Twenty Twenty child theme 
	Author:       Coderplays
	Author URI:   https://www.coderplays.com
	Template:     twentytwenty
	Version:      1.0.0
	Text Domain:  twentytwentychild
*/

::selection {
  color: #ffffff;
  background: #c19552;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px;
}

/* Core Class Overwrite  #f4ddb1*/
body {
	background: #ffffff;	
}

body, .entry-content {
    font-size: 16px;
    font-weight: 400;
}

.featured-media .featured-media-inner img{
    width:100%;
    max-height:460px;
    object-fit:cover;
}

.featured-media .section-inner{
    width:100% ;
    max-width: unset;
}

.featured-media  .section-inner.medium{
    max-width:100%;
}

.featured-media .featured-media-inner img {
    max-height: unset;
}

.singular .featured-media-inner {
    left: unset;
}

.footer-widgets-outer-wrapper {
    border-color: #898989 !important;
}

body:not(.singular) main > article:first-of-type {
    padding: 0rem 0 0;
}

.widget li {
    margin: 1rem 0 0 0;
}

@media (min-width: 700px) {
    body:not(.singular) main > article:first-of-type {
        padding: 0rem 0 0;
    }
}


/*.entry-content .wp-block-columns h1, .entry-content .wp-block-columns h2, .entry-content .wp-block-columns h3, .entry-content .wp-block-columns h4, .entry-content .wp-block-columns h5, .entry-content .wp-block-columns h6 {
    margin: 0rem 0 2rem;
}*/


/* ===[ FONT FAMILY START]===  */
body, .entry-content, .entry-content > *, #tab_container_1080 .tab-content {
    font-family: 'Poppins', sans-serif;    
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content cite, .entry-content figcaption, .entry-content table, .entry-content address, .entry-content .wp-caption-text, .entry-content .wp-block-file {
    font-family: 'Poppins', sans-serif;
}

/* ===[ FONT FAMILY END ]===  */

/* ======== [ MENU STYLE START] ======== */
.header-inner {
    padding: 0px;
}

ul.primary-menu {
    margin: 0px;
}

.nav-toggle-wrapper {
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent;
    color: red;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: transparent;
    color: red;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 15px 0px 0px;
    font-size: 16px;
    text-transform: uppercase;
}

.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.0375em;
    color: #000000;
}

.modal-menu ul li a {
    font-weight: 400;
    font-size: 14px;

}

.modal-menu a {
    padding: 1.5rem 2.5rem;
}


@media (max-width: 1400px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 10px 0px 0px;
        font-size: 15px;
        text-transform: uppercase;
    }
}

@media (max-width: 1060px) {
    .nav-toggle-wrapper {
        display: block;
    }
    .primary-menu-wrapper {
        display: none;
    }
}

@media (min-width: 700px) {
    .modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
        font-size: 15px;
        padding: 2rem 0;
    }

    .search-modal .search-field {
        height: 9rem;
    }
}

@media only screen and (min-width: 769px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
        background: transparent;
        color: red;
        font-weight: normal;
        text-decoration: none;
        border-color: #fff;
    }
}

/* ======== [ MENU STYLE END] ======== */


/* ======== [ SET WIDTH AS 100% FOR ALL CONTENT START ] ======== */

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%; 
    width: 100%;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%; 
    width: 100%;
}

/* ======== [ SET WIDTH AS 100% FOR ALL CONTENT END ] ======== */

.post-inner {
     padding-top: 0; 
}

.footer-nav-widgets-wrapper, #site-footer {
    background-color: #f4ddb1 ;
}

/*  === [ Service Block Style Start ]=== */

.service_block {
    padding: 40px 30px 35px;
    position: relative;
    border: 1px solid #dedede;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.service_block:hover {
    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    border: 1px solid transparent;
}

.service_block:hover::before {
    opacity: 1;
    visibility: visible;
    background-color: #cca762;
}

.service_block::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;    
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    /*opacity: 0;*/
    /*visibility: hidden;*/
    background-color: #161942;

}

.service_block figure {
    margin-bottom: 25px !important;
    margin-top: 0px !important;
    height: 100px;
    width: 100px;
    /*border: 1px solid #dedede;*/
    border: 2px solid  #161942;
    border-radius: 50%;
    top: 14px;
    left: 12px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.service_block:hover figure {
    border: 2px solid #cca762;
    background-color: transparent;
}

.service_block img{
    position: relative;
    top: 17px;
    left: 17px;
    border-radius: 0px !important;
}

.service_block h4 {
    margin-bottom: 15px !important;
    margin-top: 0px !important;
}

.service_block p {
    text-align: justify;
}

/*  ===[ Service Block Style END ]=== */


/*  ===[ Link Button Style Start ]=== */


.link_button .wp-block-button{
    margin-top: 1rem;
}

.link_button a {
    font-size: 16px;
    text-transform: unset;    
}

.link_button .wp-block-button.is-style-outline {
    color: #000000;
}

.link_button .wp-block-button__link {
    border: 1px solid #dedede;
    border-radius: 50px;
    padding: 10px 20px;
    text-decoration: unset;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-weight: normal;
    /*background-color: #161942 !important;*/
    /*color: #c19552 !important;*/
}

.link_button .wp-block-button__link:hover {
    border: 1px solid transparent;
    background-color: #dedede;
    text-decoration: unset;
}

/*  ===[ Link Button Style End ]=== */

button.know_more, input[type="submit"] {
    background: #161941 !important;
    border-radius: 50px;
    padding: 10px 20px;
    color: #c19552;
    font-weight: normal;
}

.know_more a {
    color: #c19552;
    font-size: 16px;
    font-weight: normal;
}


/* ====== four_column service wp-block-columns start ====== */



/* ====== [ BOOTSTRAP CLASSES OVERWRITED  START ] ====== */

button:focus {
    outline: unset;
    outline: transparent;
}

.btn {
    font-size: 1.5rem;
}

.form-control {     
    padding: 1rem 1.5rem !important;
}

.form-control:focus {
    border-color: #ced4da; 
    outline: 0;
    box-shadow: unset; 
}


/* ====== [ BOOTSTRAP CLASSES OVERWRITED  END ] ====== */


@media (min-width: 992px) {
    .four_column .wp-block-column:not(:first-child) {
        margin-left: 2em !important;
    }
}

@media (max-width: 992px) {

    .wp-block-columns.four_column  {
        flex-wrap: wrap;
    }

    .four_column .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 1em);
        flex-grow: 0;
    }

    .four_column .wp-block-column:nth-child(-n + 2) {
        margin-bottom: 2em;
    }
    .four_column .wp-block-column {
        margin-bottom: 0em;
    }
    
}

@media (min-width: 782px) {
    .four_column .wp-block-column:not(:first-child) {
        margin-left: unset;
    }
}

@media (max-width: 599px){
    .four_column .wp-block-column {
        flex-basis: 100%!important;
    }
}

@media (min-width: 599px) and (max-width: 992px) {
    .four_column .wp-block-column:nth-child(even) {
        margin-left: 2em;
    }
}


/* ====== four_column service wp-block-columns end ====== */

@media (min-width: 700px){
    .post-inner {
         padding-top: 0; 
    }
    .footer-widgets { 
        width: 100%;
    }
}

/*  ===[ MENU FIXED ON SCROLL START ]=== */
#site-header {
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.header-fixed {
    box-shadow: 0 5px 30px rgba(0,22,84,.1);
    -webkit-box-shadow: 0 5px 30px rgba(0,22,84,.1);
    background: #fff;
    position: fixed !important;
    z-index: 999;
    width: 100%;
    top: 0;    
}
/*  ===[ MENU FIXED ON SCROLL END ]=== */


/*  ===[ Footer Style Start ]=== */


.footer-widgets-outer-wrapper {
     padding: 3rem 0; 
}

#site-footer {
    padding: 2rem 0;
}

.footer-list ul {
    margin-left: 0px;
}

.footer-list  li {
    font-size: 15px;
    font-weight: 400;
    list-style: none;    
}

.footer-list li a {
    color: #000000;
    font-weight: 400;
    /*text-transform: uppercase;*/
    font-size: 14px;
}

.footer-list h6 {
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 400;
    /*font-size: 16px;*/
}

/*  ===[ Footer Style End ]=== */


.oxi-tabs-wrapper-1 > .oxi-addons-row > .oxi-tabs-ultimate-style > .oxi-tabs-ultimate-header-wrap .oxi-tabs-main-title {
    font-family: 'Poppins', sans-serif !important;
    /*font-weight: 500 !important;*/
    /*font-size: 18px !important;*/
    /*color: #000000 !important;*/
}



.oxi-tabs-ultimate-content > * {
    font-family: 'Poppins', sans-serif !important;
}

.oxi-tabs-wrapper-1 > .oxi-addons-row > .oxi-tabs-ultimate-style > .oxi-tabs-ultimate-content-wrap > .oxi-tabs-ultimate-content > .oxi-tabs-body-tabs p {
    font-family: 'Poppins', sans-serif !important;
    color: #000000 !important;
}

.oxi-tabs-wrapper-1 > .oxi-addons-row > .oxi-tabs-ultimate-style > .oxi-tabs-ultimate-header-wrap .oxi-tabs-ultimate-header .oxi-tabs-header-li.active {
    background: rgb(114 26 2) !important;
}

.oxi-tabs-wrapper-1 > .oxi-addons-row > .oxi-tabs-ultimate-style > .oxi-tabs-ultimate-header-wrap .oxi-tabs-ultimate-header {   
    border-color: #721a02  !important;
}

.oxi-tabs-wrapper-1 > .oxi-addons-row > .oxi-tabs-ultimate-style > .oxi-tabs-ultimate-content-wrap > .oxi-tabs-ultimate-content > .oxi-tabs-body-tabs {
    color: #000000 !important;
}

.oxi-tabs-wrapper-1 > .oxi-addons-row > .oxi-tabs-ultimate-style > .oxi-tabs-ultimate-header-wrap .oxi-tabs-main-title {
    color: #000000 !important;
}
.oxi-tabs-wrapper-1 > .oxi-addons-row > .oxi-tabs-ultimate-style > .oxi-tabs-ultimate-header-wrap .oxi-tabs-header-li.active .oxi-tabs-main-title {
    color: #ffffff !important;
}

.oxi-tabs-wrapper-1 > .oxi-addons-row > .oxi-tabs-ultimate-style > .oxi-tabs-ultimate-header-wrap .oxi-tabs-header-li {
    border-right: 1px solid #161942 !important;
    border-bottom: 1px solid #161942 !important;
}

/* ========= CP CONTAINER START ===========*/

.cp-container .wp-block-columns:first-child {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

/* ========= CP CONTAINER END ===========*/

.bg-gray {
    background-color: #f3f3f3;
}


/* ======= Slider Start ========*/

.metaslider .flex-control-nav {
    bottom: 10px !important;
}
/* ======= Slider End ========*/

/* ============[ TABLE STYLES START ]============ */

.cp-table table {
    margin-top: 0px;
    /*display: block !important;*/
}

.cp-table table th {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #721a02;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
}

.cp-table table td {
    vertical-align: top;
}


table.service-table {
    border: 1px solid #d5d5d5;
}

table.service-table th, table.service-table td {
    padding: 15px 10px 15px 10px;
    line-height: 22px;  
    font-size: 16px;  
    border: transparent;         
}

table.service-table td {
    padding: 35px 10px 35px 10px;
}
table.service-table tr {
    border-bottom: 1px solid #d5d5d5;
}

table.service-table td {
    margin:  15px 0px !important;
}

table.service-table th, table.service-table td{
    width: 25%;
}

table.service-table th:nth-child(2), 
table.service-table td:nth-child(2) {
    width: 35%;
}

table.service-table td a {
    color: #000000;    
}
.service-table  button.know_more{
    background: #161941 !important;
    border-radius: 50px;
    padding: 10px 16px;
    color: #cca762;
    font-weight: 400;
    font-size: 16px;

}

.service-table  button.know_more a {
     color: #cca762;
}

.service-table  button.know_more:hover a{
    background-color: #161941 !important;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 768px) {
    table.service-table td {
        padding: 5px 10px 5px 10px; 
        white-space: nowrap;   
        vertical-align: middle;    
    }
}



/* ============[ TABLE STYLES END ]============ */


/* ============[ ACCORDION STYLES START ]============ */

.wp-block-columns .sp-easy-accordion  h3{
    margin-top: 0px;
}

.sp-easy-accordion .sp-ea-single .ea-header a{
    font-weight: 400;
    letter-spacing: normal;
    font-size: 18px;
}

.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon {
    margin-right: 20px;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
    padding: 15px;
    text-align: justify;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
    padding: 25px;
    text-align: justify;
}

/* ============[ ACCORDION STYLES END ]============ */


/* ============[ PADDING & MARGIN STYLES START ]============ */
.mt-5-em {
    margin-top: 5em
}
.mt-5-rem {
    margin-top: 5rem
}
/* ============[ PADDING & MARGIN STYLES END ]============ */


img.attachment-full.size-full {
    width: 100%;
}

/* ============[ POST PAGES STYLE START ]============ */


.blog-text h5:not(:first-child) {
    margin: 2rem 0rem;
}

.post-date {
    padding: 2px 0px;
    border-bottom: 2px solid;
    margin-bottom: 15px;
}

.post-date h6 {
    letter-spacing: 0px;
}

.share-link ul {
    list-style: none;
    margin-left: 0px;
}

.share-link ul li {
    float: left;
    width: 100%;
    padding-bottom: 13px;
    margin-left: 0px;
}

.share-link ul li a {
    color: #000000;
}

.share-link ul li a span {
    padding-left: 10px;
    line-height: 34px;
}

.share-link ul li a .fa {
    float: left;
    width: 34px;
    line-height: 34px;
    background-color: #161941;
    color: #c19552;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
}


/* ============[ POST PAGES STYLE END ]============ */


/* ============[ CATEGORY PAGES STYLE  START ]============ */

.cat-post-grid {
    box-shadow: 0 10px 20px 0 rgb(7 28 31 / 10%);
    border: 1px solid transparent;
    width: 100%;
    height: 100%;  
}

.cat-post-grid-img {
    min-height: 232px;
    text-align: center; 
    display: -webkit-box;  
}

.cat-post-grid-img img{
    margin: auto;    
}


.cat-post-grid-title  {
    padding: 6px 10px ;  
    margin: 10px 0px;  
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.cat-post-grid-title a h6{
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #161941;     
}

.cat-post-grid-date p{
    font-size: 12px;
    font-weight: 500;
    padding: 0px 10px;
}

h3.cp_blog_title{
    text-align: center;
    margin:  auto;
}

/* ============[ CATEGORY PAGES STYLE END ]============ */

.footer-credits {
    color: #c19552;
}

.footer-copyright a:hover, .powered-by-wordpress a:hover{
    color: #c19552;
    text-decoration: none;
}

.footer-copyright, .powered-by-wordpress {
    font-weight: 100; 
    color: #000000 !important;
    font-size: 14px;
}

.powered-by-wordpress {
    display: block;
}


/* Top Bar Socil Media List Start */

.topbar {
    padding: 5px 0px;
    background-color: #f4ddb1;
}

ul.top-social-list {
    margin-bottom: 0px;
    text-align: right;
}

.marquee {
    color: #282828;
    line-height: 29px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 14px;
}

.marquee a {
    color: #282828;
    text-decoration: none;
}

.top-social-list li {
    display: inline-block;
    margin: 0rem 0 0 2rem;
}

.top-social-list li a {
    color: #282828;
    font-size: 19px;
}

.top-social-list li a span{
   font-weight: 100;
   font-size: 16px;
}


@media (min-width: 992px) and (max-width: 1388px) {
    .topbar  .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    .topbar  .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
}

@media (max-width: 992px) {
    ul.top-social-list {
        text-align: center;
    }
}


/* Top Bar Socil Media List End */


/*  Contact Page Detail Start */

.contact-detail {
    box-shadow: 0 16px 32px 0 rgb(7 28 31 / 10%);
    border-top: 5px solid #161841;
    border-radius: 15px;
    padding-bottom: 5rem;
}


.contact-detail p a:hover{
    text-decoration: underline;
}

.contact-detail p a {
    color: #000000 !important;
}

/*  Contact Page Detail End */




.notfound{
  display: none;
}

/* Temp classes */

.form-control {   
    font-size: inherit;
}

select.form-control:not([size]):not([multiple]) {
    height: inherit;
}

.calc {
    font-size: 16px;
    padding: 5px 15px;
    background-color: red;
    color: #ffffff;
    margin-top: 29px;
}

.calc:hover{
    color: #ffffff;
}

 div[class*="wp-container-"] > * {
    margin-left: auto;
    margin-right: auto;
 }

 div[class*="wp-container-"] > figure {
    margin: 0;
 }
