/* ==================================
 *  site wide
 * ---------------------------------- */

body {
	font-family: "montserrat-regular", sans-serif;
}

a, a:visited {
  color: white;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
/*  text-decoration: underline; */
  color: #F9A828;
}

.mainlogo {
}

.block {
	background-color: #AFE445;
	padding: 12px;
	margin-bottom: 24px;
}
.block strong {
	color: black !important;
}
.block p, .block li {
	color: #581A69 !important;
}
.block em {
	color: black !important;
}

/* ==================================
 *  00. menu
 * ---------------------------------- */

#header-menu-trigger.opaque {
	color: #581A69;
  	background-color: #AFE445;
}
#header-menu-trigger.opaque .header-menu-text {
	color: #581A69;
	background: #AFE445;
}
#menu-nav-wrap {
	color: #581A69;
	background: #AFE445;
}
#menu-nav-wrap a, #menu-nav-wrap a:visited {
  	color: #581A69;
}
#menu-nav-wrap a:hover, #menu-nav-wrap a:focus, #menu-nav-wrap a:active {
  	color: #581A69;
}
#menu-nav-wrap h3 {
	font-family: "Teko", sans-serif;
	font-size: 3rem;
	line-height: 1;
	color: #581A69;
}
#menu-nav-wrap .nav-list {
  	font-family: "Teko", sans-serif;
	text-transform: uppercase;
	font-size: 2rem;
  	line-height: 3.6rem;
}
#menu-nav-wrap .nav-list li {
  	padding-left: 0;
  	border-bottom: 1px dotted #581A69;
  	line-height: 4.2rem;
}
#menu-nav-wrap .nav-list li:first-child {
  	border-bottom: 1px dotted #581A69;
}
#menu-nav-wrap .nav-list li a {
  	color: #581A69;
}
#menu-nav-wrap .nav-list li a:hover, 
#menu-nav-wrap .nav-list li a:focus {
	background: #581A69;
  	color: #AFE445;
  	text-decoration: none;
}
#menu-nav-wrap .header-social-list {
  	color: #581A69;
}
#menu-nav-wrap .header-social-list li a {
  	color: #581A69;
}
#menu-nav-wrap .header-social-list li a:hover, 
#menu-nav-wrap .header-social-list li a:focus {
  	color: #581A69;
  	border-bottom: 4px solid #581A69;
}
#menu-nav-wrap .close-button {
  	background-color: #581A69;
}
#menu-nav-wrap .close-button span::before, 
#menu-nav-wrap .close-button span::after {
  	background-color: #AFE445;
}
#menu-nav-wrap .sponsor-text {
	font-family: 'News Cycle', sans-serif;
  	font-size: 1.4rem;
  	line-height: 2rem;
}
#menu-nav-wrap .sponsor-text span {
  	color: #581A69;
}

.fa.fa-tiktok {
    background: url(/img/tiktok.svg) no-repeat;
	background-size: contain;
    width: 18px;
    height: 20px;
}

/* ==================================
 *  01. intro panel with logo overlay
 * ---------------------------------- */

#home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #662D91;
}

/* ==================================
 *  01. mailing list overrides
 * ---------------------------------- */

.footer-main #theform input[type="text"] {
	height: 6rem;
	padding: 1.5rem 8rem 1.5rem 2rem;
	margin-bottom: 1.5rem;
	width: 100%;
	color: white;
	background-color: rgba(0, 0, 0, 0.9);	
}

.footer-main button {
	font-size: 1.5rem;
	display: block;
	letter-spacing: .2rem;
	height: 6rem;
	line-height: 6rem;
	padding: 0 3rem;
	width: 100%;
	background: #f9a828;
	color: #000000;
	margin-top: .6rem;
}

.footer-main button:hover {
	background: #989898;
	color: #000000;
	outline: 0;
}

/* ==================================
 *  02. button extensions
 * ---------------------------------- */

button.fixed-width, .button.fixed-width {
	width: 40%;
  	margin-right: 0;
}

.button, a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	background-color: #F9A828;
}

