/*
Theme Name: TWU Master Theme
Description: Child theme for Ultra theme
Author: MOSAIC STRATEGIES GROUP
Author URI: http://www.mosaicstg.com/
Template: themify-landing

*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');

/* write custom css below */

.sf-logout a {
    text-transform: uppercase;
    background: #ffd504;
    border-radius: 5px !important;
    font-family: Montserrat;
    padding: .625em 1.25em;
    text-decoration: none;
}

p.submit input {
    background: #44b066;
    color: white;
}

#your-profile button {
    margin: 0;
}

#your-profile .form-table input {
    width: 100%;
}

#your-profile table.form-table {
    padding: 20px;
    border: 1px solid #44b066;
    border-radius: 5px;
    background: whitesmoke;
    width: 100%;
}

#your-profile h3 {
    margin: 1.05em 0 1.05em;
}

#profile-page tbody th {
    width: 25%;
    padding-right: 10px;
    vertical-align: top;
    text-align: left;
}

.custom_sign_up_form .gform_wrapper .top_label .gfield_label {
     display: none !important;
}
.custom_sign_up_form .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
     display: none !important
}



/* Global Styling */
body {	
	font-family:Raleway; 
}
#header {	
	font-family:Montserrat;	font-weight:normal;
 
}
#site-logo img {		width: 75px; 
}
#site-logo a {		width: 75px; 
}
#site-description {	display: none; 
}
#main-nav a {	
	font-family:Montserrat;	font-weight:normal;
	text-transform:uppercase; 
}
.post-title, .post-title a {	
	font-family:Glegoo; 
}

h1 {
    font-size: 3em;
    font-family: 'Glegoo', serif;
}

h2 {
    font-family: 'Raleway', serif;
    font-size: 2em;
    font-weight: 600;
}

h2:after{
    content: none;
}

input[type=reset], input[type=submit], button{
    background: #ffd504;
    border-radius: 5px !important;
    font-family: Montserrat;
    padding: .625em 1.25em;
}

input{
    border: 1px solid #000;
    padding: .6em .8em;
    margin: .09em 0;
    max-width: 100%;
    border-radius: 5px;
}
input:focus{
    outline: none;
    background-color: #eee;
}
input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=tel], textarea{
    border-radius: 5px;
}

a.shortcode.button:hover {
    text-decoration: none;
    background-color: #ffe043;
}

a.shortcode.button {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1em;
    padding: .625em 1.25em !important;
    background-color: #ffd504;
    border: none;
    box-shadow: none;
}

a {
    text-decoration: underline;
    outline: none;
    color: #003e71;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-image .row_inner{
    max-width:100%!important;
    min-height:350px;
}



/* Jumbotron */


.jumbotron {
    color: #fff;
    padding: 20px;
    opacity: 1;
    background-color: rgba(0, 60, 117, 0.75);
    padding: 20px;
    border-radius: 10px;
    /*box-shadow: 1px 1px 10px #003e71;*/
    text-transform: uppercase;
}

.jumbotron h1{
    font-size: 44.8pt;
    color: #ffd504;
}

.jumbotron-alt{
    color: #fff;
    padding: 20px;
    opacity: 1;
    padding: 20px;
    text-transform: uppercase;    
}

.jumbotron-alt h1{
    color: #111753;
    font-size: 44.8pt;
}


/* Special Icons */

.iconimages{
    background-color: #111753;
    text-align: center;
    padding: 50px;

    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.5s ease;
    -o-transition:      all 0.5s ease;
    -ms-transition:     all 0.5s ease;
    transition:         all 0.5s ease;
}

.iconimages img{
    z-index:1000;
    display: block;
    width:100%;
    float: none;
    height:150px;

}

.iconimages:hover{
-webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}


/* Contact Form 7 Custom */

    
.wpcf7-form .singleline {
    list-style: none;
    margin: 1%!important;
}

.wpcf7-form .singleline li{
    display: inline-block;
    margin-right: 10px;
    width: 23.5%;
}

.wpcf7-form .singleline input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=tel]{
    width: 100%;
    border-radius: 5px;
    padding: .7em 1em;
}

