/*
Theme Name: The A Theme
Version: 1.0
Author: Doyle See
Author URI: http://doylesee.com
*/

/* Fonts */
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('fonts/proxima_nova_bold-webfont.eot');
    src: url('fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
         url('fonts/proxima_nova_bold-webfont.woff') format('woff'),
         url('fonts/proxima_nova_bold-webfont.ttf') format('truetype'),
         url('fonts/proxima_nova_bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'proxima_nova_rgregular', sans-serif;
}
h1, h2, h3, h4 {
	font-family: 'proxima_nova_rgregular', sans-serif;
	font-weight: normal;
}

/* Pre-loaders */
#page-content { display: none; }
#pre-loaders {
	left: 50%;
	height: 40px;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	width: 40px;
}
.sk-circle {
  margin: 0;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }
@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Effects */
.effects { visibility: hidden; }
/* fade in */
.fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		
	visibility: visible !important;	
}
@keyframes fadeIn {
	0% {
		opacity: 0.0;		
	}	
	100% {
		opacity: 1;	
	}		
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0.0;		
	}
	100% {
		opacity: 1;	
	}		
}
/* fade in left */
.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		
	visibility: visible !important;	
}
@keyframes slideLeft {
	0% {
		transform: translateX(-150%);
	}		
	100% {
		transform: translateX(0%);
	}
}
@-webkit-keyframes slideLeft {
	0% {
		-webkit-transform: translateX(-150%);
	}			
	100% {
		-webkit-transform: translateX(0%);
	}
}
/* fade in right */
.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		
	visibility: visible !important;	
}
@keyframes slideRight {
	0% {
		transform: translateX(150%);
	}			
	100% {
		transform: translateX(0%);
	}	
}
@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(150%);
	}		
	100% {
		-webkit-transform: translateX(0%);
	}
}
/* fade in up */
.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	visibility: visible !important;						
}
@keyframes slideUp {
	0% {
		transform: translateY(100%);
	}		
	100% {
		transform: translateY(0%);
	}		
}
@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}

/* General styles */
.row { max-width: 1128px; }
.section__copy h2 {
	font-family: 'proxima_nova_rgregular', sans-serif;
	font-size: 36px;
	color: #1e1e42;
	line-height: 36px;
	margin: 0 0 24px 0;
}
.section__copy p {
	color: #898989;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 20px 0;
}
a.section__buttons {
	border: 1px solid #13a89e;
	border-radius: 4px;
	color: #13a89e;
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	padding: 0 11px;
	text-transform: uppercase;
}
a.section__buttons--invert {
	border: 1px solid #fff;
	color: #fff;
}
/* Fade */
.hvr-fade {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
	background-color: #13a89e;
	color: #fff;
}
a.section__buttons--invert.hvr-fade:hover,
a.section__buttons--invert.hvr-fade:focus,
a.section__buttons--invert.hvr-fade:active {
	background-color: #fff;
	color: #13a89e;
}

/* Header section */
.header {
	background: #1e1e42;
	padding: 19px 0;
}
.header__logo { text-align: center; }
.header__menu { text-align: center; }
.slicknav_menu,
.slicknav_btn {
	background: #1e1e42;
	display: block;
}
.slicknav_menu .slicknav_icon-bar {
	background: #7accc8;
}
.slicknav_menu .slicknav_menutxt,
.slicknav_nav a {
	color: #7accc8;
}
.slicknav_nav a:hover {
	background: #1e1e42;
	color: #fff;
}
#header__menu-js { display: none; }
.header__menu > span {
	color: #fff;
	display: inline;
	font-family: 'proxima_nova_rgbold', sans-serif;
}

/* Section 1 */
#section-1 {
	background: url('img/section-1-bg.jpg') center center;
	background-size: cover;
	overflow: hidden;
}
.section-1__inner {
	min-height: 680px;
	position: relative;
}
.section-1__image {
	display: none;
}
.section-1__copy {
	margin: 100px 0;
	z-index: 1;
}
.section-1__copy h1 {
	color: #fff;
	font-family: 'proxima_nova_rgbold', sans-serif;
	font-size: 50px;	
	line-height: 55px;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}
.section-1__copy p {
	color: #fff;
	font-size: 22px;
	line-height: 26px;
}
.section-1__copy p a {
	color: #7accc8;
	font-family: 'proxima_nova_rgbold', sans-serif;
}

/* Section 2 */
.section-2__inner {
	min-height: 563px;
	position: relative;
}
.section-2__image {
	bottom: 0;
	position: absolute;	
}
.section-2__copy { margin: 100px 0; }

/* Mini-Section */
.mini-section {
	background: #13a89e;
	padding: 53px 0 53px 0;
}
.mini-section h2 {
	color: #fff;	
	margin: 0;
	text-align: center;
}
.mini-section--1 h2 {
	font-size: 48px;
	line-height: 57px;
}
.mini-section--2 h2 {
	font-size: 36px;
	line-height: 40px;
}
.mini-section p {
	color: #1e1e42;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}

/* Section 3 */
#section-3 {
	padding: 94px 0 0 0;
}
.section-3__copy {
	margin: 0 0 69px 0;
	text-align: center;
}

