.white-text a,
.white-text h4,
.white-text h3,
.white-text h2,
.white-text h1,
.white-text{
	color:#fff;
}


#page .vc_btn3-container .vc_general.vc_btn3{
	background: #000;
	color: #fff;
	font-family: Roboto Condensed, sans-serif;
	letter-spacing: 1px;
	font-weight: 300;
	padding: 13px 40px;
	display: inline-block;
}

#page .vc_btn3-container .vc_general.vc_btn3:hover{
	background: #000;
	opacity:0.7;
}

#page .vc_btn3-container.white-text{
	position:relative;
}

#page .white-text .vc_general.vc_btn3{
    background-image: transparent !important;
    background-color: #bf0035 !important;
    color: #fff !important;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 25px;
    margin-top: 10px;
    font-size: 13px;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    font-weight: bold;
    letter-spacing: 0.4px;
}

#page .white-text .vc_general.vc_btn3:hover{
	background-color: #96002a!important;
	opacity:1;
}

/*
#page .white-text .vc_general.vc_btn3{
	background: #fff url('/wp-content/uploads/2018/03/stripe_bigger.jpg') repeat center center !important;
	color: #000;
	border-top: 2px solid #f8b132;
	border-radius: 0;
	border-bottom: 2px solid #f29f0c;
	display: inline-block;
	min-width: 200px;
	font-size: 15px;
}

#page .white-text .vc_general.vc_btn3:after,
#page .white-text .vc_general.vc_btn3:before{
	position: absolute;
	content: '';
	width: 25%;
	background-color: #d0043d;
	z-index: 10;
	animation: sliding 6s linear infinite;
	height: 2px;
	transition: 0.5s linear ease;
	left:0;
}

#page .white-text .vc_general.vc_btn3:before{
    top: -2px;
}

#page .white-text .vc_general.vc_btn3:after{
    bottom: -2px;
}

#page .white-text .vc_general.vc_btn3:hover{
	opacity:1;
}

#page .white-text .vc_general.vc_btn3:hover:after,
#page .white-text .vc_general.vc_btn3:hover:before{
	animation-play-state: paused;
	opacity:0.7;
}


@keyframes sliding{
	0%{left:0%;}
	50%{left:75%;}
	100%{left:0%;}
}*/

#page .tparrows {
    background: rgba(0,0,0,.8);
}

#page .wpb_revslider_element {
    margin-bottom: 0px;
}

.gem-btn,
a.gem-btn{
	background-color: #000;
	color: #fff;
	font-family: Roboto Condensed, sans-serif;
	letter-spacing: 1px;
	font-weight: 300;
	padding: 16px 40px;
	margin-top:10px;
	font-size:14px;
	text-decoration:none;
}

.project_items .project_box a.gem-btn{
	margin-top:0px;
	font-weight:bold;
}

.project_items .project_box a.gem-btn:hover{
	opacity:1;
	background-color:#d88d1e;
}

.project_items .project_item:nth-child(2n +2) a.gem-btn{
	background-color:#d0043d;
}

.project_items .project_item:nth-child(2n +2) a.gem-btn:hover{
	background-color:#96002a;
}

a.gem-btn-orange,
.gem-btn-orange{
	background-color: #fbb040;
}

.gem-btn:hover,
a.gem-btn:hover{
	background-color: #ec9f2c;
}

.project_box .gem-btn,
.project_box a.gem-btn{
	padding: 8px 20px;
}

.project_items .project_item{
	padding-left:4px;
	padding-right:4px;
}

.orange-text{
	color:#e7a33e;
}


.project_cat_items{
	
}

.project_cat_item{
	padding: 1px !important;
}

.project_cat_box{
	background-color:grey;
}


.project_cat_item_thumbnail{
	position: relative;
	background-clip: border-box;
	overflow: hidden;
	max-height: 250px;
	background-size: cover;
	background-image: url('/wp-content/uploads/2018/03/taoiseach_square1.jpg');
	background-position: center center;
}

.project_cat_item_thumbnail::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 100%;
}

.flip-container {
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 100%;
	height: 250px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
	background-color: #d5d5d5;
}

.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

.back {
	transform: rotateY(180deg);
	margin: auto;	
}

.back,
.back .project_cat_item_thumbnail{
	background-color:#fff;
	background-image:none;
}

.front h4,
.back h4 {
	position: absolute;
	background-color: #ffff;
	padding: 7px 15px;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-family: Roboto Condensed, sans-serif;
	box-sizing: border-box;
	margin: 0;
	color: #000;
	font-weight: normal;
}

.flip-meta-box p {
    margin: 0;
    padding: 0;
	border-bottom: 1px solid #f5f5f5;
}

.flip-meta-box .gem-btn{
	display: inline-block;
	padding: 7px 25px;
	background-color: #f4ae2d;
}

.flip-meta-box{
	position: absolute;
	top: 50%;
	z-index: 9999;
	left: 0;
	padding: 10px;
	background-color: rgba(255,255,255,0.3);
	width: 100%;
	transform:translateY(-50%);
	text-align: center;
	color: #000;
	font-size: 14px;
}

.project_cat_item_box .flip-meta-box{
	height: 100%;
}

.project_cat_item_box .project_box {
    box-shadow: 0 0px 4px rgba(0,0,0,0.4);
}



.flip-meta-box i {
    width: 16px;
    text-align: center;
}

.flip-meta-box div{
	padding-bottom:5px;
}

