/*
Theme Name: Startit Child
Theme URI: https://startit.qodeinteractive.com/
Description: A child theme of Startit Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 2.0.1
Text Domain: startit
Template: startit
*/


/*display none*/
.displaynone {
    display: none;
}
/*End of -display none*/

/*background position and style*/
.custom-bg-pos .qodef-elements-holder-item {
    background-position: top right; 
}
/*End of -background position and style*/

/*logo*/
.qodef-logo-wrapper a {
    height:initial !important;
}
/*End of -logo*/

/*info box*/
.qodef-info-box .qodef-info-box-font-side .qodef-info-box-front-side-inner {
    min-height: 359px;
}
/*End of -info box*/

/*portfolio hide category element*/
.qodef-ptf-category-holder {
    display: none;
}
/*End of -portfolio hide category element*/

/*portfolio excerpt addition*/
.excerpt-c {
    margin: 17px 0 0 0;
}
.excerpt-c p {
    line-height: 17px;
}
/*End of -portfolio excerpt addition*/

/*portfolio bottom navigation*/
.qodef-portfolio-single-nav {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 60px 0 !important;
    background-image: url(https://demo1.unixfor.gr/wp-content/uploads/2020/06/App2-Background-3-darker.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.qodef-portfolio-single-holder .qodef-portfolio-single-nav .qodef-portfolio-prev {
    left: 15% !important;
    top: 60px !important;
}
.qodef-portfolio-single-holder .qodef-portfolio-single-nav .qodef-portfolio-next {
    right: 15% !important;
    top: 60px !important;
}
/*End of -portfolio bottom navigation*/

/*custom contact form 7*/
.page-id-7881 .wpcf7-form-control.wpcf7-textarea, .page-id-6119 .wpcf7-form-control.wpcf7-textarea  {
    height: 100px;
}
/*End of -custom contact form 7*/

/*custom table*/
.table-edit table  tbody > tr:nth-child(4) > td:nth-child(3) > span {
    font-size: 0px;
}
.table-edit table  tbody > tr:nth-child(4) > td:nth-child(3) > span:after {
    content: 'Κέρματα';
    font-size: 15px;
}

:lang(en) .table-edit table  tbody > tr:nth-child(4) > td:nth-child(3) > span:after {
    content: 'Coins';
    font-size: 15px;
}

.table-edit table > tbody > tr:nth-child(4) > td:nth-child(4) > span {
    font-size: 0px;
}
.table-edit table > tbody > tr:nth-child(4) > td:nth-child(4) > span:after {
    content: 'Χαρτονομίσματα & Κέρματα';
    font-size: 15px;
}

:lang(en) .table-edit table > tbody > tr:nth-child(4) > td:nth-child(4) > span:after {
    content: 'Banknotes & Coins';
    font-size: 15px;
}

table.my-table td, table.my-table th {
    padding: 12px 14px;
    border: 1px solid #f0eeed;
    text-align: left;
}
table.my-table th {
    font-size: 16px;
    font-weight: 600;
    color: #202020;
}
table.my-table tbody td:first-child, table.my-table tbody th:first-child {
    background-color: #fcfbfc;
}
table.my-table tbody td:nth-child(2n+3), table.my-table tbody th:nth-child(2n+3) {
    background-color: #fafcff;
}
/*End of -custom table*/

/*sub menu nav*/
.qodef-drop-down .narrow .second .inner ul li {
    width: 300px !important;

}

/*#nav-menu-item-5971 > div, #sticky-nav-menu-item-5971 > div {
    left: -260px !important;
    width: 600px !important;    
}
#nav-menu-item-5971 > div > div > ul, #sticky-nav-menu-item-5971 > div > div > ul {
    width: 600px !important;
}
#nav-menu-item-5971 > div > div > ul > li, #sticky-nav-menu-item-5971 > div > div > ul > li {
    width: 50% !important;
}*/

                /*-----------> en*/
/*#nav-menu-item-7975 > div, #sticky-nav-menu-item-7975 > div {
    left: -260px !important;
    width: 600px !important;    
}
#nav-menu-item-7975 > div > div > ul, #sticky-nav-menu-item-7975 > div > div > ul {
    width: 600px !important;
}
#nav-menu-item-7975 > div > div > ul > li, #sticky-nav-menu-item-7975 > div > div > ul > li {
    width: 50% !important;
}*/

                /*-----------> for normal nav el & en*/
.page-id-5633 #nav-menu-item-5971.qodef-active-item a .item_outer:before, .page-id-6768 #nav-menu-item-7975.qodef-active-item a .item_outer:before {
    background-color: #fff;
}
.page-id-5633 #nav-menu-item-5971.qodef-active-item > a, .page-id-6768 #nav-menu-item-7975.qodef-active-item > a {
    color: #727272;
}
.page-id-5633 #nav-menu-item-5971.qodef-active-item > a > .item_outer:before, .page-id-6768 #nav-menu-item-7975.qodef-active-item > a > .item_outer:before{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: '';
    background-color: #4cb8dd;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: 0;
    -ms-transform: scaleX(.2);
    -webkit-transform: scaleX(.2);
    transform: scaleX(.2);
    -webkit-transition: -webkit-transform .2s ease-out,opacity .2s ease-out;
    transition: transform .2s ease-out,opacity .2s ease-out;
    -webkit-backface-visibility: hidden;
    z-index: -1;
}
.page-id-5633 #nav-menu-item-5971.qodef-active-item:hover a .item_outer:before, .page-id-6768 #nav-menu-item-7975.qodef-active-item:hover a .item_outer:before {
    opacity: 1;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.page-id-5633 #nav-menu-item-5971.qodef-active-item:hover > a, .page-id-6768 #nav-menu-item-7975.qodef-active-item:hover > a {
    color: #fff;
    z-index: 1;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
                /*-----------> End of -for normal nav el & en*/

                /*-----------> for fixed nav el & en*/
