/*
Theme Name: Global Risk Assist Forum
Theme URI: http://ajross.com
Description: Global Risk Assist
Author: Carlos Vega, Matt Ross
Author URI: http://ajross.com
Version: 1
*/


@font-face {
	font-family: 'Big Sans';
	src: url('fonts/big-sans.woff2') format('woff2'),
		url('fonts/big-sans.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
	margin: 0;
	padding: 0;
	background: #2b7de1;
	background: linear-gradient(90deg, #632bcc 5%, #2b7de1 65%);
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}

a{
	color: inherit;
	text-decoration: none;
}

.clearfix {
	clear: both;
}

#skip-to-main {
	position: absolute;
	left: -1px;
	opacity: 0;
	z-index: -999;
}
#skip-to-main:focus,
#skip-to-main:active {
	z-index: 50 !important;
	left: 10px !important;
	top: 10px;
	width: auto;
	margin: auto;
	padding: 7px 15px 8px;
	border: #eee 1px solid;
	border-radius: 3px;
	background: #fff;
	color: #111;
	box-shadow: 1px 8px 24px rgba(0,0,0,0.3);
	opacity: 1;
}



/* ---------- FRAMEWORK --------- */

#top{
	background: #fff;
}

header{
	background-image: url("images/header-gradient-forum.jpg");
	background-position: center;
	background-size: cover;
	background-color: #4558e6;
	color: #fff;
}
header nav{
	max-width: 1480px;
	margin: auto;
	padding: 15px 6%;
	    display: flex;
    align-items: center;
}
#logo{    
    max-width: 80%;
}
#logo img{
	display: inline-block;
	max-width: none;
}
.heading{
 
}

.heading span{
  display: inline-block;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.4s ease-in-out;
	  padding: 0;
	font-weight: 700;
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin-right: 7px;
}

.heading .fade{
 opacity: 1;
 transform: translateY(0);
}

#register-ask {
	float: right;
/* 	padding-top: 16px; */
	font-size: 17px;
}
#register-ask a {
	display: inline-block;
	margin-left: 15px;
	border-radius: 7px;
	font-weight: 600;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
#register-ask .register,
#register-ask .profile {
	padding: 15px 30px;
	background: linear-gradient(40deg, #4455fd 0%, #066eff 100%);
}
#register-ask .ask {
	padding: 15px 20px;
	background: linear-gradient(75deg, #df0000 0%, #d80c29 20%, #bd35bc 89%, #bb38c5 100%);
}


.banner {
	border-top: rgba(255,255,255,0.2) 1px solid;
	font-family: 'Playfair Display', serif;
	text-align: center;
	line-height: 1.2;
}
.banner .container{
	max-width: 1040px;
	margin: auto;
	padding: 6% 6% 10%;
}
.banner .container *:first-child {
	margin-top: 0;
}.banner .container *:last-child {
	margin-bottom: 0;
}
.banner h1 {
	font-size: 52px;
}.banner h1 .large {
	font-size: 65px;
}
.banner h2 {
	font-size: 36px;
}


#main {
	max-width: 1480px;
	margin: auto;
	padding: 50px 6% 80px;
}
#main-content {
	display: inline-block;
	width: calc(100% - 400px);
	padding: 30px;
	line-height: 1.5;
	filter: drop-shadow(0px 4px 17px rgba(0,0,0,0.1));
    background: #ffffff;
    border-radius: 6px;
}

.block-classic {
	color: #222;
}
.block-classic h1,
.block-classic h2,
.block-classic h3 {
	font-family: 'Playfair Display', serif;
}.block-classic h1{
	font-size: 35px;
}

#sidebar {
	float: right;
	width: 300px;
}


footer{
/* 	max-width: 1150px;
	margin: auto;
	padding: 40px 6% 100px;
	color: #fff; */
}
#footer-nav {
	float: right;
}

/* #footer-nav span {
	display: inline-block;
	margin-left: 26px;
	vertical-align: top;
}
 */
