/*
Theme Name: 4 AO BY COREY G
Theme URI: http://IAMCOREYG.COM
Description: The perfect theme for the busy designer or developer who wants a simple place to archive their thoughts.
Author:IAMCOREYG
Author URI: http://IAMCOREYG.COM
Version: 1.5.1
*/

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: grayscale;
}

.wrap {
	position: relative;
}

.wrap, h1, #mini {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

html, body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: grayscale;
	font-family: sans-serif;
	font-size:62.5%;
}

iframe {
	width: 100%;
}

button[type=submit] {
	background: #111;
	border: 0;
	padding: 10px 12.5px;
	color: #fff;
}

p {
	font-size: 1.8rem;
}

h1, h2, h3, h4 {
	font-family: 'AvantGardeGothicITCW01Bd', sans-serif;

	margin-bottom: 10px;
}

h1 {
	font-size: 4.8rem;
}

h2 {
	font-size: 2.5rem;
}

h3 {
	font-size: 2rem;
}

/************************************************
*************** TOP OF THE WEBSITE **************
************************************************/

header#standard {
	max-height: 40px;
	border-bottom: 1px solid #f1f1f1;
}

#standard ul {
	padding: 0;
	margin: 0;
}

#standard ul, #standard li, #mini ul, #mini li {
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
	vertical-align: top;
}

#standard li {
	display: inline-block;
  width: 18%;
  margin-left: -3px;
}

#mini {
	height: 35px;
	position: fixed;
	background: #fff;
	width: 100%;
	z-index: 10;
	top: -100px;
	padding: 0 0 7px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

#mini img {
	height: 35px;
	margin-top: 4px;	
}

.active-search {
  top: 0;
  width: 200px;
  left: -200px;
  box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.13);
  height: 21px;
}

.show-mini {
	top: 0 !important;
}

#mini .nav {
	padding: 0 !important;
	margin: 0;
}

#mini .logo-text {
	font-family: 'AvantGardeGothicITCW01Bd', sans-serif;
	font-size: 13pt;
	width: 27%;
	line-height: 2.5;
}

.ao-home {
	  font-size: 13pt !important;
  line-height: 2.5 !important;
}

/*#logo-text a, #logo-text a:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
  font-size: 14pt;
  padding: 0px;
  width: 100% !important;
}

#logo-text a:hover {
	color: #444;
}*/

#mini li {
	display: inline-block;
	width: 16%;
	margin-left: -3px;
}


#mini #search-wrap {
	position: relative;
	width: 0%;
	text-align: center;
	height: 100%;
	line-height: 5;
	margin-left: -15px;
}

#mini #search-wrap input {
	position: absolute;
	top: 100%;
	display: none;
}

#search-wrap {
	padding: 0 0 0 30px;
}

#search-wrap i {
	font-size: 12pt;
	margin-top: 10px;
}

.search-input {
	padding: 10px;
	border: 0;
	outline: 0;
	width: 72%;
}

.only-show-on-mobile {
	display: none;
	margin: 0;
	padding: 0;
}

.nav a {
  display: block;
  font-family: 'AvantGardeGothicITCW01Bd', sans-serif;
  color: #111;
  text-transform: uppercase;
  line-height: 3.2;
  text-decoration: none;
  font-size: 1.3rem;
  border-right: 1px solid #f1f1f1;
}

.nav a:hover {
	color: #fff;
	background: #111;
}

#banner {
	padding: 70px;
	text-align: center;
}

#banner .categories {
	font-size: 1.3rem;
}

#banner h1 {
	font-family: 'AvantGardeGothicITCW01Bd', sans-serif;
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 13px;
	font-size: 4.8rem;
}


#social {
	padding: 0px;
}

.active-social {
    position: absolute;
  display: block !important;
  right: -4px;
  top: 41px;
  width: 41px !important;
  z-index: 1;
  background: #fff;
  padding: 0px 3px !important;
}

#mini .active-social {
	right: 6px !important;
}

#mobile-social {
	display: none
}

#social a, #mobile-social #icon a {
	font-size: 1.6rem;
	background: #111;
	color: #fff;
	height: 15px;
	padding: 10px;
	margin: 3px 0;
	width: 15px;
	display: inline-block;
}

#social a:hover {
	background: #fff;
	color: #111;
}

.wrap {
	min-width: 1024px;
	width: 100%;
	margin: auto;
	display: table;
}

a {
	color: #06a8ab;
	text-decoration: none;
}

/************************************************
********************* FRONT PAGE****************
************************************************/
#signup-wrap {
	background: #f1f1f1;
	padding: 35px;
	line-height: 1.1;
	margin-top: 55px;
	margin-bottom: 55px;
}

#email input {
	outline: 0;
	border: 0;
	padding: 10px;
	width: calc(100% - 69px);
	margin: 10px 0;
	font-family: 'Cousine', sans-serif;
	font-size: 1.3rem;
}

#ig-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 30pt;
  line-height: 8;
}

#ig-overlay:hover {
	background: rgba(0, 0, 0, 0.68);
}

#ig-overlay a {
	color: #fff;
	font-family: 'AvantGardeGothicITCW01Bd', sans-serif;
	font-size: 30pt;
	display: block;
}

#error-msg {
	padding-top: 6px;
  color: red;
  font-size: 8pt;
}

.success-msg {
  padding-top: 10px;
  padding: 10px;
  margin-top: 9px;
  border: 1px solid #D5D5D5;
  color: #26A031;
}