/* Section 4 */
#section-4 {
	background: #f5f5f5;
	overflow: hidden;
	padding: 100px 0;
	position: relative;
}
.section-4__image--left,
.section-4__image--right {
	display: none;
}
.section-4__copy {
	margin: 0 0 40px 0;
}

/* Section 5 */
.section-5__copy {
	margin: 100px 0 0 0;
	padding-right: 30px;
}

/* Section 6 */
#section-6 {
	min-height: 680px;
	overflow: hidden;
	padding: 100px 0;
	position: relative;
	text-align: center;
	z-index: 0;
}
.section-6__image {
	background: url('img/section-6__image-bg.jpg') center center;
	background-size: cover;
	height: 100%;	
	position: absolute;
	top: 0;
	width: 100%;
}
.section-6__heading h2 {
	color: #fff;
	font-size: 48px;
	line-height: 48px;
	margin: 0 0 50px 0;
}
.section-6__copy p {
	color: #fff;
}

/* Footer section */
.footer {
	background: #1e1e42;
	padding: 22px 0 21px 0;
}
.footer__copyright p,
.footer__mbn p,
.footer__mbn p a  {
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	margin: 0;
	text-align: center;
}
.footer__mbn p {
	color: #13a89e;
}

@media only screen and (min-width : 480px) {
}
@media only screen and (min-width : 768px) {
	/* 768 Header section */
	#header-js.sticky {
		-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
		box-shadow: 0 10px 20px rgba(0,0,0,0.2);
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99999;
	}
	.header__logo { text-align: left; }
	.slicknav_menu { display: none; }
	.header__menu { text-align: right; }
	#header__menu-js {
		display: inline-block;
		margin: 0 14px 0 0;
	}
	.header__menu ul {
		margin: 0;
	}
	.header__menu ul li {
		display: inline-block;
		height: 22px;
		line-height: 22px;
		margin: 0 2px;
	}
	.header__menu ul li a {
		color: #7accc8;
		display: inline-block;
		font-family: 'proxima_nova_rgregular', sans-serif;
		font-size: 14px;
		line-height: 22px;
		height: 22px;
		text-transform: uppercase;
	}
	.header__menu ul li a:hover {
		color: #fff;
	}
		
	/* 768 Section 1 */
	.section-1__image {
		bottom: 0;
		display: block;
		position: absolute;
		right: -36%;
	}
	
	/* 768 Section 5 */
	.section-5__image { margin: 100px 0 0 0; }
	
	/* 768 Footer section */
	.footer__copyright p { text-align: left; }
	.footer__mbn p { text-align: right; }
}
@media only screen and (min-width : 992px) {
	/* 992 Header section */
	.header__menu ul li {
		margin: 0 9px;
	}
	.header__menu ul li a {
		font-size: 16px;
	}
	
	/* 992 Section 1 */
	.section-1__copy {
		padding-left: 0;
		padding-right: 66px;
	}
	.section-1__copy p { padding-right: 10px; }
	.section-1__image { right: -20%; }
	
	/* 992 Section 2 */
	.section-2__copy {
		margin: 140px 0;
		padding-left: 0;
	}
	
	/* 992 Section 4 */
	#section-4 { padding: 130px 0 110px 0; }
	
	/* 992 Section 5 */
	#section-5 { padding: 69px 0 0 0; }
	.section-5__image { margin: 0; }
	
	/* 992 Section 6 */
	#section-6 { padding: 195px 0 160px 0; }
	
	
}
@media only screen and (min-width : 1200px) {
	/* 1200 Header section */
	.header__menu ul li a { padding: 0 0 0 36px; }
	.header__menu ul li.websites a { background: url('img/header__menu--websites-bg.png') no-repeat left top; }
	.header__menu ul li.seo a { background: url('img/header__menu--seo-bg.png') no-repeat left top; }
	.header__menu ul li.ppc-management a { background: url('img/header__menu--ppc-management-bg.png') no-repeat left top; }
	.header__menu ul li.social-media a { background: url('img/header__menu--social-media-bg.png') no-repeat left top; }
	.header__menu ul li a:hover { background-position: 0 -22px; }
	
	/* 1200 Section 1 */
	.section-1__image { right: -20%; }
	
	/* 1200 Section 4 */
	.section-4__image--left,
	.section-4__image--right {
		display: block;
		position: absolute;
		top: 106px;
	}
	.section-4__image--left { left: -360px; }
	.section-4__image--right { right: -360px; }
}
@media only screen and (min-width : 1600px) {
	/* 1600 Section 4 */
	.section-4__image--left { left: -240px; }
	.section-4__image--right { right: -240px; }
}
@media only screen and (min-width : 1920px) {
	/* 1920 Section 4 */
	.section-4__image--left { left: 0; }
	.section-4__image--right { right: 0; }
}