/* #footer-nav strong {
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
} */
.anim span{
  list-style: none;
	letter-spacing: 2px;
	font-size: 1em;
}
.anim span:nth-child(1){
  animation-delay: .2s;
}
.anim span:nth-child(2){
  animation-delay: .6s;
}
.anim span:nth-child(3){
  animation-delay: .8s;
}
.anim span:nth-child(4){
  animation-delay: 1.0s;
}
.anim span:nth-child(5){
  animation-delay: 1.4s;
}
.anim span:nth-child(6){
  animation-delay: 1.8s;
}
.anim span:nth-child(7){
  animation-delay: 1.12s;
}
.anim span:nth-child(8){
  animation-delay: .2s;
}
.anim span:nth-child(9){
  animation-delay: .6s;
}
.anim span:nth-child(10){
  animation-delay: 1.0s;
}
.anim span:nth-child(11){
  animation-delay: 1.2s;
}
@keyframes ani {
  0%{
     color:#44848;
     text-shadow: none;
  }
  90%{
     color:#44848;
     text-shadow: none;
  }
  100%{
     color:#fff900;
     text-shadow: 0 0 7px #fff900,0 0 70px #fff123;
  }
}
/* #footer-nav strong a {
	font-size: 14px;
} */

/* #footer-nav a {
	display: inline-block;
	padding: 3px 0;
	font-size: 13px;
} */

#copyright {
	font-size: 12px;
	font-weight: 600;
	font-family: "'Playfair Display', serif;
}
#design-by {
	margin-top: 8px;
	font-size: 12px;
}





/* ---------- FORUMS --------- */

/* --- HIDE --- */
#main-content #bbpress-forums .bbp-topic-description,
#main-content #bbpress-forums .bbp-template-notice + .bbp-pagination,
#main-content #bbpress-forums .bbp-topic-voice-count,
#main-content #bbpress-forums li.bbp-footer{
	display: none;
}

#bbp-search-form {
	margin-bottom: 30px;
}
#bbp-search-form input#bbp_search {
	width: 425px;
	max-width: calc(100% - 50px);
	padding: 6px 6px 6px 3px;
	border: none;
	border-bottom: #f68c40 1px solid;
	border-radius: 0 !important;
	color: #444;
	font-size: 14px;
	font-weight: 800;
}#bbp-search-form input#bbp_search::placeholder{
	color: #a4a4a4;
}
#bbp-search-form input[type="submit"] {
	height: 25px;
	width: 25px;
	margin-right: 5px;
	padding: 0;
	background-image: url(images/icon-search-o.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: #fff;
	border: none;
	vertical-align: bottom;
	text-indent: 9999px;
	cursor: pointer;
}

#main-content .bbp-topics {
	border: none !important;
	margin-bottom: 10px !important;
}
#main-content .bbp-template-notice {
	border: #cee1ef 1px solid;
	background-color: #f0f8ff;
}
#main-content #bbpress-forums li.bbp-header{
	    background: linear-gradient(40deg, #4455fd 0%, #066eff 100%);
	color: #fff;
	font-size: 15px;
    font-weight: 700;
}
#main-content #bbpress-forums .forum-titles{
/* 	font-weight: 400; */
}
#main-content #bbpress-forums li.bbp-body ul.topic {
	padding: 14px 8px;
	background: none;
	border-top: none;
	border-bottom: 1px solid #eee;
}
#main-content #bbpress-forums p.bbp-topic-meta {
	margin: 0;
	color: #1d1d1d;
}
#main-content #bbpress-forums .bbp-topic-permalink {
	color: #0195ff;
	font-size: 16px;
}
#main-content #bbpress-forums .bbp-topic-freshness > a{
	color: #0195ff;
}
#main-content #bbpress-forums .bbp-topic-answer-link{
	float: left;
	width: 13%;
	text-align: center;
}
#main-content #bbpress-forums .bbp-topic-answer-link a{
	display: inline-block;
	padding: 6px 14px;
	background: linear-gradient(40deg, #4455fd 0%, #066eff 100%);
	border-radius: 5px;
	color: #fff;
	font-weight: 800;
	font-size: 13px;
	cursor: pointer;
}