.wpcf7-form .singleline input[type=submit]{
    font-family: Montserrat;
    font-weight: normal;
    padding: .4em 2em .5em;
    width: 90%;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #ffd504;
    font-size: 1.2em;
}

.wpcf7-form .singleline input[type=submit]:hover{
    color:inherit;
    background: #ffe043;
}



/* Special Button */


.button_yellow {
    display: inline-block !important;
}

.button_yellow .module-buttons a{
    background: #ffd504!important;
    color: #111753 !important;
    border-radius: 5px;
    font-family: Montserrat;
    border: none;
    text-transform: uppercase !important;
}

.button_yellow .module-buttons a:hover{
    background: #ffe043!important;
}



/* WP User Manager */


.wpum_three_fourth {
    width: 77%;
}

.wpum_one_sixth {
    width: 19.3333%;
}

.wpum_five_sixth {
    width: 76.6665%;
}

.wpum_one_fourth {
    width: 19%;
}

.account textarea:focus, .account input[type=text]:focus, .account input[type=password]:focus, .account input[type=search]:focus, .account input[type=email]:focus, .account input[type=url]:focus, .account input[type=number]:focus, .account input[type=tel]:focus, .account input[type=date]:focus, .account input[type=datetime]:focus, .account input[type=datetime-local]:focus, .account input[type=month]:focus, .account input[type=time]:focus, .account input[type=week]:focus{
    outline: none;
    background-color: white;
    border-color: #27ae60;
}

.wpum-account-tabs, .wpum-profile-tabs-holder{
    display: none;
}


/* Infinite Posts */

.module-infinite-posts.layout-overlay .infinite-post-inner-wrap{
      /* background-color: rgba(0, 62, 113, 0.69)!important; */
    /* background: rgba(0,0,0,.7); */
    top: 0!important;
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -o-transition: all 0.4s ease-in-out!important;
    transition: all 0.4s ease-in-out!important;
}

.module-infinite-posts.layout-overlay .post:hover .infinite-post-inner-wrap{
    background-color: rgba(0, 62, 113, 0.69)!important;
}

.module-infinite-posts .button-style-outline{
   border-color: #fecd06!important;
   -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
}

.module-infinite-posts .button-style-outline:hover{
   background: #fecd06 !important;
}


/* Testimonials */


.wtwp-testimonials-slidelist .slick-slide{
    padding: 0 15px;
    border-right: 1px dashed #fecd06;
}

.wtwp-design-9 .wtwp-testimonial-inner{
    background: #003e71;
    margin-bottom: 38px;
    padding: 20px;
    position: relative;
    color: #fff;
    border-radius: 25px;
}

.wtwp-design-9 .wtwp-testimonial-inner:after{
    border-color: #003e71 transparent transparent;
    border-style: solid;
    border-width: 35px 30px 0 0;
    bottom: -27px;
    content: "";
    height: 0;
    position: absolute;
    right: 66px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
}

.wtwp-testimonials-list *, .wtwp-testimonials-slidelist *, .testimonials-slide-widget *, .wtwp-testimonial-form-wrp *{
    outline: none !important;
    box-sizing: border-box;
    font-family: Raleway;
    font-style: normal;
    text-align: left;
}

.wtwp-design-9 .wtwp-testimonial-inner:after{
    border-color: #003e71 transparent transparent;
    border-style: solid;
    border-width: 35px 30px 0px 0;
    bottom: -20px;
    content: "";
    height: 0;
    position: absolute;
    left: 55px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    content: '';
    position: absolute;
    left: 10;
    /* top: 65%; */
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #003e71;
    clear: both;
}

.wtwp-design-9 .wtwp-testimonial-avatar{
    width: 100px;
    float: left;
    margin-right: 10px;
}

.wtwp-design-9 .wtwp-testimonial-author{
    float: left;
    clear: none !important;
    text-align: left;
    padding: 0px 20px 0 10px;
}

.wtwp-testimonials-text > em:after{
    content: "\201D";
    font-size: 3em;
    line-height: 0.1em;
    margin-left: 0.15em;
    vertical-align: -0.5em;
    color: #ffe700;
}