.page-id-5633 #sticky-nav-menu-item-5971.qodef-active-item a .item_outer:before, .page-id-6768 #sticky-nav-menu-item-7975.qodef-active-item a .item_outer:before {
    background-color: #fff;
}
.page-id-5633 #sticky-nav-menu-item-5971.qodef-active-item > a, .page-id-6768 #sticky-nav-menu-item-7975.qodef-active-item > a {
    color: #727272;
}
.page-id-5633 #sticky-nav-menu-item-5971.qodef-active-item > a > .item_outer:before, .page-id-6768 #sticky-nav-menu-item-7975.qodef-active-item > a > .item_outer:before{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: '';
    background-color: #4cb8dd;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: 0;
    -ms-transform: scaleX(.2);
    -webkit-transform: scaleX(.2);
    transform: scaleX(.2);
    -webkit-transition: -webkit-transform .2s ease-out,opacity .2s ease-out;
    transition: transform .2s ease-out,opacity .2s ease-out;
    -webkit-backface-visibility: hidden;
    z-index: -1;
}
.page-id-5633 #sticky-nav-menu-item-5971.qodef-active-item:hover a .item_outer:before, .page-id-6768 #sticky-nav-menu-item-7975.qodef-active-item:hover a .item_outer:before {
    opacity: 1;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.page-id-5633 #sticky-nav-menu-item-5971.qodef-active-item:hover > a, .page-id-6768 #sticky-nav-menu-item-7975.qodef-active-item:hover > a {
    color: #fff;
    z-index: 1;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}                
                /*-----------> End of -for fixed nav el & en*/

/*End of -sub menu nav*/

/*top bar*/
.qodef-top-bar > .qodef-grid {
    width: 96% !important;  
}
.qodef-top-bar {
    border-bottom: 1px solid #ececec;
}