/* --- SINGLE --- */

#bbpress-forums .subscription-toggle {
	margin: 5px 0px 5px -15px;
background: linear-gradient(to right, #8e2de2, #4a00e0);
padding: 7px 16px;
border-radius: 7px;
color: #fff;
font-weight: 600;
font-size: 14px;
box-shadow: 4px 7px 10px rgb(0 0 0 / 15%);
display: inline-flex;
align-items: center;
}
#bbpress-forums .bbp-reply-author {
	padding-top: 10px;
	font-size: 11px;
}
#bbpress-forums div.bbp-reply-content {
	padding: 0 12px 0;
	border-left: #ddd 1px solid;
}
.bbp-pagination {
	margin-bottom: 50px;
}


/* --- FORM --- */

.mce-statusbar {
	display: none;
}
.bbp-form{
	border: #eee 1px solid;
}
.bbp-reply-form,
.bbp-topic-form,
.bbp-topic-tag-form {
	clear: left;
	margin-top: 80px;
}#main-content > .bbp-topic-form{
	margin-top: 0;
}
form > fieldset > legend{
	font-family: 'Playfair Display', serif;
    color: #0c3c77;
    background: #fff;
    padding: 4px 10px !important;
    font-weight: 800;
    font-size: 14px;
    border-radius: 4px;
}
form fieldset .reply-title{
	font-family: Arial;
	font-weight: 800;
	color: #555;
}
#main-content .bbp-login-form label{
	width: 70px;
	color: #444;
	font-size: 13px;
	font-weight: 800;
}#main-content .bbp-login-form .bbp-remember-me label{
	width: auto;
	margin-right: 10px;
}
#main-content .anr_captcha_field{
    margin-top: 15px;
}
#main-content > .wpcf7 input[type="submit"],
#main-content #bbp_topic_submit,
#main-content #bbp_reply_submit,
#main-content .bbp-login-form .user-submit,
#bbp-your-profile fieldset.submit button{
	padding: 10px 24px;
	background: linear-gradient( 40deg, #4455fd 0%, #066eff 100%);
	border: none;
	border-radius: 5px;
	color: #fff;
	font-weight: 800;
	font-size: 15px;
	cursor: pointer;
}

.single-forum fieldset.bbp-form input[type="text"],
.single-topic fieldset.bbp-form input[type="text"]{
	padding: 10px 12px !important;
	min-height: 0 !important;
	height: auto !important;
}
.single-forum input#bbp_anonymous_author,
.single-forum input#bbp_anonymous_email,
.single-topic input#bbp_anonymous_author,
.single-topic input#bbp_anonymous_email {
    width: calc(100% - 12px);
}
.single-forum input#bbp_topic_title {
	width: calc(100% - 12px);
}


/* ---- ASK ---- */

fieldset{
	min-width: 0;
    padding-top: 20px;
}fieldset fieldset{
	margin: 0;
    padding-top: initial;
}
label[for="bbp_anonymous_author"],
label[for="bbp_anonymous_email"]{
	color: #444;
	font-size: 13px;
	font-weight: 800;
}
#main-content > .wpcf7 input,
#main-content > .wpcf7 textarea,
#main-content .bbp-login-form input[type='text'],
#main-content .bbp-login-form input[type='password'],
input#bbp_anonymous_author,
input#bbp_anonymous_email,
input#bbp_topic_title{
	max-width: calc(100% - 12px);
	margin-left: 7px;
	padding: 10px 12px;
	background: #fafafa;
	border: #f4f4f4 1px solid;
	border-bottom: #0195ff 1px solid;
	border-radius: 4px;
	color: #444;
	font-size: 14px;
	font-weight: 800;
}#main-content > .wpcf7 input {
	width: calc(100% - 24px);
	max-width: none;
	margin: 20px 0 0;
}#main-content > .wpcf7 input[type="submit"]{
	width: auto;
}#main-content > .wpcf7 textarea{
	width: calc(100% - 24px);
	margin: 20px 0 0;
}#main-content .bbp-login-form input[type='text'],
 #main-content .bbp-login-form input[type='password']{
	width: 275px;
	margin: 5px 0 !important;
}input#bbp_anonymous_author,
 input#bbp_anonymous_email{
	width: calc(100% - 38px);
}input#bbp_topic_title{
	width: calc(100% - 26px);
	max-width: 500px;
	margin-left: 0;
}



