/*
 Theme Name:     IASSW
 Description:    IASSW's Primary Theme
 Author:         Preshit Deorukhkar
 Template:       Centum
 Version:        1.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../Centum/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

.home #page-title {display: none;}


/* Hides Submit Button on Membership Country Selection Form */
#gform_submit_button_2, #gform_submit_button_3, #gform_submit_button_4, #gform_submit_button_5 {display: none !important;}


.iasswmobilelogo {display: none;}

#pmpro_account-profile ul {margin-bottom: 30px;}

#pmpro_account-profile ul li {padding: 5px;}

#pmpro_account-profile .pmpro_actionlinks {margin-top: 50px;}
#pmpro_account-profile .pmpro_actionlinks a {background: #41addc; padding: 2px 5px;color: #fff;margin-right: 5px;}

#pmpro_confirmation_table {margin-top: 30px;}

.wpb_gallery_slides,  .wpb_slider_nivo {margin-top: 20px !important;}
.nivoSlider {box-shadow: none !important;}
.nivo-caption {font-size: 22px !important;}

#logo a img {float: none !important;}
.iasswfulllogo {float: none; margin: 5px auto !important;}


/*Discussion Forum Customizations*/
#bbpress-forums {
	background: transparent;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 16px;
}

.bbp-breadcrumb, .bbp-topics, .bbp-forums {font-size: 16px !important;}
.bbp-topic-meta {font-size: 13px !important;}

#bbpress-forums .bbp-topic-content,
#bbpress-forums .bbp-reply-content {
    font-size: 16px;
}

span.bbp-admin-links {
 float: right;
 color: #ddd;
}
 
span.bbp-admin-links a {
 color: #bbb;
 font-weight: normal;
 font-size: 14px;
 text-transform: uppercase;
 text-decoration: none;
}

div.bbp-template-notice,
div.indicator-hint {
 border-width: 1px;
 border-style: solid;
 padding: 0 0.6em;
 margin: 5px 0 15px;
 border-radius: 3px;
 background-color: #ffffe0;
 border-color: #e6db55;
 color: #000;
 clear: both;
}
div.bbp-template-notice a {
 color: #555;
 text-decoration: none;
}
 div.bbp-template-notice a:hover {
 color: #000;
 }
 div.bbp-template-notice.info {
 border: #cee1ef 1px solid;
 background-color: #f0f8ff;
 }
 div.bbp-template-notice.important {
 border: #e6db55 1px solid;
 background-color: #fffbcc;
 }
 div.bbp-template-notice.error,
 div.bbp-template-notice.warning {
 background-color: #ffebe8;
 border-color: #c00;
 }
 div.bbp-template-notice.error a,
 div.bbp-template-notice.warning a {
 color: #c00;
 }
 div.bbp-template-notice p {
 margin: 0.5em 0 6px 0 !important;
 padding: 2px;
 font-size: 16px;
 line-height: 140%;
 }
 
 #bbpress-forums .submit {
    background-color: #3b8dbd;
color: #FFFFFF;
vertical-align: middle;
border-radius: 5px;
height: 35px;
font-size: 16px ;
font-weight: 400;
padding: 10px 20px;
}

.widget_display_topics .bbp-author-avatar, .bbp-author-avatar { 
    display: none ! important; 
}
 
.bbp-topic-freshness-author  .bbp-author-avatar { 
    display: none ! important; 
}

/*Discussion Forum Customizations End*/


@media only screen and (max-width: 767px) {
	.iasswfulllogo {display: none;}
	.iasswmobilelogo {display: block;}
}