a.button:hover,button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,
.button:focus,button:focus,input[type="submit"]:focus,input[type="reset"]:focus,input[type="button"]:focus {
  background: #D98808;
  color: #662D91;
}

button.green, .button.green {
  background: #AFE445;
  color: #662D91 !important;
}

/* ==================================
 *  03. font size adjustments
 * ---------------------------------- */

.home-content-tablecell h1 {
	font-family: "Teko", sans-serif;
    font-size: 4.8rem;
	letter-spacing: .3rem;
	z-index: 20;
}

#about .lead {
    font-size: 2.6rem;
}

/* ==================================
 *  04. contact pane
 * ---------------------------------- */
#contact {
  	background-color: #9A47D9;
  	background-image: url(../../img/contact-bg.jpg);
}
#contact .overlay {
  	opacity: 0;
  	background-color: #9A47D9;
}
#contact .section-intro h1 {
	font-family: "Teko", sans-serif;
  	color: white;
}
#contact .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#contact .section-intro p.lead {
  color: rgba(242, 242, 242, 0.4);
}
.contact-content h6 {
  	color: #F9A828;
  	font-size: 1.4rem;
}
#contact form .form-field label {
  	font-family: "montserrat-bold", sans-serif;
  	color: #000000;
  	background: #f9a828;
  	border-radius: 3px;
}
#contact form .form-field label::after {
  	border-bottom: 5px solid #f9a828;
}
#contact form ::-webkit-input-placeholder {
  	color: rgba(255, 255, 255, 0.3);
}
#contact form :-moz-placeholder {
  	color: rgba(255, 255, 255, 0.3);
  	/* Firefox 18- */
}
#contact form ::-moz-placeholder {
  	color: rgba(255, 255, 255, 0.3);
}
#contact form :-ms-input-placeholder {
  	color: rgba(255, 255, 255, 0.3);
}
#contact form .placeholder {
  	color: rgba(255, 255, 255, 0.3) !important;
}
#contact input[type="text"],
#contact input[type="password"],
#contact input[type="email"],
#contact textarea {
  	width: 100%;
  	color: rgba(255, 255, 255, 0.6);
  	margin-bottom: 3.6rem;
  	background: rgba(255, 255, 255, 0.1);
}
#contact input[type="text"]:focus,
#contact input[type="password"]:focus,
#contact input[type="email"]:focus {
  color: #FFFFFF;
}
#contact textarea:focus {
  color: #FFFFFF;
}
#contact button.submitform {
  	font-size: 1.5rem;
  	display: block;
  	letter-spacing: .2rem;
  	height: 6rem;
  	line-height: 6rem;
  	padding: 0 3rem;
  	width: 100%;
  	background: #F9A828;
  	color: #000000;
  	margin-top: .6rem;
}
#contact button.submitform:hover, #contact button.submitform:focus {
  	background: #D98808;
}

#message-warning, #message-success {
  	display: none;
  	background: #000000;
  	padding: 3rem;
  	margin-bottom: 3.6rem;
  	width: 100%;
}

#message-warning {
  	color: #D32B2E;
}

#message-success {
  	color: #f9a828;
}

#message-warning i,
#message-success i {
  	margin-right: 10px;
}

/* form loader */
#submit-loader {
  	display: none;
  	position: relative;
  	left: 0;
  	top: 1.8rem;
  	width: 100%;
  	text-align: center;
  	margin-bottom: 4.2rem;
}
#submit-loader .text-loader {
  	display: none;
  	font-family: "montserrat-bold", sans-serif;
  	font-size: 1.4rem;
  	color: #FFFFFF;
  	letter-spacing: .2rem;
  	text-transform: uppercase;
}

.oldie #submit-loader .s-loader {
  	display: none;
}
.oldie #submit-loader .text-loader {
  	display: block;
}

/* ==================================
 *  05. Go Top
 * ---------------------------------- */

#go-top a {
  	background-color: #AFE445;
  	color: #9A47D9;
}
#go-top a:visited {
  	background: #AFE445;
  	color: #9A47D9;
}
#go-top a:hover, #go-top a:focus {
  	background: #662D91;
  	color: #AFE445;
}

