/* Themify Customize Styling */
.pagewidth,.module_row>.row_inner {	
	width: 1600px; 
}
body #site-logo a img {		width: 200px; 
}
@media(max-width: 1280px) { /* Themify Customize Styling */
body #site-logo a img {		width: 200px; 
}
 }@media(max-width: 960px) { /* Themify Customize Styling */
.pagewidth,.module_row>.row_inner {	
	width: 1600px; 
}
 }@media(max-width: 720px) { /* Themify Customize Styling */
body #site-logo a img {		width: 200px; 
}
 }
/* Themify Custom CSS */
 /* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 10px !important;
	bottom: 20px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

/* Floating button */
/* FLOATING SIDEBAR */
#floating_button ul {
  clear: both;
	position: fixed;
	display: block;
	list-style-type: none;
	right: -3.2em;
	top: 50%;
	-webkit-animation: slideright 1s forwards;
	-webkit-animation-delay: 1.5s;
	animation: slideright 1s forwards;
	animation-delay: 1.5s; 
}

@keyframes slideright {
	100% {
		right: 0;
	}
}

#floating_button ul li {
  margin-bottom: 40px;
  margin-right: -35px;
  padding: 15px;
  -webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
 	background-color: #0085ca;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
  
	-webkit-transition: width .5s, background-color .1s;
	transition: width .5s, background-color .1s;

}

#floating_button ul li a {
	font-size: 19px;
	text-transform: none;
	text-align: center;
  text-decoration: none;
	color: #ebebeb;
}

#floating_button ul li:hover {
	background-color: #0085ca;
	color: #fff;
}

/*Student Accordion*/
#accordion-slider-2 .as-panel p.as-layer {
	font-size: 15px;
	font-weight:400;
	text-transform: none;
}

/*Blog Post*/
.post-image img {
    vertical-align: bottom;
    border-radius: 0px;
    width: 100%;
}
.post-date-wrap {
    display: none;
}
.post-grid .tb_text_wrap {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}
.post-content .entry-content {
    width: 70%;
    margin: 0 auto;
}
@media only screen and (max-width: 600px) {
.post-content .entry-content {
    width: 100%;
    margin: 0 auto;
}
}
/*.ptb_module img{
	    height: 100% !important;
}*/


/*Projects titles*/
.ptb-search-container.ptb-search-shortcode-placeholder .ptb_loops_wrapper.ptb_loops_shortcode h2.ptb_post_title.ptb_entry_title {
	font-size:1.25em;
	    line-height: 1.2em;
	text-align: center;}

.ptb_title > h2.ptb_entry_title  {
	font-size:1.2em;
	line-height: 1.2em;
}

/* Menu Call Button */
.call-icon {
    background: none;
    color: #000;
}
.call-icon:hover {
    background: none;
	  color: #0085ca !important;
}
.call-icon a:hover {
	color:#0085ca !important;
}

/*Project first image*/
	.project-first-image .ptb_post_image {
		height:100%;
		padding-bottom:0!important;
	}