.wtwp-testimonials-text > em:before{
    color: #ffe700;
    content: "\201C";
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.15em;
    vertical-align: -0.4em;
}

.wtwp-testimonial-content{
    font-size: .7em;
}

.wtwp-testimonials-slidelist button.slick-prev{
    background: #ffd504 url(http://wordpress.twu.org/~twu/wp-content/plugins/wp-testimonial-with-widget-pro/assets/css/arrow-left.png) center center no-repeat !important;
    left: 0px;
    opacity: 0;
    transition: all .3s ease;
}

.wtwp-testimonials-slidelist button.slick-next{
    background: #ffd504 url(http://wordpress.twu.org/~twu/wp-content/plugins/wp-testimonial-with-widget-pro/assets/css/arrow-right.png) center center no-repeat !important;
    right: 0px !important;
    left: auto;
    opacity: 0;
    transition: all .3s ease;
}

.wtwp-testimonials-slidelist button.slick-next:hover, .wtwp-testimonials-slidelist button.slick-next:focus{
    background: #ffd504 url(http://wordpress.twu.org/~twu/wp-content/plugins/wp-testimonial-with-widget-pro/assets/css/arrow-right.png) center center no-repeat !important;
    color: #fff;
    outline: 0 !important;
    box-shadow: none;
}

.wtwp-testimonials-slidelist button.slick-prev:hover, .wtwp-testimonials-slidelist button.slick-prev:focus{
    background: #ffd504 url(http://wordpress.twu.org/~twu/wp-content/plugins/wp-testimonial-with-widget-pro/assets/css/arrow-left.png) center center no-repeat !important;
    color: #fff;
    outline: 0 !important;
    box-shadow: none;
}


/* Buckets */


.bucket a.image-pro-action-button{
    border-radius: 5px;
    border: 2px solid #fecd06!important;
    color: white!important;
    transition: all .3s ease;
    background: none!important;
    font-weight:bold;
    font-size: 1.3em;
}

.bucket a.image-pro-action-button:hover{
    background: #fecd06!important;
    color:black!important;
}


/* Homepga Quick Links */


.quick_links .module-buttons .module-buttons-item{
    width:100%;
    margin: .2em 0 !important;
}

.quick_links .module-buttons a{
    width:100%;
    padding: .525em 0 !important;
    background: #111753;
    color:white;
}

.quick_links .module-buttons a:hover{
  background: #1d235c !important;
}


/* Footer Menu */


.footmenu ul{
   width: 100% !important;
   text-transform: uppercase;
   border: 0 !important;
}

.footmenu ul li{
   border: 0 !important;
} 


/* Blog Posts */


.more-link{
    padding: 10px 20px;
    background: #fecd06;
    border-radius: 5px;
    color: #111753;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Montserrat;
}

.module-post .post-title{
    font-size: 1.75em;
}

.post-title a{
    color: #111753;
}
.post-title a:hover{
    color: #003e71;
}
.module-post .post{
    border-bottom: 2px solid #ffd503;
}
.module-icon .module-icon-item a{
    color: #ffd504;
}


.gform_wrapper.gf_browser_chrome .gform_body{
    width: 100%!important;
}


/* Media Queries */ 


@media screen and (max-width: 1000px){
   
   .wpcf7-form .singleline li{
      width: 100%;
      display: block;
   }

   .wpcf7-form .singleline input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=tel]{
      width:100%;
   }

   .wpcf7-form .singleline input[type=submit]{
      width:100%;
   }

}
@media screen and (max-width: 680px){
    
    .header-image .row_inner{
        max-width:100%!important;
        min-height:150px!important;
    }
    
    .module-post .post-title{
         font-size: 1.3em !important;
    }

}

@media screen and (max-width: 1000px){
    .wpum_one_sixth{
         width: 100% !important;
         text-align: center;
    }

    .wpum_three_fourth{
         width: 100% !important;
    }

    .wpum_five_sixth{
         width: 100% !important;
    }

    .wpum_one_fourth{
         width: 100% !important;
    }

}