/* ==================================
 *  06. Footer
 * ---------------------------------- */

footer {
  	margin: 0 0 5.4rem 0;
  	padding: 0;
  	font-size: 1.5rem;
  	color: rgba(255, 255, 255, 0.4);
	background-color: #662D91;
}

/* ==================================
 *  07. Portfolio
 * ---------------------------------- */

#portfolio {
  	background: #662D91;
  	min-height: 800px;
  	position: relative;
  	padding: 0;
}
#portfolio .intro-wrap {
  	padding: 15rem 0 21rem;
  	background: #662D91;
}
#portfolio .section-intro h3 {
  	color: #AFE445;
}
#portfolio .section-intro h1 {
  	font-family: "Teko", sans-serif;
	color: #FFFFFF;
}
#portfolio .section-intro .lead {
	color: #AFE445;
}
.section-intro.with-bottom-sep::after {
  	display: inline-block;
  	height: 2px;
  	width: 200px;
  	background-color: #AFE445;
  	text-align: center;
}

/* ==================================
 *  08. About
 * ---------------------------------- */

#about {
	position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: transparent;
}
#about span {
  	color: #662D91;
}
#about h3 {
  	font-family: "Teko", sans-serif;
  	color: #662D91;
	font-size: 3.4rem;
}
#about h3::before {
  	background-color: #AFE445;
}
#about .lead {
  	font-family: "montserrat-bold", sans-serif;
  	color: #662D91;
}
@media only screen and (max-width: 400px) {
  #about {
    padding: 4.2rem 0 0px;
  }
}

/* ==================================
 *  09. clients
 * ---------------------------------- */

#clients {
  	background-color: #F9A828;
}
#clients .owl-carousel .owl-nav [class*='owl-'] {
  	color: #FFFFFF;
  	font-family: "montserrat-regular", sans-serif;
}
#clients .owl-carousel .owl-nav [class*='owl-']:hover {
  	background: rgba(0, 0, 0, 0.7);
  	color: #FFFFFF;
}
#clients .owl-carousel .owl-nav .disabled {
  	background: rgba(0, 0, 0, 0.2);
}
#clients .owl-carousel .owl-dots .owl-dot span {
  background-color: #959595;
}
#clients .owl-carousel .owl-dots .owl-dot.active span,
#clients .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #662D91;
}

/* ==================================
 *  10. bottom image transition
 * ---------------------------------- */

.bottom-image, .top-image {
	z-index: 0;
    position: relative;
    width: 100%;
}

.bottom-image img {
    position: absolute;
	width: 100%;
    left: 0;
    bottom: 0;
}

.top-image img {
    position: absolute;
	width: 100%;
    left: 0;
    top: 0;
}

.home-social-list, .scrolldown {
	z-index: 100;
}

/* ==================================
 *  11. testimonials
 * ---------------------------------- */

#testimonials {
	position: relative;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: transparent;
}
#testimonials h2 {
  	font-family: "Teko", sans-serif;
  	color: #662D91;
	font-size: 3.4rem;
  	line-height: 1.667;
  	letter-spacing: .3rem;
  	position: relative;
  	margin-bottom: 4.2rem;
}
#testimonial-slider p {
  	font-family: "montserrat-bold", sans-serif;
  	font-size: 2.6rem;
  	line-height: 1.6;
  	color: #662D91;
}
#testimonial-slider p::before, #testimonial-slider p::after {
  	display: inline-block;
  	font-family: "montserrat-bold", sans-serif;
  	font-size: 3.6rem;
  	line-height: 1;
}
#testimonial-slider .testimonial-author .author-info {
  	font-family: "montserrat-bold", sans-serif;
  	font-size: 2rem;
  	color: #662D91;
}
#testimonial-slider .testimonial-author .author-info span {
  	display: block;
  	font-family: "montserrat-bold", sans-serif;
  	font-size: 1.6rem;
  	line-height: 1.313;
  	letter-spacing: 0;
  	text-transform: none;
  	color: #662D91;
}

