/*
Theme Name:   Renovate Child
Theme URI: https://1.envato.market/renovate-construction-renovation-wordpress-theme
Description:  Renovate Child Theme
Author: QuanticaLabs
Author URI: https://1.envato.market/quanticalabs
Template:     renovate
Version:      1.3
Text Domain:  renovate
*/

/* Վերևի լոգոյի չափը */
.header .logo
{
	width: 230px !important;
	max-width: 230px !important;
  padding-left: 4px;
	/*float: left;*/
}


/* 514 string in style.css - 1170px էր սկզբից․ Ամբողջ ամենավերևի դաշտի չափը հիմա 1400px */
.header-top-bar, .header {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

/* 614 string in style.css - 800px էր սկզբից․ Կոնկրետ Մենյուի դաշտի չափը - 1070px (գումարած լոգոյի 230px չափը = 1400px) */
.menu-container {
    width: 1070px;
    /* float: right; */
}


/* 1․ Սա նրա համար է, որ Մոբայլում վերևի հատվածները՝ Լոգո+Մենյու, նարմալ տեղավորվեն հեռախոսի լայնությամբ*/
@media screen and (max-width: 767px) {
    .header-top-bar,
    .header {
        max-width: 100% !important;
        margin-left: 10px !important;
        margin-right: 0px !important;
        padding-left: 0px !important;
        padding-right: 0 !important;
    }
}

/* 2․ Սա էլ, որ Մոբայլում վերևի հատվածները՝ Լոգո+Մենյու, նորմալ տեղավորվեն հեռախոսի լայնությամբ․
Այս երկուսը՝ 1․-ը և 2․-ը, միասին են գործում*/
@media screen and (max-width: 767px) {
    .header,
    .site-container .vc_row,
    .site-container .vc_row.full-width .vc_col-sm-12.wpb_column .vc_row,
    .vc_row.full-width>.vc_col-sm-12>.wpb_wrapper>.announcement,
    .menu-container,
    .blog .post-details,
    .site-container .wpb_row .blog .post-content,
    .blog.horizontal-carousel li.post,
    .vc_row .type-small .testimonials-list li {
        width: 94% !important;
    }
}



/* 614 string in style.css - Դեսկթոփ մենյուի տեքստերի ֆոնտի տեսակ, չափեր, իրար միջև չափեր, այլ */
.sf-menu li a, .sf-menu li a:visited {
    font-family: "Roboto","Arian AMU","Ghea Grapalat",Arial,sans-serif;  
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #444444;
    padding: 14px 0 14px 20px;
    border: none;
}

/* 820 string in style.css - Mobile մենյուի տեքստերի ֆոնտի տեսակ, չափեր, իրար միջև չափեր, այլ*/
.mobile-menu li a {
    display: block;
    color: #25282A;
    background: #F0F0F0;
    font-size: 14px;
    font-weight: 600;
    font-family: "Roboto",Arian AMU,Arial,sans-serif;
    line-height: 18px;
    padding: 10px 8px;
    margin-bottom: 1px;
}


h5 {
	font-family: "Roboto","Arian AMU",Arial,sans-serif !important;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
}

/* Դեսկթոփ Մենյու իթեմների բուլլետները */
.sf-menu .sub-menu li a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #7776af;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
/* Դեսկթոփ Մենյու իթեմների, 2 ավել տողերի համար Hanging ապահովելու համար */
.sf-menu .sub-menu li a {
  display: block ;
  padding-left: 30px ;
  text-indent: -14px ;
}



/* Mobile մենյուի բուլլետները */
.mobile-menu .sub-menu li a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #999;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

/* Mobile մենյուի Երկրորդ մակարդակ (հիմնական sub-menu) հեռավորություն և հանգինգ*/
.mobile-menu .sub-menu li a {
  display: block;
  padding-left: 34px;   /* 2-րդ մակարդակ */
  text-indent: -14px;
}

/* Mobile մենյուի Երրորդ մակարդակի հեռավորություն և հանգինգ*/
.mobile-menu .sub-menu .sub-menu li a {
  padding-left: 52px;   /* 3-րդ մակարդակ */
  text-indent: -14px;
}

/* Mobile մենյուի բացվող մենյու իթեմների վերջում գտնվող Սլաքի չափերը՝ այս պահին 34px*/
@media screen and (max-width: 767px) {
    .menu-item-has-children a.template-arrow-menu {
        position: absolute;
        width: 34px;
        height: 34px;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

/* Mobile մենյուի 3 գծիկներ նշանը լոգոյից հեռու լինի */
@media screen and (max-width: 767px) {
    .header .mobile-menu-switch {
        display: table-cell;
        padding-left: 30px;
    }
}

/* Contact Form 7 դաշտի տողը երկու սյունակի բաժանելը */
.contact-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.contact-form-row input,
.contact-form-row textarea {
    width: 100% !important;
    box-sizing: border-box;
}
.contact-left p,
.contact-right p {
    margin-bottom: 30px;
}
.contact-left,
.contact-right {
  flex: 1;
  min-width: 300px;
}
.contact-right textarea {
  width: 100%;
  height: 240px;
  resize: vertical;
}

/* Contact Form 7 դաշտերի գծերի գույնը */
.wpcf7-form-control[type="text"],
.wpcf7-form-control[type="email"],
.wpcf7-form-control[type="tel"] {
  border: 1px solid #a3a2cd !important;
  color: #333;
  border-radius: 4px; /* կարող եք փոխել կամ հանել */
}

/* Contact Form 7 դաշտի Textarea-ի դաշտի գծերի գույնը */
.contact-right textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #a3a2cd !important;
    border-radius: 4px;
    color: #333;
}

/* Contact Form 7 դաշտի ՈՒՂԱՐԿԵԼ կոճակի տեսքը */
.wpcf7-submit {
background-color: #464064 !important; 
color: #ffffff !important;
font-weight: bold; 
padding: 10px !important;
border: none;
border-radius: 4px;
cursor: pointer;
transition: all 0.3s ease;
}
/* Contact Form 7 դաշտի ՈՒՂԱՐԿԵԼ կոճակի Hover գույնը */
.wpcf7-submit:hover {
    background-color: #e99a14 !important;
}

/* Contact Form 7 դաշտի Մոբայլ տարբերակ */
@media (max-width: 768px) {
  .contact-form-row {
    flex-direction: column;
  }
}

/* պոստի նկարի տակ չեմ ուզում երևա այդ պոստի հեղինակը և պոստի կատեգորիան (Պոստ By Admin անդ Category Name) */
.post-content-details {
    display: none !important;
}

/* պոստի նկարի ձախ կողքը չեմ ուզում երևա այդ պոստի comment-ների քանակը */
.post-details .template-bubble {
    display: none !important;
}

/* Հեռացնել առանձին պոստի աջ կողմի sidebar-ի որոշ widget-ներ single post էջերում */
.single-post .vc_wp_categories,
.single-post .vc_wp_archives,
.single-post .vc_wp_tagcloud,
.single-post .vc_wp_text,
.single-post .call-to-action.sl-small-wallet {
    display: none !important;
}

/* Հեռացնել առանձին պոստի վերևի տողը single post էջերում, որտեղ երևում է Blog Template վերնագիրը և Breadcrumbs-ը */
.single-post .vc_row.wpb_row.vc_inner.vc_row-fluid {
    display: none !important;
}

.feature-item h4 {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 500;
    font-family: "Roboto","Arian AMU","Ghea Grapalat",Arial,sans-serif;
    line-height: 30px;
    color: #fdc264;
}

@media screen and (max-width: 767px) {
.feature-item h4 {
    padding-top: 14px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Roboto","Arian AMU","Ghea Grapalat",Arial,sans-serif;
    line-height: 20px;
}
}

/* Ընդհանուր H4 */
h4 {
    font-family: "Roboto","Arian AMU","Ghea Grapalat",Arial,sans-serif;
font-size: 20px;
    line-height: 28px;
color: #58578a;
}

/* Բացվող մենյուի դաշտի լայնությունը */
.sf-menu li ul li {
    width: 250px;
    height: auto;
    padding: 0;
    border: none;
}

p.description, .description p {
    font-family: "Roboto","Arian AMU","Ghea Grapalat",Arial,sans-serif;
	  font-size: 16px;
    line-height: 26px;
    margin-top: 34px;
}

h2 {
 font-family: "Roboto","Arian AMU","Ghea Grapalat",Arial,sans-serif;    
font-size: 21px;
    line-height: 32px;
}

h3 {
 font-family: "Roboto","Arian AMU","Ghea Grapalat",Arial,sans-serif;  
    font-size: 22px;
    line-height: 34px;
}

.feature-item p {
    font-family: "Roboto","Arian AMU","Ghea Grapalat",Arial,sans-serif; 
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    padding: 0;
    margin-top: 19px;
    margin-left: 118px;
}

.list li {
    list-style: none;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: "Roboto","Arian AMU","Ghea Grapalat",Arial,sans-serif;
    font-size: 15px;
    line-height: 25px;
    padding-left: 30px;
    border: none;
}

.tabs.ui-tabs .ui-tabs-panel p {
    font-family: "Roboto","Arian AMU","Ghea Grapalat",Arial,sans-serif;
    font-size: 15px;
    line-height: 24px;
    padding: 34px 0 0;
    margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto","Arian AMU","Ghea Grapalat",Arial,sans-serif;
    letter-spacing: 0.5px;
    color: #464064;
}

.tabs.ui-tabs .ui-tabs-nav li a, .ui-tabs-nav li a {
    display: block;
    float: none;
    min-width: 180px;
    text-align: center;
    font-family: "Roboto","Arian AMU","Ghea Grapalat",Arial,sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #58578a;
    background: #FFF;
    padding: 14px 0 20px;
    border: none;
    line-height: 24px;
    outline: none;
    
}

@media screen and (max-width: 479px) {
.tabs.ui-tabs .ui-tabs-nav li a, .ui-tabs-nav li a {
    color: #58578a;
    background: #FFF;
    padding: 16px 0 22px;
    text-decoration: underline;
text-decoration-color: #8585ac;
text-decoration-style: dashed;
text-underline-offset: 6px;
}
}

@media screen and (max-width: 479px) {
    .tabs.ui-tabs .ui-tabs-nav {
        width: 340px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

/* Թաքցնել մենյուի տակի տողի աջ մասում երևացող breadcrumb-ները */
.bread-crumb-container {
    display: none !important;
}

/* Մենյուի տակի՝ վերնագրի դաշտի գույնը */
.site-container .vc_row.gray {
    background: #ededf3;
}


/* Ծրագրեր և Դասընթացներ էջի՝ դրանց փոքր նկարների վրա երևացող տեքստերի ու button-ների դասավորվածությունը */
.projects-list li .view p.description {
    display: block;
    color: #FFF;
    margin-top: -20px;
    margin-bottom: 55px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
/* Ծրագրեր և Դասընթացներ էջ*/

.projects-cards .vc-hoverbox-front h2 {
    color: #fff;
}

/* Ծրագրեր և Դասընթացներ էջի՝ դրանց փոքր նկարների վրա երևացող տեքստերի ու button-ների դասավորվածությունը մոբայլի վրա */

.projects-list.isotope li {
    width: 31%;
    height: 230px;
    margin-top: 30px;
}
.projects-list.isotope li>a, .projects-list.isotope a>img {
    display: block;
    width: 100%;
    height: 230px;
}

@media screen and (max-width: 479px) {
    .projects-list.isotope, .projects-list.isotope li, .projects-list.isotope li>a, .projects-list.isotope a>img {
        width: 100%;
    }
}

.projects-list li .view p.description {
    display: block;
    color: #FFF;
    margin-top: 30px;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
	
}





/* Ծրագրեր և Դասընթացներ էջի՝ դրանց փոքր նկարների վրա երևացող տեքստերի երևալը մոբայլի վրա - այս բլոկի մեջ դրված է, որ սկզբից երևան support-programs (category-tag)՝ այսինքն Սուբսիդավորման ծրագրերը, հետո երևան trainings (category-tag)՝ այսինքն Դասընթացներ ծրագրերը */

    .support-programs .view {
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
        position: absolute;
        inset: 0;
        z-index: 2;
    }
    .support-programs .vertical-align-table,
    .support-programs .vertical-align-cell {
        display: table;
        width: 100%;
        height: 100%;
    }
	
	.trainings .view {
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
        position: absolute;
        inset: 0;
        z-index: 2;
    }
	.trainings .vertical-align-table,
    .trainings .vertical-align-cell {
        display: table;
        width: 100%;
        height: 100%;
    }


/* Footer-bottom դաշտում տեղադրված Մենյու-ների (վիջետով է դրված) տեսքեր */
.footer-row .menu li a {
    color: #706e97;
    font-family: "Roboto","Arian AMU","Ghea Grapalat",Arial,sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    text-decoration: underline;
    text-decoration-color: #b9b8cd;
}

/* Footer-bottom դաշտում տեղադրված Մենյու-ները (վիջետով է դրված) վերևից ինչքան են իջնում */
.footer-row .menu {
    margin-top: 10px;
    
}

/* Էջերում, տեքստի մեջ, բուլլետներով դրվող թվարկում-նախադասությունների տեքստերի չափեր, հեռավորություններ */
/* .post.single .post-content li:not([class^="elementor-"]), .single-page li:not([class^="elementor-"]), .wpb_text_column li
{
    font-size: 15px;
    line-height: 26px;
    padding: 8px 0;
    list-style-position: inside;
} */

/* Ակորդեոն էլէմենտի, տեքստի մեջ, ակորդեոնի մեջ դրվող վերնագրերի՝ նախադասությունների տեքստերի չափեր, հեռավորություններ */
.accordion .ui-accordion-header h3
 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: normal;
    margin-top: 2px;
    margin-bottom: 1px;
    margin-left: 39px;
}

/* Կայքի բոլոր տեքստերի չափերը */
p {
    font-family: "Roboto", "Arian AMU", "Ghea Grapalat", Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
}

.blog p {
    font-size: 16px;
    line-height: 25px;
	  margin-top: 10px;
}

/* Բլոգ */

.news-articles .vc_grid-filter.vc_grid-filter-size-lg .vc_grid-filter-item {
    font-size: 18px;
    padding: 15px 30px;
}

.news-articles .vc_col-sm-12 {
    text-align: center;
}

.news-articles p {
    text-align: center;
    padding: 0 20px;
}

.news-articles a.more {
    display: inline-block;
	margin-bottom: 20px;
}

.news-articles  a.vc_general.vc_btn3.vc_btn3-size-.vc_btn3-shape-.vc_btn3-style-.vc_btn3-color- {
    color: #FFF;
    font-family: 'Raleway';
    font-size: 12px;
    font-weight: 700;
    background: #7776af;
    padding: 16px 23px 15px;
    text-align: center;
    cursor: pointer;
    line-height: normal;
    letter-spacing: 1px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    border: 2px solid #7776af;
}


/* Բլոգի պոստերի պարագրաֆներից վերև 10px տարածություն */
.post.single p {
    padding: 0em 0;
    padding-top: 10px;
}
.header-container {
    padding: 16px 0;
    background: #FFF;
}

/* Առաջին էջի գործընկերների լոգոների կարուսելը՝ բոլոր լոգոները դարձնում ենք Vertical Միդդլե դասավորվածության */
.our-clients-list li {
    display: flex;
    align-items: center;     /* vertical center */
    justify-content: center; /* horizontal center (optional) */
    height: 100px;           /* քո carousel-ի height */
}
.our-clients-list li img {
    max-height: 100%;
    width: auto;
}


/* Առաջին էջի*/
.tabs.ui-tabs .ui-tabs-nav li a, .ui-tabs-nav li a {
    padding: 14px 20px 20px !important;
}



/* Custom Documents Grid Styles */
.legal-custom-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.legal-grid-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border: 1px solid #f0f0f0;
}

.legal-grid-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.card-image-wrap {
    height: 180px;
    overflow: hidden;
    background: #f7f7f7;
    position: relative;
}

.card-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.legal-grid-card:hover .card-image-wrap img {
    transform: scale(1.04);
}

.card-body {
    padding: 22px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-title {
    color: #1d2d44;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.8em;
}

.card-link {
    color: #0056b3;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
}

.card-link:hover {
    color: #003d82;
}

/* Responsive Structural Breakpoints */
@media (max-width: 1200px) {
    .legal-custom-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 992px) {
    .legal-custom-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 600px) {
    .legal-custom-grid { grid-template-columns: 1fr; }
}


/* Cusom Document List Template */
.doc-list-row:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border-color: #e0e0e0;
}

.doc-list-row .doc-title {
    transition: color 0.2s ease;
}

.doc-list-row:hover .doc-title {
    color: #0056b3; /* Or your theme's primary blue */
}


.accordion-toggle-header:hover .accordion-arrow-icon {
    border-color: #0056b3 !important;
    background-color: #f8fafc;
}
.accordion-item-block:last-child {
    border-bottom: none !important;
}




.wpb_text_column li {
    font-size: 14px;
    line-height: 24px;
    padding: 2px 0;
    list-style-position: inside;
}

.feature-item.feature-item-big h4 {
    min-height: 110px;
}



