/*
Theme Name: ACS Theme
Theme URI: http://colleges.org
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Eastmont Group
Author URI: http://eastmontgroup.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

/*** MBG ***/

@import url(http://fonts.googleapis.com/css?family=Didact+Gothic|Roboto:400,300,700);

/*** Global Styles ***/

html, body {
	font-family: georgia, serif;
	overflow-y: visible !important;
	overflow-x: hidden;
	padding: 0;
}

.center {
	text-align: center;
}

#main article footer {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  border-top: medium none;
  margin-top: 0;
  min-height: 20px;
  padding-top: 0;
  position: relative;
}

a {
	outline: 0 !important;
}

/*** Header ***/

.navbar {
	background: rgba(255, 255, 255, 0.9);
	border: none;
	border-radius: none;
	 box-shadow: 0px 8px 7px rgba(0, 0, 0, 0.07);
	height: 120px;
}

.navbar > .container .navbar-brand {
  background-image: url("images/logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 65px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-top: 30px;
  position: fixed;
  text-indent: -9999px;
  width: 415px;
}

.navbar-nav {
	padding: 35px 0 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: none;
}

img {
	max-width: 100%;
}

/*** Navigation Icons ***/

.menu-about {
	background: url("images/question.png");
	height: 50px;
	width: 50px;
	text-indent: -99999px;
}

.menu-about:hover, .menu-colleges:hover, .menu-contact:hover, .menu-search:hover {
	opacity: .5;
}

.menu-colleges {
	background: url("images/16.png");
	height: 50px;
	width: 50px;
	text-indent: -99999px;
}

.menu-contact {
	background: url("images/mail.png");
	height: 50px;
	width: 50px;
	text-indent: -99999px;
}

.menu-search {
	background: url("images/mag.png");
	height: 50px;
	width: 50px;
	text-indent: -99999px;
}

.navbar-nav > li {
	margin: 0 0 0 18px;
}

/*** Text Styles ***/

h3 {
	font-weight: 300;
}

.lead, p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 15px;
	margin-top: 15px;
}

/*** Home Styles ***/

.home #content {
	padding: 0;
	margin: 0px 0px 0px 0px;
}

#pp-nav ul {
	display:none;
}

/*** Home Slider ***/

.section-1 {
	background: none repeat scroll 0 0 #ffffff;
}

/**Wordpress Simple Slide Slider**/
.pager-list {
	display: none;
}

.fader_controls {
  display: none;
}

.simple-slide-content {
  border: 0 solid rgba(255, 255, 255, 0.3);

}

.simple-slide-content h2 {
	color: #fff;
    font-size: 50px;
    padding: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    font-variant: small-caps;
}

.simple-slide-content h4 {
	color: #fff;
	font-size: 36px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    font-variant: small-caps;
}

/**End Wordpress Simple Slider**/

.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    list-style-type: none;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 36s linear infinite 0s;
}

.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    top: 45%;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    animation: titleAnimation 36s linear infinite 0s;
}

.cb-slideshow li div h3 {
    font-size: 50px;
    padding: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    font-variant: small-caps;
}

.cb-slideshow li div h4 {
	font-size: 36px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    font-variant: small-caps;
}

.cb-slideshow li:nth-child(1) span {
    background-image: url(images/richmond.jpg);
}
.cb-slideshow li:nth-child(2) span {
    background-image: url(images/birmingham.jpg);
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(images/rhodes.jpg);
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(images/wandl.jpg);
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(images/furman.jpg);
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(images/rollins.jpg);
    animation-delay: 30s;
}
 
.cb-slideshow li:nth-child(2) div {
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
    animation-delay: 30s;
}

@keyframes imageAnimation {
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@keyframes titleAnimation {
    0% { opacity: 1 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 1 }
    100% { opacity: 1 }
}

.no-cssanimations .cb-slideshow li span{
    opacity: 1;
}

@media screen and (max-width: 1140px) {
    .cb-slideshow li div h3 { font-size: 45px }
}
@media screen and (max-width: 600px) {
    .cb-slideshow li div h3 { font-size: 45px }
}

.home footer {

  width: 100%;
}

.downArrow {
  background: none repeat scroll 0 0 #337ab7;
  border-radius: 45px;
  bottom: 100px;
  height: 50px;
  left: 49%;
  margin: 0 auto;
  padding: 15px;
  position: absolute;
  width: 50px;
}

.downArrow img {
	width: 25px;
}

#articleSort li {
	list-style: none;
	margin: 10px 0px;
}

