/*
Theme Name: ShapeShifters
Author: ST Creativ
Author URI: http://stcreativ.com/
Tags: simple, modern, clean, template, theme, wordpress, seo, responsive, mobile, sport
*/

/*TYPOGRAPHY
========================== */

@font-face
{
font-family: Source;
src: url('fonts/SourceSansPro.otf');

font-family: Days;
src: url('fonts/days.otf');
}

h1, h1 a {
	font-size: 2.250rem;
}

h2, h2 a {
	font-size: 2.000rem; 
}

h3, h3 a {
	font-size: 1.800rem;
}

h4, h4 a {
	font-size: 1.6rem;
}

p, ul, li ol, a {
	font-size: 1rem;
	font-family: Source, sans-serif;
	font-weight: lighter;
}

h1, h2,  {
	!font-family: "Days", "Book Antiqua", Palatino, serif;
}

h1, h2, h3, h4 {
	margin-top: 0;
	padding-top: 0;
}


a{
	color: #000000;
}

.panel a:hover {
	text-decoration: underline;
}

hr {
	border: 1px solid #50A6C2;
}

input, textarea {
	max-width: 500px;
}

textarea {
	min-height: 200px;
}

input[type="submit"] {
	padding: 10px 30px;
	background-color: #fff;
	border: 2px solid #ccc;
}

input[type="submit"]:hover {
	background-color: #e2e2e2;
	color: #fff;
}

.pagination {
	margin: 40px 0;
}

.pagination span, .pagination a {
	padding: 10px;
	font-size: 1.5rem;
}

.pagination a {
	background-color: #e2e2e2;
}

a:hover {
	color: #000000;
}

h1.title {
	float: left;
}

.title a{
	color: white;
}

.title a:hover{
	color: #ccc;
}

.classes {
	padding: 20px 0;
	overflow: hidden;
}

.classes h2 {
	margin-bottom: 40px;
	text-transform: uppercase;
}

.classes p {
	margin-top: 0;
	padding-top: 0;
}

.classes-thumb {
	text-align: center;
}

.classes-thumb img {
	width: 300px;
}

.menu .current_page_item a{
	color: #00688B;
	!font-weight: bold;
}

.menu .current-menu-item {
	border: 1px solid #50A6C2;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
}

.menu .current-menu-item:hover {
	background-color: #ffffff;
}

.dpe-flexible-posts {
	list-style: none;
	margin: 0;
}

.dpe-flexible-posts img {
	margin: 0 0 20px;
}

.row {
	max-width: 72.5rem;
}

h1.widget-title {
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: left;
	margin: 0 0 20px 0;
}

.widget_dpe_fp_widget h4 {
	font-size: 1em;
}

.widget ul {
	list-style: none;
	text-align: left;
}

.menu-icon {
	font-size: 3rem;
}

/*HOMEPAGE FEATURED BANNER */

.featured{
	background-image: url('images/bg.jpg');
	background-size: 400px 400px;
	padding: 55px 0;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 50px;
	box-shadow: 1px 1px 5px #cccccc;
}

.home.featured {
	padding: 125px 0;
}


.featured a{
	color: #fff;
	text-align: center;
	display: block;
}

.featured h1{
	color: #000000;
	text-shadow: 5px 5px #ffffff;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 2rem;
	padding: 0;
	margin: 0;
}

.featured h2{
	color: white;
	display: block;
	text-align: center;
}

.featured p {
	color: white;
	display: block;
	text-align: center;
}

.thumbnail {
	margin: 20px 0;
}

/*HOMEPAGE FEATURED BANNER END */

/*ABOUT US FEATURED BANNER */
.featured-about{
	background: #f39c12;
	padding: 125px 0;
	border: none;
}

.featured-about a{
	color: #fff;
	text-align: center;
	display: block;
}

.featured-about h1{
	color: white;
	display: block;
	text-align: center;
}

.featured-about h2{
	color: white;
	display: block;
	text-align: center;
}

.featured-about p {
	color: white;
	display: block;
	text-align: center;
}

/*ABOUT US FEATURED BANNER END */

.dropshadow {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}

.main{
	display: block;
    margin: 30px auto;
    font-size: 12em;
    color: #fff;
    box-shadow: 1px #ccc;
    text-align: center;
}

.highlight{
	padding:0px 20px;
	text-align: center;
}

.flexslider {
	display: block;
	overflow: hidden;
}