/* ---------- CONTACT US --------- */

#main-content .wpcf7 td {
	vertical-align: top;
}
#main-content .wpcf7 td:first-child {
	padding-left: 0 !important;
}
#main-content .wpcf7 td:last-child {
	width: 52%;
	padding-left: 4%;
}
#main-content .wpcf7-response-output {
	border: 1px solid #ff0000;
	font-size: 14px;
	text-align: center;
}
#main-content .wpcf7-not-valid-tip {
	margin: 7px 0 0 5px;
	font-size: 14px;
	text-align: left;
}
.grecaptcha-badge{
	display: none !important;
}






/* ---------- PROFILE --------- */

#bbpress-forums #bbp-single-user-details{
	    float: left;
    width: auto;
    padding: 50px 24px;
    background: #fff;
    border-radius: 5px;
    color: #282828;
    font-family: aktiv-grotesk, sans-serif;
    filter: drop-shadow(0px 4px 17px rgba(0,0,0,0.1));
	border: #eee 1px solid;
	text-align: center;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
    border: 1px solid transparent;
    text-decoration: none;
    display: block;
    padding: 20px 22px;
    border-bottom: #eeeeee 1px solid;
    font-size: 17px;
}
#bbpress-forums {
    overflow: visible;
}
#bbpress-forums #bbp-user-body {
    margin-left: 30px;
    float: left;
    width: calc(100% - 300px);
    background: #fff;
    border-radius: 5px;
    filter: drop-shadow(0px 4px 17px rgba(0,0,0,0.1));
    padding: 20px;
}
#bbp-user-wrapper ul.bbp-topics {
	clear: both !important;
}
#bbp-user-wrapper .bbp-user-section .bbp-topic-title {
	width: 83%;
	padding-right: 2%;
}
#bbp-user-wrapper .bbp-user-section .bbp-topic-title .bbp-topic-permalink{
	margin-right: 20px;
}
#bbp-user-wrapper #bbp-user-body .bbp-search-form,
#bbp-user-wrapper .bbp-user-section > .bbp-pagination:first-child,
#bbp-user-wrapper .bbp-user-section .bbp-topic-reply-count,
#bbp-user-wrapper .bbp-user-section .bbp-topic-freshness{
	display: none !important;
}
#bbp-user-wrapper .bbp-form + h2 {
	margin-top: 40px !important;
}
#bbp-user-wrapper fieldset.submit {
	border: none;
}






/* ---------- SIDEBAR --------- */

#sidebar {
	float: right;
	width: 300px;
}

#info-form {
	position: relative;
	padding: 11px;
	background-color: #4558e6;
	background-image: url("images/signup-bg.jpg");
	background-position: center;
	background-size: cover;
	font-family: 'Playfair Display', serif;
	color: #ffffff;
	text-align: center;
}
#info-form .container {
	padding: 40px 20px 10px;
	border: #fff 1px solid;
}

