#main {
    max-width: 1100px;
		margin: 0 auto;
}
#main h1, #home_testimonials h3 {
    color: #363486;
    font-family: montserrat;
    font-weight: 800;
    letter-spacing: 0;
}

.woocommerce div.product {
    max-width: 900px;
    position: relative;
		margin: 0 auto;
}

.shop_table .qty{
    color: #222 !important; 
}

.orderline {
    font-size: 1em;
    padding: 0;
    margin: 0;
    font-weight: bold;
    line-height: 3.2em;
    color: #fff;
    display: block;
}
.checkout {
    background: rgb(255, 255, 255);
    color: #1b265f;
}
/** for the  online career form **/

input.wpcf7-form-control.wpcf7-text {
    border-radius: 2px;
    width: 97%;
    padding: 12px 30px;
    margin: 8px 0 30px;
    box-sizing: border-box;
    color: blue;
	border: none;
    border-bottom: 1px solid #000f776b;
    background: #312f8205;
	    outline: 0;
	  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}


input, textarea {
	border-radius: 3px;
    width: 97%;
    padding: 12px 30px;
    margin: 8px 0 20px;
    box-sizing: border-box;
    color: blue;
    border: none;
    border-bottom: 1px solid #000f776b;
    background: #312f8205;
	outline: 0;
	  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

textarea {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    resize: none;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #3e3681;
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
	  margin-left: 23%;
	  width: 50%;
	
}

fieldset {
    border: 1px solid #26237840;
    padding: 22px 34px;
    width: 98%;
}

legend {
    font-size: 24px;
    padding: 8px 29px;
    margin: 13px 11px;
    color: #2a287c;
	    background-color: #f4f5f5;
}

#onlineformx p label {
    color: #312f82;
    font-size: 12px;
    padding: 0px 2px 0px;
    text-transform: uppercase;
}

span.wpcf7-not-valid-tip {
    color: #cea500;
    font-size: 0.8em;
    font-weight: normal;
    display: block;
    font-style: italic;
    text-transform: initial;
}

#onlineformx p {
    margin: 0;
}

span.wpcf7-form-control-wrap.Department select {
    padding: 10px 10px;
    width: 50%;
    margin: 0;
    height: 40px;
	  margin-bottom: 25px;
}

div.wpcf7-response-output {
    font-size: 1.8em;
    color: #110956;
}

/** end career form **/

.ccw_plugin .btn, .ccw_plugin .btn-large, .ccw_plugin .btn-floating, .ccw_plugin .btn-large, .ccw_plugin .btn-flat {
    font-size: 1.5rem;
}
.ccw_plugin .btn, .ccw_plugin .btn-large, .ccw_plugin .btn-flat {
    height: 40px;
    padding: 0 4rem;
}

/** for the main menu **/
nav#menu {
    max-width: 80%;
    left: 13%;
	 padding: 8px 6px 11px 10px;
}
nav > ul {
    width: 100%;
}
nav > ul > li > a {
    padding: 15px 8px;
    font-size: 0.7em;
    font-weight: 600;
    font-family: Montserrat;
}
nav ul > li.submenu > a:after {
    margin-left: 6px;
    margin-top: 4px;
}

/* for the webinar page*/

.myButton {
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	background-color:#007dc1;
	border-radius:2px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: montserrat;
	font-weight: 800;
	letter-spacing: 1px;
	font-size:16px;
	padding:11px 27px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	&:hover {
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	background-color:#0061a7;
	}
 &:active {
	position:relative;
	top:1px;
}
}


.webinarpagex h2 {
    color:  #0700c1;
    font-size: 1.4em;
	font-family: montserrat;
	font-weight: 800;
}
.webinarpagex h3 {
    font-family: montserrat;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 1.2em;
    line-height: 2em;
    color: #333;
 }
.webinarpagex h4 {
		color: #363486;
    font-family: montserrat;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 1em;
 }
.webinarpagex p {
    font-size: 0.75em;
    line-height: 1.6 !important;
    text-align: left;
    color: #000000;
    margin-top: 8px;
    letter-spacing: -0.1px;
	font-family: montserrat;
}

.webinarpagex ul {
		padding: 10px 40px;
}

.webinarpagex li {
    color: #000;
    font-size: 0.8em;
    list-style: circle;
    font-weight: 400;
    font-family: montserrat;
}

/* for the blog page*/
.blog_post_wrap h2 {
    font-size: 1.3em;
    font-weight: 600;
    font-family: montserrat;
    min-height: 90px;
    line-height: 1.5em;
    padding: 13px 20px 0;
}

.blog_post p.themeta {
    font-size: 0.6em !important;
    color: #b8b8b8 !important;
}

.the_excerpt > p {
    min-height: 140px;
}

.page-id-131 #main {
    width: 80%;
		max-width: 100%;
}

.blog_post:nth-child(3n+1) {
    clear: both;
}
.blog_post:nth-child(3n) {
    margin: 0 0 2em 0;
}


/* additional media queries */
@media only screen and (max-width: 600px) {
	.orderline{
		display: none !important;
	}
}

.marketers_office h3 {
    font-size: 1.5em;
    color: #ff0057;
}
.big_letters {
    font-size: 5em;
    margin-bottom: 0.3em;
}
/* additional blog */
@media screen and (min-width: 50em) {
.col-group3_news > div {
    width: 32%;
}
}


/* for the catalog layout*/
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-family: montserrat;
    letter-spacing: 0;
    font-size: .8em;
    font-weight: 600;
    color: #717171;
}
h2.woocommerce-loop-product__title {
    height: 90px;
}
img.attachment-large.size-large.wp-post-image {
    height: auto;
}

.wcps-items-title.element-5 {
    font-family: montserrat;
    text-align: center;
}


/*Marketer page*/
.col-group4 .marketers_office {
    min-height: 8em;
    width: 31%;
}

.marketers_office h3 {
    font-size: 1.4em;
    color: #ff8d00;
    min-height: 1.5em;
    line-height: 1.2em;
}

.marketers_office p strong {
    font-size: 1em;
    line-height: 1.5em;
    color: #ccc;
    display: block;
    margin: 0;
    color: #000000;
    font-weight: bold;
	  min-height: 3em
}

.marketers_office p {
   margin-bottom: 0.2em !important;
}


/*Management page*/
.profile_name .p_title {
    font-size: 1em;
}
.profile_name {
    background: #0000009e;
}