/************************************************
********************* BLOG POSTS ****************
************************************************/
.post-info, .post-info * {
	transition: all .25s cubic-bezier(0.42, 0, 0.4, 1.02);
	-webkit-transition: all .25s cubic-bezier(0.42, 0, 0.4, 1.02);
	-moz-transition: all .25s cubic-bezier(0.42, 0, 0.4, 1.02);
}
.post-info {
	position: relative;
	min-height: 316px;
}

.post-info:hover {
	text-decoration: underline;

}

.post-info:hover .title {
	padding: 20px 20px 15px;
	box-shadow: 0px -6px 8px rgba(0, 0, 0, 0.28);
}

.post-info:hover .title .title-text {
	text-decoration: underline;
}

.post-info img {
	width: 100%;
}

.post {
	overflow: hidden;
	position: relative;
}

.square-post {
	position: relative;
}

.right-mid-post {
	height: 360px;
}

.long-post {
	min-height: 412px;
	height: 100%;
	max-height: 441px;
	/*min-width: 340px;*/
	padding-bottom: 0 !important;
}

.long-post-img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.long-post .post-info {
	height: inherit;
  	min-height: inherit;
}

.title {
	position: absolute;
	bottom: 0px;
	padding: 20px 20px 5px;
	background: #fff;
	width: 70%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	line-height: 1.1;
}

.title a {
	color: #000;
	text-decoration: none;
}

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

.title-text {
	font-size: 2.2rem;
  line-height: 1.4;
  display: block;
  font-family: 'AvantGardeGothicITCW01Bd', sans-serif;
  font-weight: 800;
  color: #000;
}

.categories {
	font-family: 'Cousine', sans-serif;
	display: block;
	letter-spacing: 1px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.bottom-post-info {
	font-family: 'Cousine', sans-serif;
	  font-size: 1.6rem;
	  line-height: 2;
	  color: #B2B2B2;
	  text-transform: uppercase;
	  margin: 40px 0;
}

.bottom-post-info a {
	color: #B2B2B2;
	text-decoration: underline;
}

.small-post {
	margin: 10px 0;
 	padding: 0 !important;
  	display: inline-block;
  	border: 1px solid #f1f1f1;
  	overflow: hidden;
  	max-height: 115px;
}

.small-post a{
	color: #000;
}

.sm-post-img-wrap, .sm-post-info {
	display: inline-block;
	vertical-align: top;
}

.sm-post-img-wrap {
	width: 30%;
	max-height: 115px;
	height: 115px;
}

.sm-post-info {
	  width: calc(70% - 45px);
  padding: 10px 10px 0px 10px;
}

#below-article-related .half {
	width: calc(50% - 30px);
  	margin-right: 30px;
}

.ad-wrap {
	  padding: 20px;
	  border: 1px solid #f1f1f1;
	  text-align: center;
}

.active-search {
  position: absolute !important;
  top: 0 !important;
  left: -150px;
  display: block !important;
  background: #fff;
  z-index: 999;
  width: 150px !important;
  height: 22px;
  box-shadow: -4px -3px 4px rgba(0, 0, 0, 0.14);
}

.search-btn {
  background: none !important;
  border: none !important;
  outline: none;
  color: #000 !important;
  padding: 0 !important;
}

.search-btn:hover {
	opacity: .5 !important;
}

/************************************************************
********************* FEATURES & ARTICLES *******************
*************************************************************/

.archive .post {
	max-height: 405px;
}

#slide-num {
  margin-bottom: 15px;
  margin-top: 10px;
}

#feature-image-wrap {
	padding-bottom: 0;
}

.main-image {
	margin: 30px 0;
}

.article-share {
	  font-size: 1.6rem !important;
	  color: #111 !important;
	  background: #fff !important;
	  text-align: center;
	  border: 1px solid #111;
	  margin: -1px 0 !important;
	  display: block !important;
}

.article-share:hover {
	background: #0018ff !important;
	color: #fff !important;
}
article {
	 font-size: 1.8rem;
}
article p, article blockquote {
  line-height: 2;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 15px;
}

article blockquote {
	margin: 60px 0;
	opacity: .8;
	font-style: italic;
}

/************************************************
********************* FOOTERS *******************
************************************************/
footer {
	border: 1px solid #f1f1f1;
	border-bottom: none;
	border-right: none;
	width: calc(100% - 10px) !important;
	padding: 0 !important;
}

footer li {
	display: inline-block;
	width: 16.45%;
	text-align: center;
}

#copyright {
	padding: 20px 0px;
	text-align: center;
	background: #f1f1f1;
	font-size: 9pt;
	color: #1e1e1e;
}

.ao-pagination {
  padding: 20px 0;
  text-align: center;
  font-size: 14pt;
}

.ao-pagination a:link, .ao-pagination a:visited {
  color: #000;
  padding: 10px;
  text-decoration: none;
}

.ao-pagination a:hover {
	color: ##919191 !important;
}
/*********** animation n shit ************/
.menu-down {
	-webkit-animation: come-down .4s; /* Chrome, Safari, Opera */
    animation: come-down .4s;
    -webkit-animation-fill-mode: forwards;  
    animation-fill-mode: forwards;  
    -webkit-animation-timing-function: cubic-bezier(1.000, -0.005, 0.685, 1.005);
   	-moz-animation-timing-function: cubic-bezier(1.000, -0.005, 0.685, 1.005);
 	-o-animation-timing-function: cubic-bezier(1.000, -0.005, 0.685, 1.005);
    animation-timing-function: cubic-bezier(1.000, -0.005, 0.685, 1.005); /* custom */
}
@-webkit-keyframes come-down {
	0% {
		top: -215px;
	}

	100% {
		top: 0;
	}
}