#articleSort li > a {
	color: #444;
}

/*** Main Page Template ***/

.post_content {
	font-family: 'Roboto', helvetica, arial, sans-serif;
	font-weight: 300;
	color: #3d3d3d;
}

.header-image {
	min-height: 475px;
	padding: 250px 0 0;
}

.header-image h1 {
	margin: 0;
	color: #ffffff;
	font-variant: small-caps;
	font-size: 60px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px #000000;
}

/*** Sidebar ***/

#sidebar1 {
	font-family: 'Roboto', helvetica, arial, sans-serif;
	margin: 25px 0 0;
}

#sidebar1 ul {
	line-height: 25px;
	list-style-type: none;
	margin: 0;
}

.page-template-page-with-featured-content #sidebar1 ul, .page-template-page-team #sidebar1 ul {
	text-align: left;
}

#sidebar1 ul.menu {
	border-bottom: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
	padding: 0 0px 50px; 0;
}

#sidebar1 ul li a {
	color: #3d3d3d;
	text-transform: uppercase;
	/*font-weight: 700;*/
	font-weight: normal;
}

#sidebar1 ul li.current-menu-item a {
	color: #3d3d3d;
	text-transform: uppercase;
	/*font-weight: 700;*/
}

#sidebar1 ul li a:hover {
	color: #0B5A9D;
	text-decoration: none;
}

#sidebar1 .sub-menu {
	margin-bottom: 0px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 21px; 
}

#sidebar1 .sub-menu .sub-menu {
	padding-left: 25px;
}

#sidebar1 .sub-menu li a {
	font-weight: 400;
}

#sidebar1 .sub-menu li.current-menu-item a {
	font-weight: 700;
}

#featured-content {
	border-top: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
	font-family: 'Roboto', helvetica, arial, sans-serif;
	padding: 20px 20px 50px 0;
	text-align: right;
}

#featured-content h4 {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.widgettitle {
  margin-bottom: 15px;
}

/**Archive Pages**/

.archive #main .post h3 {
  line-height: 40px;
  margin-bottom: 10px;
}

.archive #main article img {
  height: auto;
  margin: 0 0 10px;
  max-width: 100%;
}

.archive #sidebar1 ul li a {
  color: #3d3d3d;
  font-weight: normal;
  text-transform: uppercase;
}

/** Colleges Page **/

.college-list {
	padding-top: 25px;
}

.college-thumbnail {
	padding: 0;
	max-width: 24% !important;
	margin: 5px 0.5%;
}

a.college-thumbnail-title {
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   cursor: hand;
}

a.college-thumbnail-title:hover {
	opacity: 0;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.modal-header {
  background: none repeat scroll 0 0 #337ab7;
  border-bottom: 1px solid #e5e5e5;
  color: #fff;
  min-height: 16.4286px;
  padding: 15px;
}

.modal-body {
	padding: 15px 15px 0;
}

.college-hover-wrapper {
	margin: 0 auto;
	text-align: center;
}

/** Team page **/

.team-member {
	margin-top: 25px;
}

.team-member h3 {
	margin-top: 0;
}

.team-member p {
	font-size: 13px;
	line-height: 17px;
}

.team-member a:hover {
	text-decoration: none;
}

/** Footer Styles **/

footer {
	background: #aaaaaa;
	color: #ffffff;
	font-family: 'Roboto', helvetica, arial, sans-serif;
	margin: 25px 0 0;
	padding: 25px 0;
}

footer p {
	font-size: 12px;
	line-height: 18px;
}

footer a {
	color: #ffffff;
}

footer a:hover {
	color: #0B5A9D;
	text-decoration: none;
}

.page-template-default #main {
	padding-top: 25px;
}

.wpcf7-form input, .wpcf7-form textarea {
	width: 100%;
}

