/*
Theme Name: TRC
Theme URI: http://therightclick.gr/
Author: Nikos
Author URI: http://therightclick.gr
*/
/*
-----------------------------------------------------------------------------------
TABLE OF CONTENTS
-----------------------------------------------------------------------------------

1. CSS INDEX - Contains only few css lines those are required globally

    101. GENERAL CSS
    102. DEFAULT WORDPRESS CSS


2. LESS FILES - Most of styles are in LESS directory and they has following structure.
   This is just for your information and you have to careful when you edit.

    201. GLOBAL STYLES (_global.less)
        - FONTS
        - LOADER
        - RESET
    202. SWIPER (_swiper.less)
        - BASIC SWIPER STYLE
        - PAGINATION STYLE
        - EFFECT STYLE
    203. HEADER (_header.less)
        - HEADER
        - HEADER LEFT STYLE
        - PAGE TITLE
    204. FOOTER (_footer.less)
        - FOOTER
        - FOOTER RESPONSIVE
        - SUBSCRIBE FORM
        - WIDGETS
    205. CONTENT SECTION & ELEMENTS (_content.less)
        - VC COLUMN VERTICAL ALIGN
        - CONTENT SECTION
        - COMMENTS FORM
        - POST ITEM STYLE
        - VC TAB RESTYLING
        - TEAM
        - OUR PROGRESS TAB
        - PAGINATION
        - PRICE BOX
        - SKILL PROGRESS BAR
        - COUNTER NUMBERS
        - SERVICE BOX
        - LOGO PROJECT
        - TIMELINE
        - PRICE BOX STYLE
        - TESTIMONIAL SLIDE CONTAINER
        - TABBED TEAM MEMBER
        - IMAGE ZOOM GALLERY
        - CONTACT FORM
        - CONTACT FORM : RESERVATION
        - PORTFOLIO
        - GALLERY
        - MODELS
        - PORTFOLIO & FASION GALLERY
        - ARROWS
        - TESTIMONIAL WRAPPER
        - TESTIMONIAL ITEM
        - TEAM CONTAINER & ITEM
        - TEAM CAROUSEL
        - INFO CONTENT
        - EXTENDED TAB & TOUR
        - TEXT IMAGE CAROUSEL
        - HELPER CLASSES
    206. RESPONSIVE STYLES (_responsive.less)
        - Extra Small devices
        - Small devices
        - Medium devices
        - Large devices

-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------
101 - General CSS
-----------------------------------------------------------------------------------*/
@font-face {
    font-family: 'Jaapokki';
    src: url('fonts/jaapokki-regular-webfont.eot');
    src: url('fonts/jaapokki-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/jaapokki-regular-webfont.woff2') format('woff2'),
    url('fonts/jaapokki-regular-webfont.woff') format('woff'),
    url('fonts/jaapokki-regular-webfont.ttf') format('truetype'),
    url('fonts/jaapokki-regular-webfont.svg#jaapokkiregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: Montserrat-Regular !important;
	padding-bottom: 0px;
	font-size: 16px;
	line-height: 1.8em;
}
p {
    font-family: Montserrat-Regular !important;
}
h1, h2, h3, h4, h5, h6, .ai1ec-event-title, .block-title {
    font-family: "Montserrat-Medium" !important;
}
body.blog{
	padding-bottom: 0px;
	padding-top: 0px;
}
body.no-content-padding .blog-section{
	padding-top: 0px;
	padding-bottom: 0px;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
    font-family: "Montserrat-Medium" !important;
}
.header{
	top: 0px;
	left: 0px;
}
.no-link > a:hover {
    color: rgb(85,85,85) !important;
    cursor: default !important;
}
@media screen and (min-width: 992px) {
    .banner-navigation.brand-color .banner-nav-item {
        min-height: 520px;
    }
}
@media screen and (min-width: 1200px) {
    .banner-navigation.brand-color .banner-nav-item {
        min-height: 440px;
    }
}
body.admin-bar:not(.non-sticky-header) .header{
    top: 32px;
}
/* Footer section styles */

footer .mc4wp-form input[type=email]{
	width: 80%;
	float: left;
    border-radius: 0;
    height: 45px;
}
footer .mc4wp-form input[type=submit]{
	width: 20%;
    border-radius: 0;
    height: 45px;
    background-color: #a2d107 !important;
    border-color: #a2d107 !important;
    outline: none !important;
}
@media only screen and (max-width: 768px) {
    footer .mc4wp-form input[type=email]{
        width: 100%;
        float: none;
    }
    footer .mc4wp-form input[type=submit]{
        width: 100%;
        float: none;
    }
}
#comments{
	padding: 0 120px;
	padding-top: 70px;
}
#reply-title{
	margin-bottom: 30px;
}
.form-allowed-tags {display:none;}
.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.folio-args{
	display: none;
}
.team-member-container .thumb-img{
	display: none;
}
.content-media {
    margin-bottom: 40px;
}
.content-media img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.post-item.sticky {
    background-color:#efefef;
}

