/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Chris Barnes
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

html,body{
	overflow-x:hidden !important;
}

body{
	padding-top:0px !important;
}
.change-color {
     background: #59BEDD !important;
	color: #30477C !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	padding-bottom:20px !important;
}
.change-color .elementor-nav-menu--main .elementor-item{
	color: #30477C !important;
}
.srink{
    width: 75% !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media(max-width:480px){
.form-control {
    height: 120px;
    width: 100% !important;
}
	.elementor-22 .elementor-element.elementor-element-28335de9 .elementor-accordion-title {
    font-size: 17px;
    line-height: 2.1em !important;
}
}




/*faq*/
/* .elementor-tab-title{
	border-radius: 30px;
	border-radius: 30px 30px 30px 30px;
}
.elementor-tab-content {
    border-radius: 0px 0px 30px 30px !important;
	margin-top: -25px;
} */
/*footer*/
/* .col-md-4.form-line {
    width: 22% !important;
}
input.wpcf7-form-control.wpcf7-submit.btn {
   position: relative;
    top: 112px;
    background: #28E6FE;
    border-radius: 50px;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 400;
    left: -102px;;
    padding: 5px 20px;
}
input.wpcf7-form-control.wpcf7-submit.btn:focus {
  outline: none;
  box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 41px;
    padding: 15px 12px !important;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;

 
    border: 1px solid #D1ECF4 !important;
    border-radius: 11px !important;
}
textarea {
    overflow: auto;
    width: 77% !important;
}


#contactus  .form-control{
    display: block;
    width: 100%;
    height: 48px;
    padding: 15px 12px !important;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;


    border: 2px solid #31487a !important;
    border-radius: 11px !important;
}



#
old css

contactus textarea {
   overflow: auto;
    width: 100% !important;
    height: auto !important;
}
input.wpcf7-form-control.wpcf7-submit.btn1 {
    position: relative;
    top: 71px;
    background: #28E6FE;
    border-radius: 50px;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 400;

    padding: 5px 20px;
    border: none;
}
#contact ::-webkit-input-placeholder { 
 color:#D1ECF4;
 font-family: 'Roboto';
	font-size:15px;
}

#contact :-ms-input-placeholder { 
color:#D1ECF4;
	 font-family: 'Roboto';
	font-size:15px;
}

#contact ::placeholder {
 color:black;
	 font-family: 'Roboto';
	font-size:15px;
}

#contactus ::-webkit-input-placeholder { 
 color:#9F9F9F;
 font-family: 'Roboto';
	font-size:18px;
}

#contactus :-ms-input-placeholder { 
color:#9F9F9F;
	 font-family: 'Roboto';
	font-size:18px;
}

#contactus ::placeholder {
 color:#9F9F9F;
	 font-family: 'Roboto';
	font-size:18px;
} */