/*** Behind the Curtain ***/

.section-2 {
	font-family: 'Roboto', helvetica, arial, sans-serif;
}

.home-articles {
	margin-top: 135px;
	margin-bottom: 25px;
}

.home-article-sort {
  border-bottom: 1px solid #3d3d3d;
  border-right: 1px solid #3d3d3d;
  height: 350px;
  margin-bottom: 5px;
  margin-top: 22px;
  padding: 15px 15px 15px 0;
  text-align: right;
}

.home-article-sort h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.home-article-sort > a {
  color: #111;
  font-weight: bold;
  text-transform: uppercase;
}

.home-article-more-info {
	text-align: right;
	border-top: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
	margin-bottom: 25px;
	padding: 15px 15px 15px 0;
	height: 350px;
}

.home-article-more-info > a {
  color: #111;
  font-weight: bold;
  text-transform: uppercase;
}

.section-2 h4 {
	color: #3d3d3d;
	font-weight: 300;
	text-transform: uppercase;
}

.home-article-wrapper {
	padding: 0 2px;
}

.home-article {
	width: 100%;
	height: 350px;
	margin: 0 0 4px;
}

.home-article-title-wrapper {
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.home-article-title > a {
  color: #444;
}

.home-article-title > a:hover {
  color: #111;
}

.home-article-title:hover {
	opacity: 1;
}

.home-article-title {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  bottom: 40px;
  color: #3d3d3d;
  float: left;
  height: 40%;
  line-height: 10px;
  margin: 0;
  padding: 20px;
  position: absolute;
  width: 70%;
}

.home-article-title h5 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.home-article-link:hover {
	color: #3d3d3d;
	text-decoration: none;
}

.home-featured-content {
	border-right: 1px solid #3d3d3d;
	border-top: 1px solid #3d3d3d;
	padding: 15px 15px 15px 0;
	text-align: right;
	height: 550px;
}

/**Hover Effects**/

.grid {
    padding: 20px 20px 100px 20px;
    max-width: 1300px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
 
.grid li {
    /*display: inline-block;*/
    /*width: 440px;*/
    margin: 0;
    padding: 2px;
    text-align: left;
    position: relative;
}

.grid figure {
    margin: 0;
    position: relative;
}

.grid figure img {
    width: 100%;
    display: block;
    position: relative;
}

.grid .figure-image {
  height: 350px;
}

.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    color: #ed4e6e;
}

.grid figcaption h3 {
  color: #111;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
 
.grid figcaption span:before {
    /*content: 'by ';*/
}
 
/*** Using Bootstrap Button Styles
.grid figcaption a {
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    background: #337ab7;
    color: #fff;
}
***/

@media screen and (max-width: 31.5em) {
    .grid {
        padding: 10px 10px 100px 10px;
    }
    .grid li {
        width: 100%;
        min-width: 300px;
    }
}

/**Specific Effect**/

.cs-style-4 li {
    perspective: 1700px;
    perspective-origin: 0 50%;
}

.cs-style-4 figure {
    transform-style: preserve-3d;
}

.cs-style-4 figure > div {
    overflow: hidden;
}

.cs-style-4 figure img {
    transition: transform 0.4s;
}
 
.no-touch .cs-style-4 figure:hover img,
.cs-style-4 figure.cs-hover img {
    transform: translateX(25%);
}

.cs-style-4 figcaption {
    height: 100%;
    width: 50%;
    opacity: 0;
    backface-visibility: hidden;
    transform-origin: 0 0;
    transform: rotateY(-90deg);
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-4 figure:hover figcaption,
.cs-style-4 figure.cs-hover figcaption {
    opacity: 1;
    transform: rotateY(0deg);
    transition: transform 0.4s, opacity 0.1s;
}

.cs-style-4 figcaption a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}


/**Individual Pages**/



#post-wrapper {
  padding: 135px 15px 0;
}

.single-post #post-wrapper {
	padding: 0px 15px;
}

#main p.meta {
  color: #808080;
  font-style: italic;
  margin-top: 10px;
}

.col-sm-4 #sidebar1 ul li {
	margin: 10px 0;
}