.qodef-top-bar > .qodef-grid a {
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    color: #727272;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.qodef-top-bar > .qodef-grid .item_text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    border-width: 0;
    position: relative;
    border-color: transparent;
    background-color: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-backface-visibility: hidden;
}
.qodef-top-bar > .qodef-grid .item_text:hover a {
    color: #fff;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.qodef-top-bar > .qodef-grid .item_text:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: '';
    background-color: #4cb8dd;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: 0;
    -ms-transform: scaleX(.2);
    -webkit-transform: scaleX(.2);
    transform: scaleX(.2);
    -webkit-transition: -webkit-transform .2s ease-out,opacity .2s ease-out;
    transition: transform .2s ease-out,opacity .2s ease-out;
    -webkit-backface-visibility: hidden;
    z-index: -1;
}
.qodef-top-bar > .qodef-grid .item_text:hover:after {
    opacity: 1;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);   
}
.wpml-ls-legacy-list-horizontal, .wpml-ls-legacy-list-horizontal a {
    padding: 0px;
}
/*End of -top bar*/


/*animated icons color change to blue*/
.qodef-icon-shortcode.circle.checked:after {
    background-color: #4cb8dd !important;
}
/*End of -animated icons color change to blue*/


/*clients inner page*/
.page-id-5979 .qodef-clients > .qodef-client-holder .qodef-client-holder-inner, .page-id-7879 .qodef-clients > .qodef-client-holder .qodef-client-holder-inner {
    padding: 25px;
}
/*End of -clients inner page*/


/*theme tabs align center*/
.qodef-tabs.qodef-horizontal > ul {
    display: flex;
    justify-content: center;
}
/*End of -theme tabs align center*/


/*element holder width edit for 2 columns*/
.elements-holder-80-20 .qodef-elements-holder.qodef-two-columns > div:nth-child(1) {
    width: 80%;
}
.elements-holder-80-20 .qodef-elements-holder.qodef-two-columns > div:nth-child(2) {
    width: 20%;
}
/*End of -element holder width edit for 2 columns*/

/*blog*/
.single-post .qodef-blog-holder article .qodef-post-title {
    font-size: 24px !important;
}
.single-post .qodef-title .qodef-title-holder .qodef-title-breadcrumbs-holder h1 {
    font-size: 20px;
}
.single-post .qodef-title-breadcrumbs-holder > h1 > span {
    display: none !important;
}
.single-post .qodef-title .qodef-title-holder .qodef-title-breadcrumbs-holder .qodef-breadcrumbs a, .single-post .qodef-title .qodef-title-holder .qodef-title-breadcrumbs-holder .qodef-breadcrumbs span {
    color: #fff;
}

.qodef-blog-holder article .qodef-post-title {
    font-size: 20px !important;
}
.qodef-post-info-bottom {
    border-bottom: none !important;
}
/*End of -blog*/


/*button*/
.qodef-btn.qodef-btn-small.my-extra-small {
    font-size: 11px;
    padding: 0 11px;
    line-height: 27px;
    height: 25px;
}
/*End of -button*/

/*Media*/
@media only screen and (max-width: 1100px) {
    /*logo*/
    .qodef-logo-wrapper a {
        height: 35px !important;
    }
    /*End of -logo*/
    /*title*/
	.qodef-title .qodef-title-holder h1 {
	    font-size: 28px !important;
	}
	/*End of -title*/
	/*slider*/
	.qodef-slide-text > span {
		padding-right: 0px !important;
	}
	.qodef-slider-content-inner.one_by_one.from_right {
		width: 95% !important;
	}
	/*End of -slider*/	
}

@media only screen and (max-width: 1024px) {
	/*top bar mobile*/
	.qodef-top-bar-mobile-hide .qodef-top-bar {
	    display: block !important; 
	    height: 50px !important;
	}
	/*End of -top bar mobile*/	
}
/*End of -Media*/