#info-form .sign-up-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	overflow: hidden;
}
#info-form .sign-up {
	    position: absolute;
    transform: rotate(
-30deg
) translateY(13%);
    transform-origin: right;
    top: -60px;
    left: -60px;
    padding: 10px 80px 12px 45px;
    background: linear-gradient(75deg, #df0000 0%, #d80c29 20%, #bd35bc 89%, #bb38c5 100%);
    font-size: 22px;
    font-family: 'open sans';
    font-weight: 800;
}
#info-form h3 {
	margin-bottom: 25px;
    color: #ffc700;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 900;
    margin-top: 10px;
}
#info-form h3 .large {
	display: block;
	margin-top: 15px;
	color: #fff;
	font-size: 23px;
	line-height: 1;
}
#info-form a.button {
	margin: 0 9px 20px;
    padding: 13px 30px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: initial;
		display: inline-block;
	border-radius: 50px;
	    background: linear-gradient(
40deg
, #4455fd 0%, #066eff 100%);
}
#info-form .ribbon-wrap {
	height: 50px;
}
#info-form .ribbon {
	    background: linear-gradient(75deg, #df0000 0%, #d80c29 20%, #bd35bc 89%, #bb38c5 100%);
	left: -10px;
	position: absolute;
	width: calc(100% + 20px);
	padding: 6px 0;
	font-size: 17px;
	font-family: Arial;
	letter-spacing: 0.6px;
	-webkit-font-smoothing: initial;
}#info-form .ribbon::before,
 #info-form .ribbon::after{
	content: '';
	position: absolute;
	top: 100%;
	width: 10px;
	height: 10px;
	background: #a13400;
}#info-form .ribbon::before {
	left: 0;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
}#info-form .ribbon::after {
	right: 0;
	clip-path: polygon(0 0, 0 100% , 100% 0);
}
#info-form p {
	margin: 0;
}
#info-form input{
	display: inline-block;
	width: calc(100% - 24px);
	margin: 5px 0;
	padding: 9px;
	border: none;
	border-radius: 3px;
	color: #444;
	font-size: 14px;
	font-weight: 800;
}#info-form input::placeholder{
	color: #a4a4a4;
}
#info-form input[type="submit"] {
	display: inline-block;
	width: auto;
	margin-top: 30px;
	padding: 7px 16px;
	border-radius: 7px;
	background: linear-gradient(75deg, #df0000 0%, #d80c29 20%, #bd35bc 89%, #bb38c5 100%);
	color: #fff;
	cursor: pointer;

	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
#info-form .wpcf7 .ajax-loader {
	display: block;
	margin: auto;
	padding: 1px;
	background-position: center;
	background-color: #fff;
	border-radius: 100%;
}
#info-form .wpcf7-not-valid-tip {
	padding: 7px;
	background: #ffffff;
	border: #ff0000 1px solid;
	border-radius: 4px;
	font-family: Arial;
	font-size: 12px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#info-form .wpcf7-validation-errors{
	padding: 6px;
	background: #fff;
	border-radius: 5px;
	border: #dd0000 1px solid;
	color: #222;
	font-size: 12px;
	font-family: Arial;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.wpcf7-mail-sent-ok {
	border: 2px solid #398f14 !important;
}
#info-form .sent p,
#main-content form.sent table {
	display: none;
}




.widget_display_topics{
	margin: 20px auto;
	background: #fff;
	filter: drop-shadow(0px 4px 17px rgba(0,0,0,0.1));
	border-radius:4px;
	overflow:hidden;
}
.widget_display_topics h2{
	margin: auto;
	padding: 10px 20px;
	 background: linear-gradient(40deg, #4455fd 0%, #066eff 100%);
	color: #fff;
	font-weight: 400;
	font-size: 17px;
}
.widget_display_topics ul{
	margin: 0;
	padding: 6px 10px;
	color: #1d1d1d;
	font-size: 13px;
	list-style: none;
}
#info-form #header-nav-sm img {
    width: 34px;
	height: auto;
	border: 1px solid #fff;
	border-radius: 50%;
}
.widget_display_topics li {
	position: relative;
	border-bottom: #3084fe 1px solid;
}
.widget_display_topics li:last-child {
	border-bottom: none;
}
.widget_display_topics li a{
	display: block;
	padding: 12px 52px 12px 12px;
}.widget_display_topics li a::after{
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	width: 22px;
	height: 12px;
	transform: translate(0, -50%);
	background-image: url("images/icon-view.svg");
	background-position: center;
	background-size: contain;
}