.error404 .blog-section h2 {
    font-size: 172px;
    text-align: center;
}
.error404 .blog-section p {
    margin: 20px 0;
}


/*-----------------------------------------------------------------------------------
102 - Default styles 
-----------------------------------------------------------------------------------*/
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
button,input,select,textarea {
    max-width: 100%;
    vertical-align: baseline;
  padding: 10px;
    color: #3b3b3b;
}
table,th,td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 0px;
    margin: 0px;
    width: 100%;
}
caption,th,td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0px;
    font-weight: 700;
}
td {
    border-width: 0px;
}
th,td {
    padding: 0.4em;
}
/* Text meant only for screen readers */
.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
/* Page links */
.content-text {margin-top:20px;}
.page-links {clear:both;}
.page-links a,
.page-links > span {
    border: 1px solid #eaeaea;
    display: inline-block;
    height: 2em;
    line-height: 2;
    margin: 0 0.3333em 0.3333em 0;
    text-align: center;
    width: 2em;
}
.page-links a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    border-color: #333;
    color: #fff;
}
.page-links a:hover,
.page-links a:focus {
    color: #fff;
    text-decoration: none;
}
.page-links > .page-links-title {
    border: 0;
    padding-right: 0.5em;
    width: auto;
}
.wp-caption,.wp-caption-text,.sticky,.gallery-caption,.bypostauthor,.alignright,.alignleft,.aligncenter{}

