/*
Theme Name:  Learning NLP Techniques
Theme URI:   http://learningnlptechniques.com.sg/
Version:     1.0
Description: A theme by Learning NLP Techniques.
Author:      Learning NLP Techniques
Author URI:  http://learningnlptechniques.com.sg/
Template:    Divi
*/


@import url("../Divi/style.css");


/***********************************************************************
Caution: do not remove this to keep Divi Children Engine always updated 
Divi Children Engine version: 1.0.2
***********************************************************************/

/*------------------------------[FONT ICONS]-----------------------------*/
/*--[Created by Divi Children, http://divi4u.com/divi-children-plugin/]--*/
/*-----------------------------------------------------------------------*/

.icon_tags, .icon_profile, .icon_chat, .icon_clipboard, .icon_calendar {
	font-family: 'ETmodules';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	color: #318EC3;
}
.icon_tags:before {
	content: "\e07c";
	padding: 0px 5px 0 0;
}
.icon_profile:before {
	content: "\e08a";
	padding: 0 5px 0 0;
}
.icon_chat:before {
	content: "\e066";
	padding: 0 5px 0 20px;
}
.icon_clipboard:before {
	content: "\e0e6";
	padding: 0 5px 0 20px;
}
.icon_calendar:before {
	content: "\e023";
	padding: 0 5px 0 20px;
}

/*- YOU CAN INCLUDE THE CUSTOM CODE FOR YOUR CHILD THEME BELOW THIS LINE-*/

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/

/*

#top-header {
    background: url(http://nlp.jackylim.com/wp-content/uploads/2017/01/top-header-bg.png) no-repeat top center;
}

#main-header {
    
}

*/

#top-header .container #et-info {
    float: right;
}

#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4 {
    font-weight: bold;
}

p:last-of-type {
	padding-bottom: 1em !important;
}

.caption-container {
    margin-top: 20px;
}

a.link-btn {
    background: #dd6836;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
}

a.link-btn:hover {
    background: rgba(221, 104, 54, .85);
}

a.link-btn.view-icon {
    padding: 0;
    padding-right: 20px;
}
a.link-btn.view-icon i.fa.fa-eye {
    padding: 15px;
    padding-right: 15px;
    margin-right: 10px;
    border-right: 1px solid #fff;
}

/** Announcement **/

#et-info {
    float: none !important;
    text-align: center;
}

#announcement {
    font-size: 16px;
    text-align: center;
}

#announcement a {
    background: #000;
    color: #fff;
    padding: 8px 10px 10px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#announcement a:hover {
    background: #444;
}

/** Homepage Banner (start) **/

.home-banner-content h1 {
	text-transform: uppercase;
    font-size: 45px;
}

@media screen and (min-width:981px) {
#home-top-banner .et_pb_column_1 .et_pb_text {
    position: absolute;
}
.home-banner-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
}

@media screen and (max-width:980px) {

#top-header .container {
    padding-top: 0.5em !important;
    paddin-bottom: 0.5em !important;
}

#announcement {
    padding-bottom: 0 !important;
    line-height: 1.3;
}

#home-top-banner {
    padding-top: 50px ;
}

#home-top-banner .et_pb_row_2 {
    padding: 0 !important;
}

.businessman-container p {
    padding-bottom: 0 !important;
}

.businessman-container p img {
    margin-bottom: -10px;
}

}

@media screen and (max-width:552px) {

.home-banner-content h1 {
	font-size: 35px;
}

.businessman-container img {
    width: 46%;
}

}

/** Homepage Banner (end) **/

/** Menu (start) **/

.mobile_menu_bar:before {
    color: #dd6836;
}

.et_mobile_menu {
    border-top-color: #dd6836;
}

.mobile_nav.opened .mobile_menu_bar:before {
    content: "\4d";
}

/** Menu (end) **/

/** Gravity Form (start) **/

/*#gform_4 .gfield_label {
    display: none;
}*/

.gform_body .gform_fields {
    padding-left: 0 !important;
}

#text-2 {
    float: none;
    max-width: 700px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

#footer-widgets .footer-widget li {
    padding-left: 0;
}

#footer-widgets .footer-widget li:before {
    display: none;
}

#gform_4 {
    color: #000;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    background: #dd6836;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border: none;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
    background: rgba(221, 104, 54, .85);
}

/** Gravity Form (end) **/

/** Footer (start) **/

#main-footer {
    background: url(http://nlp.jackylim.com/wp-content/uploads/2017/01/footer-contact-bg-min.jpg) no-repeat;
    background-size: cover;
}

#main-footer h2,
#main-footer p {
    text-align: center;
    font-weight: bold;
}

#main-footer p {
    color: #333;
    margin-bottom: 20px;
}

#footer-info {
    color: #d6d6d6 !important;
}

/** Footer (end) **/

@media screen and (max-width:980px) {

.footer-widget:nth-child(n) {
    width: 100% !important;
}
}

@media screen and (max-width: 640px) {
.footer-widget form input {
    width: 100%;
}
.footer-widget form input[type="text"] {
    margin-bottom: 10px;
}
}

/** Mobile Optimization (end) **/

/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-----------------[WP CALENDAR]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*------------------[TRANSITIONS]-----------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/

@media only screen and ( min-width: 981px ) {

}

/*-------------------[960px]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {

	/*-------------------[Sliders]------------------*/

	/*-------------------[Portfolio]------------------*/

	/*-------------------[Sidebar]------------------*/
	
	/*-------------------[Menu]------------------*/
	
}

/*-------------------[768px]------------------*/
@media only screen and ( max-width: 980px ) {

	/*-------------------[Portfolio]------------------*/
	
	/*-------------------[Sliders]------------------*/
	
	/*-------------------[Menu]------------------*/

}

@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {

}

@media screen and ( max-width: 782px ) {

}

/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {

	/*-------------------[Menu]------------------*/

}

/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {

}