.flip-meta-box span {
    width: 100%;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #ffff;
	font-weight: normal;
	background-color: #f4ae2d;
	padding: 0px 0;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-family: Roboto Condensed, sans-serif;
	margin-bottom: 2px;
}

.blurred{
	opacity: 0.8;
	filter: Grayscale(1);
}

.no-up{
	text-transform: inherit;
}

.project-meta-text h4{
	margin: 0 0 5px;
	font-size: 20px;
	padding: 0;
}

#content .project-meta-text .wpb_text_column{
	padding:0 0 5px!important;
	margin:0!important;
}

.fancy-box.fill-all {
    display: block;
    width: 100%;
    height: 100%;
}

.fancy-wrapper {
  position: relative;
  overflow: hidden;
  height: 660px;
  margin-bottom: 5px;
  background-position: center center;
  background-size: cover;
}


.fancy-wrapper img {
  position: relative;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
/*
.fancy-box:hover:after{
	position:absolute;
	content:"\f002";
	font-family: "Font Awesome 5 Pro";
	top:50%;
	left:50%;
	color: white;
	z-index: 15;
	font-weight: normal;
	font-size: 52px;
	text-shadow: 1px 2px 1px rgba(0,0,0,1);
	transform: translate(-50%,-50%);
	line-height: 96px;
	transition: all 0 linear!important;
}*/

.fancy-box:hover::before{
	content:"";
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	background-color:rgb(0,0,0,0.7);
	width:100%;
	height:100%;
	display:block;
	transition: all 0 linear!important;
}

.fancy-wrapper::before {
    content: "";
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0,0.5);
    width: 50px;
    height: 50px;
    display: block;
}

.fancy-wrapper::after{
    content: "\f302";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    z-index: 11;
    left: 0;
    top: 0;
    color: white;
    font-weight: normal;
    font-size: 28px;
    width: 50px;
    text-align: center;
    line-height: 50px;
	animation: 3s attention-animation cubic-bezier(.68,-0.55,.27,1.55) infinite;
}

.post-thumbnail-fancy-wrapper .gallery-information,
.fancy-wrapper .gallery-information{
	display:none;
}

.post-thumbnail-fancy-wrapper .gallery-information i,
.fancy-wrapper .gallery-information i{
	font-size: 62px;
}

.post-thumbnail-fancy-wrapper:hover .gallery-information,
.fancy-wrapper:hover .gallery-information{
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    z-index: 15;
    font-weight: normal;
    font-size: 16px;
    text-shadow: 1px 2px 1px rgba(0,0,0,1);
    transform: translate(-50%,-50%);
    line-height: 2;
    display: block;
    text-align: center;
}

@keyframes attention-animation{
	0%{opacity:0.6;}
	50%{opacity:1;}
	100%{opacity:0.6;}
}

.fancy-wrapper:hover::before,
.fancy-wrapper:hover::after{
	display:none;
}

.has_no_image .gem_testimonials_image{
	display:none;
}

.hidden{
	display:none;
}

.gem-divider{
	width: 100%;
	height: 1px;
	display: block;
	background-color: #e7e7e7;
	position: absolute;
	left: 0;
}

.gem-header-image{
	width: 100%;
	height: 75px;
	display: block;
	position: relative;
	background-image: url('/wp-content/uploads/2018/08/splash_background.jpg');
	background-color:#dedede;
	background-size: cover;
	background-position: center center;
}

.project_cat_item_box {
    margin: 15px 0;
}

#page .slick-dots {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#page .slick-dots li:before{
	display:none;
}

#page .slick-dots li{
	display: inline-block;
	margin: 0 3px;
	padding: 0;
}

#page .slick-dots li button{
    background-color: #868686;
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
}

#page .slick-dots li.slick-active button{
	background-color: #fff;
}

.img-margin img{
	margin-bottom:16px;
}

.our-team2-modal{
	top:45%;transform: translateY(-50%);
}

.our-team2-modal .modal-content {
    padding: 16px;
    font-size: 14px;
}

.our-team2-modal h1 {
    margin: 12px 0 0;
}

.our-team2-modal h3 {
    font-size: 18px;
	text-transform: uppercase;
	color: #898989;
	border-bottom: 1px solid #cccc;
	padding-bottom: 6px;
	margin-bottom: 16px;
}

.our-team2-modal strong {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 16px;
}

.our-team2-modal .better-ul,
.our-team2-modal p {
    margin-bottom: 6px;
}

.our-team2-modal .better-ul li {
    padding-bottom: 0px;
}

.our-team2 button {
    background-color: #fff;
    font-family: Roboto Condensed, sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
    padding: 5px 20px;
    display: inline-block;
    background: #fff url('/wp-content/uploads/2018/03/stripe_bigger.jpg') repeat center center;
    color: #000;
    border-color: rgba(0,0,0,0.1);
    margin: 0 auto;
}

.our-team2 button:focus, 
.our-team2 button:hover {
	background-color: #fff;
	border-color: rgba(0,0,0,0.2);
	opacity:0.8;
	color: #000;
}

.fancy-box{
	position:relative;
}

#page .slotholder .full-cover div::after {
    padding-bottom: 103%;
}

.team-content-text {
    font-size: 14px;
}

.hide-slider{
	display:none;
}

@media screen and (max-width:1366px){
	.fancy-wrapper {
		height: 460px;
	}
}


@media screen and (max-width:768px){
	.fancy-wrapper {
		height: auto;
	}
	
	.fancy-wrapper img {
		position: static;
	}
}

@media screen and (max-width:540px){
	.col-xs-6 {
		width:100%;
	}
}