.slide {
	max-height: 500px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.slide-info {
	padding: 20px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.slide-info:hover {
	opacity: 1;
}

.slide-info h1 {
	color: white;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.slide-info p {
	font-size: 1.5rem;
	color: white;
	font-weight: lighter;
}

.v-align {
	position: relative;
	top: 25%;
	height: 100%;
}

.testimonial-inner {
	overflow: hidden;
}

cite {
	font-size: 1.4rem;
}

blockquote {
	border-left: 10px solid #ddd;
}

blockquote span {
	font-size: 2rem;
}

blockquote p {
	font-size: 1rem;
	color: #000000;
}

.button {
	background-color: #00688B;
	border-radius: 10px;
}

.button:hover {
	background-color: #50A6C2;
}


/*NAVBAR
========================== */
nav.tab-bar{
	background-color: #50A6C2;
	height: 150px;
	margin-bottom: 40px;
	text-align: center;
	!border-bottom: 5px solid #ffffff;
}

.left-small a {
	display: none;
	height: 100%;
	float: left;
	padding: 20px 20px 0px;
	width: 80px;
	margin: 0;
}

section.left-small {
	box-shadow: none;
	border: none;
}

.header-container {
	text-align: center;
}

.menu {
	list-style: none;
	z-index: 10000;
	display: inline-block;
	margin: 0;
	padding-top: 108px;
	float: right;
}

.menu li {
	float: left;
	padding: 5px 20px;
	!border: 1px solid #50A6C2;
	border-bottom: 0;
	margin: 0 5px;
	border-radius: 10px 10px 0 0;
	background-color: #50A6C2;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;

}

.menu li:hover {
	background-color: #ffffff;
	
}

.menu li:hover a {
	color: #00688B;
}


.menu li a {	
	color: #ffffff;
	font-size: 0.900rem;
	font-weight: lighter;
}


h1.title a {
	line-height: 120px;
}

body {
	background-color: #ffffff;
	background-image: url('images/texture1.png');
	background-size: 180px 450px;
	background-repeat: repeat;
}

#logo {
	margin-top: 40px;
	width: 180px;
	z-index: 1;
	!transition: all 0.5s ease-in-out;
	float: left;	
}

.contact {
	position: absolute;
	padding: 10px 0 10px 10px;
	top: 10px;
	right: 20px;
	margin: 0;
	color: #ffffff;
}

.contact p {
	float: right;
	color: #ffffff;
	margin: 10px 20px 10px 0;
	font-size: 1.7em;
	font-weight: normal;
	border-bottom: 7px solid #50A6C2;
	padding: 0 10px;
}

#phone {
	float: left;
	display: inline-block;
	padding-right: 20px;
	font-size: 1.7rem;
	font-weight: lighter;
	color: #50A6C2;

}

.contact-link {
	padding: 20px 20px;
	text-transform: uppercase;
	font-size: 1rem;
	margin: 0;
	!border: 3px solid #ffffff;
	border-radius: 10px;
	color: #ffffff;
	float: right;
	clear: both;
}

.contact-link:hover {
	background-color: #ffffff;
	color: #50A6C2;
}

.panel {
	background-color: #fff;
	border: 10px solid #50A6C2;
}

.panel.radius {
	border-radius: 7px;
}

/*FOOTER
========================== */
footer{
	background-image: url('images/footerbg.png');
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	!background:	#00688B;
	height: 200px;
	color: white;
	text-align: right;
	padding-top: 140px;
}



footer p, footer a {
	font-size: 0.9rem;
	padding: 0;
	margin: 0;
	
}

.copyright{
	background:#ecf0f1;

}

.middle .tab-bar-section {
	float: left;
	overflow: hidden;
}

.page-title {
	!background-color: #00688B;
	border-bottom: 10px solid #50A6C2;
	padding: 10px 20px;
	margin: 0 0 20px 0;
	color: #00688B;
	font-weight: light;
	
}

.about {
	text-align: center;
	margin-bottom: 20px;
}



/*MEDIA QUERIES
========================== */

@media screen and (max-width: 950px) {
h1, h1 a {
	font-size: 1.600rem;
}

h2, h2 a {
	font-size: 1.600rem; 
}

h3, h3 a {
	font-size: 1.400rem;
}

h4, h4 a {
	font-size: 1.250rem;
}

nav.tab-bar{
	margin-bottom: 20px;
	height: 100px;

}

.menu {
	display: none;
}


.left-small a{
	display: block;
	font-size: 2.0em;
	color: #ffffff;
	padding-top: 20px;
}

.left-small a:hover{
	color: #e2e2e2;
}

#logo {
	top: 10px;
	left: 0;
	right: 0;
	width: 150px;
	position: absolute;
	margin: 0 auto;
}

.contact {
	display: none;
}

.slide-info {
opacity: 1
}


}


@media screen and (max-width: 600px) {


h1.title {
	float: left;
	width: 100%;
}



.blank-class {
	display: none;
}

.flex-direction-nav {
	display: none;
}

.v-align {
	position: relative;
	top: 5%;
	height: 100%;
}

.slide-info h1 {
margin-bottom: 20px;
}


.slide-info p {
	display: none;
	font-size: 1.2rem;
	color: white;
	font-weight: lighter;
}







	}