#testimonials .flex-control-paging li a {
  	background-color: #F9A828;
  	display: block;
  	cursor: pointer;
  	border-radius: 50%;
  	font: 0/0 a;
  	text-shadow: none;
  	color: transparent;
}
#testimonials .flex-control-paging li a:hover {
  	background-color: #662D91;
}
#testimonials .flex-control-paging li a.flex-active {
  	background-color: #662D91;
}

/* ==================================
 *  12. Articles
 * ---------------------------------- */

#article {
  	background: #662D91;
/* 	min-height: 800px; */
  	position: relative;
  	padding: 0 0 4em 0;
}
#article h1 {
  	font-family: "Teko", sans-serif;
	padding-top: 1.2em;
	font-size: 4.4rem;
	color: #FFFFFF;
}
#article h2, #article h3 {
  	font-family: "Teko", sans-serif;
	font-size: 3.4rem;
	color: #FFFFFF;
}
#article h3 {
	background-color: #AFE445;
	color: #9A47D9;
	line-height: 3rem;
	padding: 0.5em;
	text-align: center;
}
#article ul {
	display:table; 
	margin:0 auto;
	text-align: left;
	padding-bottom: 2em;
}
#sub-article ul {
	display:block; 
	margin-left: 4em;
	padding-bottom: 2em;
}
#article p, #article li {
	color: #AFE445;
	font-size: 2rem;
}
#article .lead {
	color: #AFE445;
}
#article em, #article strong, #article th, #article td {
  	font-family: "montserrat-bold", sans-serif;
	color: white;
}
#article strong, #article th, #article td {
	font-size: 2.4rem;
}
#article td {
	color: #AFE445;
}
/* ==================================
 *  13. Video
 * ---------------------------------- */

#video {
	position: relative;
}

.fluid-video-wrapper {
  margin-bottom: 0;
}
.maxrow {
	width: 100%;
	max-width: none;
	margin: 0;
}
.fillme {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
}
iframe {
	border: none;
	z-index: 0;
}

.block-margin, .rope-margin, .full-rope-margin {
  	background: url(../../img/blockmargintop.png) center no-repeat;
  	-webkit-background-size: cover;
  	background-size: cover;
  	content: "";
  	top: -10%;
  	left: 0;
  	display: block;
  	padding-top: 10%;
  	position: absolute;
  	text-align: center;
  	width: 100%;
  	z-index: 9;
}
.rope-margin {
  	position: absolute;
  	background: url(../../img/bluerope.png) center no-repeat;	
  	top: -53px;
  	padding-top: 253px;
}
.full-rope-margin {
  	position: absolute;
  	background: url(../../img/fullrope.png) center no-repeat;	
  	top: -32px;
  	padding-top: 149px;
}

/* ==================================
 *  14. Video
 * ---------------------------------- */

.booknow {
	margin: 2em;
	display: inline-block;
  	background-image: url(../../img/booknow.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 170px;
}
.booknow:hover {
	background-position: 0px -170px;
}

/* ==================================
 *  15. Media queries
 * ---------------------------------- */

@media only screen and (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */ 
	#home, #about, #testimonials, #contact { background-attachment: scroll; }
	#home h1 { font-size: 3rem; }
	#testimonial-slider p { font-size: 1.8rem; line-height: 1.2; }
	}
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
	#home, #about, #testimonials, #contact { background-attachment: scroll; }
	#home h1 { font-size: 3.8rem; }
	#testimonial-slider p { font-size: 2.4rem; line-height: 1.6; }
	}
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
	#home, #about, #testimonials, #contact { background-attachment: scroll; }
	}
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
	#home, #about, #testimonials, #contact { background-attachment: fixed; }
	}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
	#home, #about, #testimonials, #contact { background-attachment: fixed; }
	}
@media (min-width:1281px) { /* hi-res laptops and desktops */ 
	#home, #about, #testimonials, #contact { background-attachment: fixed; }
	}

/* ===================================================================