.col-sm-4 #sidebar1 ul li a {
  color: #3d3d3d;
  font-weight: normal;
  text-transform: capitalize;
}

.col-sm-4 #sidebar1 ul li a:hover {
	text-decoration: underline;
	color: #337ab7;
}


.col-sm-4 #sidebar1 .widget.widget_categories {
  border-bottom: 1px solid #3d3d3d;
  border-left: 1px solid #3d3d3d;
  padding: 0 20px 50px;
}

.col-sm-4 #sidebar1 .widget.widget_recent_entries {
  border-left: 1px solid #3d3d3d;
  border-top: 1px solid #3d3d3d;
  padding: 0 20px 50px;
}

.btn-primary {
	background: #0b5d9d;
}

.btn-primary:hover {
	background: #234864
}

.modal-header {
	background: #0b5d9d;
}

.wpcf7-submit {
	background: #0b5d9d;
	border: 1px solid #2e6da4;
	color: #ffffff;
	border-radius: 4px;
	font-family: 'Roboto', helvetica, arial, sans-serif;
}

.wpcf7-submit:hover {
	background: #234864;
}

.push-down {
	margin: 150px 0 0;
}

.simple-slide-content h5 {
	position: fixed;
	right: 5%;
	bottom: 5%;
	color: #ffffff;
	text-transform: uppercase;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}

@media screen and (max-width: 767px) {
  /*  .downArrow {
        display: none;
    }*/
    
    #simple-slider {
	  margin-top: 0px !important;
	}
    
    .navbar-default {
	    background: #ffffff;
    }
    
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    background: #ffffff;
	    margin-top: 45px;
	    text-align: center;
    }
}

@media screen and (max-width: 440px) {
	.navbar > .container .navbar-brand {
		height: 39px;
		margin-left: 15px;
		width: 250px;
	}
}

@media screen and (max-width: 990px) {
	.home-article-sort, .home-article-more-info {
		display: none;
	}
	
	.college-thumbnail {
		max-width: 100% !important;
	}
}

/**iPhone Media Queries**/

/**iPhone 6 Landscape**/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {
	.downArrow {
		bottom: 65px;
	}
	
	.simple-slide-content {
	  border: 0 solid rgba(255, 255, 255, 0.3);
	  margin: 0 auto;
	  padding: 0px 35px;
	  position: relative;
	  text-align: center;
	  top: 15% !important;
	}
}
/**iPhone 6 Portrait**/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 
	.downArrow {
		left: 45%;
	}
		
}

/**iPhone 6 Portrait/Landscape**/

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
	
	.cs-style-4 figure figcaption,
	.cs-style-4 figure.cs-hover figcaption {
	    opacity: 1;
	    transform: rotateY(0deg);
	    transition: transform 0.4s, opacity 0.1s;
	}
	
	.navbar-nav {
		padding: 10px 0;
	}
	
	.nav > li {
	  display: inline-block;
	  position: relative;
	  text-align: center;
	}

}

/**iPhone 5/5S Landscape**/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {

	
	.simple-slide-content {
	  border: 0 solid rgba(255, 255, 255, 0.3);
	  margin: 0 auto;
	  padding: 0px 35px;
	  position: relative;
	  text-align: center;
	  top: 15% !important;
	}
}
/**iPhone 5/5S Portrait**/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
	.downArrow {
		left: 40%;
	}
		
}

/**iPhone 5/5S Portrait/Landscape**/

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	
	.downArrow {display: none !important;}
	
	.cs-style-4 figure figcaption,
	.cs-style-4 figure.cs-hover figcaption {
	    opacity: 1;
	    transform: rotateY(0deg);
	    transition: transform 0.4s, opacity 0.1s;
	}
	
	.navbar-nav {
		padding: 10px 0;
	}
	
	.nav > li {
	  display: inline-block;
	  position: relative;
	  text-align: center;
	}

}

i                                {font-size: 40px;}
i.icon-facebook-sign   {color: #3B5998;}
i.icon-youtube-sign    {color: #c4302b;}

#social-media li {width: 44px;}
#social-media ul {list-style: none;}

.pagelink {text-align: center;}

textarea.bbp-the-content {border: 1px solid black;}