@media (max-width : 1100px){

	header nav{
		padding: 24px 6% 30px;
	}
	.banner .container {
		padding: 8% 6% 11%;
	}
	.banner h1 {
		font-size: 40px;
	}
	.banner h1 .large {
		font-size: 55px;
	}
	.banner h2 {
		font-size: 28px;
	}

	#main-content {
		width: 100%;
	}
	#sidebar{
		float: none;
		width: 100%;
		margin-top: 40px;
		text-align: center;
	}
	#info-form{
		display: inline-block;
		width: calc(100% - 400px);
		margin-right: 65px;
	}
	.widget_display_topics{
		display: inline-block;
		width: 300px;
		margin-top: 0;
		text-align: left;
		vertical-align: top;
	}
	
	#main-content > .wpcf7{
		text-align: center;
	}

}

@media (max-width : 900px){

	header nav{
		text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
	}
	#register-ask{
		float: none;
	}
	#register-ask a{
		font-size: 15px;
	}
	#register-ask .register,
	#register-ask .profile {
		padding: 12px 30px;
	}
	#register-ask .ask {
		padding: 12px 20px;
	}

	.banner .container {
		text-align: center;
	}
	.banner h1{
		font-size: 0.9em;
	}
	.banner h1 .large{
		font-size: 1.35em;
	}
	.banner h2{
		font-size: 0.8em;
	}

	#info-form{
		width: calc(100% - 350px);
		margin-right: 20px;
	}

	#bbpress-forums #bbp-single-user-details{
		float: none;
		margin: 0 auto 40px;
	}
	#bbpress-forums #bbp-user-body {
		margin-left: 0;
	}
	#main-content #bbpress-forums .bbp-user-section .bbp-topic-title {
		width: calc(100% - 100px);
	}
	#main-content #bbpress-forums .bbp-user-section .bbp-topic-title .bbp-topic-permalink{
		width: calc(100% - 20px);
	}
}

@media (max-width : 700px){

	#info-form{
		display: block;
		width: calc(100% - 22px);
		max-width: 478px;
		margin: 20px auto;
	}
	.widget_display_topics{
		display: block;
		width: 100%;
		max-width: 500px;
	}

	#main-content #bbpress-forums .bbp-topic-title{
		width: calc(100% - 160px);
	}
	#main-content #bbpress-forums .bbp-topic-reply-count{
		width: 70px;
	}
	#main-content #bbpress-forums .bbp-topic-freshness{
		display: none;
	}
	#main-content #bbpress-forums .bbp-topic-answer-link{
		width: 80px;
	}

	#main-content .wpcf7 table {
		width: 100%;
	}
	#main-content .wpcf7 td {
		display: block;
		width: 100% !important;
		padding-left: 0 !important;
	}
	
	#footer-nav{
		float: none;
		margin: auto;
		text-align: center;
	}
	#footer-nav span{
		display: block;
		margin: 0 0 15px;
	}
	#copyright{
		margin-top: 70px;
		text-align: center;
	}
	#design-by{
		text-align: center;
	}

}

@media (max-width : 500px){

	#main-content #bbpress-forums .bbp-topic-title{
		width: calc(100% - 80px);
	}
	#main-content #bbpress-forums .bbp-topic-reply-count{
		display: none;
	}

	.bbp-header .bbp-reply-author,
	.bbp-header .bbp-reply-content {
		display: none;
	}
	.bbp-reply-author{
		float: none !important;
   		width: 100% !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 0 0 5px !important;
		border: none;
		text-align: center !important;
	} 
	.bbp-reply-content{
		float: none;
		width: 88%;
		margin: 0 !important;
		padding: 3% 6% 4% !important;
		border: none !important;
	}

}