/**
 * Galleries
 */
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
/* Static instagram widget */
.jr-insta-thumb .thumbnails {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
}
.jr-insta-thumb .jr_col_3 > li { width: 33%}
.jr-insta-thumb .thumbnails > li {
border: 0;
  background: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  padding: inherit !important;
  margin: 0 !important;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jr-insta-thumb:after {
  content: "";
  display: table;
  clear: both;
}
/* Helper classes: Content Alignments */
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

/* Captions */
.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-caption-text {
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0;
    text-align: center;
}
/* Helper classes */
.clearfix {clear:both;}
.text-white {color:#fff !important;}
.text-light {color:#ffffff;}
.text-light a {color:#ffffff;}
.text-light a[class^="social_"] {color:#ffffff;border-color:#ffffff;}
.text-light h1,.text-light h2,.text-light h3,.text-light h4,.text-light h5,.text-light h6 {color:#ffffff;}
.text-dark {color:#222;}
.text-dark a {color:#222;}
.text-dark a[class^="social_"] {color:#222;border-color:#222;}
.text-dark h1,.text-dark h2,.text-dark h3,.text-dark h4,.text-dark h5,.text-dark h6 {color:#222;}
.text-thin {font-weight:100 !important;}
.text-thin-300 {font-weight:300 !important;}
.animate {opacity:0;}
@media (max-width:480px) {.hidden-xxs {display:none !important;}}
.text-center {text-align:center;}
.text-right {text-align:right;}
.text-left {text-align:left;}
.list-inline {list-style:none;padding-left:0;}
.list-inline li {display:inline-block;padding-right:0;}
.list-inline li + li {padding-left:10px;}
.no-margin {margin:0;}
.no-margin-top {margin-top:0;}
.no-margin-bottom {margin-bottom:0!important;}
.no-padding {padding:0;}
.no-padding-top {padding-top:0;}
.no-padding-bottom {padding-bottom:0;}
/* iFrame object embed overflow fix */
.content-text iframe, .content-text object, .content-text embed {
    max-width: 100%;
} 
.vc_tta-container .vc_tta-panel-heading {
display:none;
}
/* 
End default styles 
-------------------------------------------------- */ 
/* Language select */
#lang_sel_list  { 
height: 50px;
    position: absolute;
    z-index: 99;
    font-family: verdana, arial, sans-serif;
    background-color: transparent;
    border-color: transparent ;
    right: -50px; 
    top: 37px;
} 
#lang_sel_list ul a.lang_sel_other, #lang_sel li ul a:link, #lang_sel_list ul a.lang_sel_other:visited  {    
    background-color: transparent !important; 
}

#lang_sel_list a { 
background-color:transparent !important;
} 

#lang_sel_list ul {
    border-top: 0 !important;
} 
.blog-section {
    color: #222 !important;
}
.dataTables_filter input,
.posts-table-select-filters select,
.feup-pure-control-group .ewd-feup-text-input {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.feup-pure-control-group .ewd-feup-text-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
code, kbd, pre, samp {
    font-family: "Montserrat-Medium" !important;
    font-size: 16px;
}

.btn-primary,
.feup-pure-button-primary {
    color: #fff !important;
    background-color: #02BAF3;
    border-color: #02BAF3;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.focus,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:focus,
.feup-pure-button-primary.active.focus,
.feup-pure-button-primary.active:focus,
.feup-pure-button-primary.focus,
.feup-pure-button-primary:active.focus,
.feup-pure-button-primary:active:focus,
.feup-pure-button-primary:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.feup-pure-button-primary.active,
.feup-pure-button-primary.focus,
.feup-pure-button-primary:active,
.feup-pure-button-primary:focus,
.feup-pure-button-primary:hover {
    color: #fff;
    background-color: #0A98C4;
    border-color: #0A98C4;
}
.ewd-feup-login-successful-message {
    width: 100%;
    display: block;
    color: #fff;
    background-color: #02BAF3;
    padding: 10px;
}
#menu-footer-menu {
	margin-bottom:25px;
	padding-left:0;
}
.eb-widget {
	margin:auto !important;
}
@media (min-width:992px) {
	.banner-navigation.brand-color .banner-nav-item:nth-child(5n+1) {
		border-radius: 7px 0 0 7px;
	}
	.banner-navigation.brand-color .banner-nav-item:nth-child(5n+4) {
		 border-radius: 0 7px 7px 0;
	}
}
@media (max-width:991px) {
	.banner-navigation.brand-color .banner-nav-item:nth-child(5n+1) {
		border-radius: 7px 7px 0 0;
	}
	.banner-navigation.brand-color .banner-nav-item:nth-child(5n+4) {
		 border-radius: 0 0 7px 7px;
	}
}
.ec-shortcode-outer-wrap.ec-template3 .ec-count-title,
.ec-shortcode-outer-wrap.ec-template3 .ec-count-subtitle {
    font-family: 'Montserrat-Regular', sans-serif !important;
}
.ai1ec-btn,
.ai1ec-dropdown-toggle,
.cat-post-footer-link,
.submit-btn {
    border-radius: 5px !important;
}

.video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 110vh;
}

.text-wrapper-1 {
	margin-top: 10vh;
	position: relative;
	min-height: 95vh;
	opacity: 0.7;
	align-content: center;
	justify-content: center;
	display: flex;
}
.text-wrapper-2 {
	position: relative;
	min-height: 95vh;
	opacity: 0.7;
	align-content: center;
	justify-content: center;
	display: flex;
}
.text-wrapper-3 {
	position: relative;
	min-height: 95vh;
	opacity: 0.7;
	align-content: center;
	justify-content: center;
	display: flex;
}
.text {
	font-size: 44px;
	font-weight:600;
	line-height: 1.4;
	padding: 50px;
	background-color: white;
	position: absolute;
	top: 10vh;
	text-align: center;
	align-content: center;
	border-radius: 15px;
}
@media (max-width:991px) {
	.page-title {
		display:none;
	}
	.video {
		position: fixed;
		top: 50%; 
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		min-width: 100%; 
		min-height: 100%; 
		width: auto; 
		height: auto;
		overflow: hidden;
	}
	.text-wrapper-1 {
		margin-top: 30vh;
	}
	.text {
		padding: 20px;
		font-size: 28px;
		line-height: 1.1;
	}
    .blog-section .single-content {
        padding: 0 60px !important;
    }

    .wp-block-image {
        margin-top: 150px;
    }
}

.ai1ec-event-avatar img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
#overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333;
    background-size: 50px;
    opacity: .6;
}
#overlay:hover {
    opacity: .7;
}


.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}


.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.content:hover .content-details .date span {
    padding: 4px 2px 2px;
    margin: 0;
    background: hsla(0,0%,100%,.75);
    box-shadow: 3px 0 0 hsla(0,0%,100%,.75),-2px 0 0 hsla(0,0%,100%,.75);
    position: relative;
    color: #000;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0;
}
.fadeIn-bottom{
  top: 80%;
}



.filter_child_divs_for_liner:first-child ul {
    display: none !important;
}
.owl-item article.element-item {
    width: 100%;
    height: 360px;
}
article.element-item header {
    height: 220px;
}
article.element-item header a {
    height: 200px;
}
article.element-item header img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;

}

#events .widgettitle {
    display: inline-block;
    color: #222;
    font-family: Montserrat-Regular !important;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    border-bottom: 3px solid #a2d107;
}
.owl-item {
    padding: 0 15px;
}
.home-title-news {
    font-size: 30px;
    font-weight: 600;
    border-bottom: 3px solid #a2d107;
}
.home-title {
    font-family: Montserrat-Regular !important;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}
.home-title span {
    border-bottom: 3px solid #a2d107;
}

.ai1ec-subscribe-dropdown.ai1ec-dropdown.ai1ec-btn.ai1ec-btn-default.ai1ec-btn-xs {
    display: none;
}
.banner-nav-item p {
    line-height: 1.3 !important;
}
.member-btn {
    padding: 11px 15px !important;
    font-size: 18px !important;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #a2d107;
    font-size: 40px;
    background: transparent;
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -40px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -30px;
}

.blog-section ul.blocks-gallery-grid {
    margin-left: 0 !important;
}
#social pre.wp-block-code {
    display: none;
}
.inline-block.team-social {
	text-align: center;
}
.inline-block.team-social a {
 	font-size:22px;
	padding-left:5px;
}
.contact-us input[type="text"], .contact-us textarea {
  	margin-bottom: 4px;
}