/*
Theme Name: ACG Ventures LLC
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Dont delete this */ 
/** Custom Paddings **/
.pad-xl .fl-row-content-wrap{
  padding-top: 12%;
  padding-bottom: 12%;
}
.pad-lg .fl-row-content-wrap{
  padding-top: 10%;
  padding-bottom: 10%;
}
.pad-md .fl-row-content-wrap{
  padding-top: 8%;
  padding-bottom: 8%;
}
.pad-sm .fl-row-content-wrap{
  padding-top: 6%;
  padding-bottom: 6%;
}
.pad-xs .fl-row-content-wrap{
  padding-top: 4%;
  padding-bottom: 4%;
}
.pad-xss .fl-row-content-wrap {
  padding-top: 2%;
  padding-bottom: 2%;
}
/** REMOVE PADDING **/
/* Remove padding top or bottom */
body .remove-pad-top .fl-row-content-wrap, body .remove-col-pad-top > .fl-col-content {
  padding-top: 0 !important;
}
body .remove-pad-bottom  .fl-row-content-wrap, body .remove-col-pad-bottom > .fl-col-content{
  padding-bottom: 0 !important;
}
.fl-module-uabb-heading .fl-module-content{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/** Column Padding **/
.pad-xl-col > .fl-col-content {
 padding-top: 12% !important;
  padding-bottom: 12% !important;
}
.pad-lg-col > .fl-col-content {
 padding-top: 10% !important;
  padding-bottom: 10% !important;
}
.pad-md-col > .fl-col-content {
  padding-top: 8% !important;
  padding-bottom: 8% !important;
}
.pad-sm-col > .fl-col-content {
  padding-top: 6% !important;
  padding-bottom: 6% !important;
}
.pad-xs-col > .fl-col-content {
   padding-top: 4% !important;
  padding-bottom: 4% !important;
}
.pad-xss-col > .fl-col-content {
  padding: 2% 2% !important;
}

/** Mobile Paddings **/
@media only screen and (max-width: 670px) {
.pad-xl .fl-row-content-wrap, .pad-lg .fl-row-content-wrap, .pad-md .fl-row-content-wrap, .pad-sm .fl-row-content-wrap, .pad-xs .fl-row-content-wrap, .pad-xss .fl-row-content-wrap{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pad-xs-col  .fl-col-content.fl-node-content{ padding-top: 20px !important;
    padding-bottom: 35px !important; }
}
/** Nagative Margins **/
@media only screen and (min-width: 1024px) {
  .neg-top {
    margin-top: -90px;
  }
  .neg-bottom {
    margin-bottom: -120px;
  }
  .neg-left {
    margin-left: -90px;
  }
  .neg-right {
    margin-right: -120px;
  }
  .uabb-new-ib-content {
      display: none;
  }
}

/* Remove element margin */
.remove-margin-top .fl-module-content{
  margin-top: 0 !important;
}
.remove-margin-bottom .fl-module-content{
  margin-bottom: 0 !important;
}
.hide-xs, .show-small-device {
    display: none !important; 
}

p {
    margin-bottom: 20px !important;
}
p:last-child {
    margin-bottom: 0px !important;
}

/**------------------------------ 
 * Buttons
 ----------------------------**/
.uabb-btn.uabb-btn-one.uabb-gradient, .uabb-btn.uabb-btn-two.uabb-gradient, .btn > .fl-button-wrap, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit], .btn.btn-one>.fl-button-wrap, .btn.btn-one a, .btn.btn-one  .uabb-creative-button-wrap a, .btn.btn-two a, .btn.btn-two  .uabb-creative-button-wrap a, body .uabb-gf-style .gform_button.button, .btn.btn-primary, .btn.btn-two>.fl-button-wrap, .btn.btn-primary  {
     padding: 15px 40px !important;
    font-size: 16px;
    border-radius: 0px !important;
    letter-spacing: 0;
    text-transform: uppercase;
}

.btn.btn-one a {
    color: #0066b3 !important;
    background: transparent !important;
    border: 1px solid #0066b3 !important;
}
.btn.btn-one a span {
    color: #0066b3 !important;
}
.btn.btn-one a:hover span {
    color: #ffffff !important;
}
 .btn.btn-one a:hover{
  color: #fff !important;
    background: #0066b3!important;
}

/* Button two */
.btn.btn-two .uabb-creative-button-wrap a, .btn.btn-two a, .uabb-gf-style .gform_button.button {
    color:#ffffff !important;
    background:#000 !important;
    border:0px solid #ffffff !important;
}
.fl-builder-content .btn.btn-two .uabb-creative-button-wrap a.uabb-button:hover, .uabb-gf-style .gform_button.button:hover { color: #fff !important;
    background: #8b032d!important;  }
.btn.btn-two .uabb-creative-button-wrap a span, .btn.btn-two a span{  color:#ffffff !important; }
.fl-builder-content .btn.btn-two .uabb-creative-button-wrap a.uabb-button:hover span{ color: #fff !important; }

/* Button three */
.btn.btn-three>.fl-button-wrap {
  background-color: #101010 !important;
  color: #F8F8F8 !important;
  border: 0px solid transparent !important;
}
/* Button three > hover */
.btn.btn-three:hover>.fl-button-wrap {
  background-color: #282828 !important;
}
/** General **/
.fl-page {
    overflow-x: hidden;
}
body, p, a {
    line-height: 30px;
}
 p:last-child {
    margin-bottom: 0 !important;
}
a, a:hover, .pod .uabb-infobox {  
    text-decoration: none !important; 
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.right-content .fl-col-content {
    padding-left: 30px;
}
.left-content .fl-col-content {
    padding-right: 30px;
}

/**------------------------------ 
 * Mobile CTA
 ----------------------------**/
#mobile-phone-cta {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 44px;
    z-index: 9;
    background-color: #4673ab;
    padding: 0!important;
    -webkit-box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
    border-top: 0px solid rgba(204,204,204,.3);
}
#mobile-phone-cta a {
  display: block;
  height: 44px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding-top: 6px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-weight: bold;
}
#mobile-phone-cta a:hover {
  background-color: #ff8d2b;
  color: #fff;
}
#mobile-phone-cta a:hover i{
  color: #fff;
}
#mobile-phone-cta i {
  color: #fff;
}
/** Scroll To Top **/
#fl-to-top {
	background-color: #1d4872;
	bottom: 60px;
}
#fl-to-top:hover {
	opacity: 0.8;
  background-color: #1d4872;
}
/** Beaver Builder Remove Module Margins **/
.fl-module-content {
    margin-top: 0;
    margin-bottom: 0;
}
/** 
 * Default header for blog single, search, error...
 **/
.default-header-bg {
  position: relative;
  z-index: 1;
}
.default-header-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.5); /* FF3.6-15 */
}
h1.container.default-header-title {
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0px auto;
  z-index: 2 !important;
  position: relative;
}

/** Single Page **/
.fl-sidebar aside ul li a:hover {   margin-left: 10px; }

/** Search **/
#bb-custom-search-result article.fl-post {
    width: 70%;
    margin: 0px auto;
}
.search-article {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.search-article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
h3.search-query {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
/** 404 Error page **/
.fl-404 {  padding: 0; }
.error404 .fl-post-content.clearfix, .error404  .fl-post-header {   display: none; }

/** Icons Animation **/
.footer-social-icon a:hover{
    opacity: .8;
    -webkit-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px);
}
.footer-social-icon a{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
/** Custom CSS 
 * ---------------------**/
/** Image Scale **/
.uabb-post-wrapper:hover .uabb-post-thumbnail  img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    opacity: .8;
}
.uabb-post-wrapper .uabb-post-thumbnail img{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
/** Testimonial **/
ul.testimonial-content, ul.testimonial-content h6 {
    color: #fff;
    list-style:none;
}
.testimonial-wrapper .owl-item {
  padding: 25px 10px 25px;
}
.testimonial-wrapper .item {
	background: #fff;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,.2);
	padding: 20px;
	text-align: center;
}
.testimonial-wrapper h6 {
  font-size: 17px;
  color: #ff8d2b;
  font-style: italic;
  text-align: center;
}
button.owl-next span, button.owl-prev span{
  text-indent: -999px;
}



@media screen and (max-width: 768px) {
  /** font size for smaller devices */
  .fl-col-small {  max-width: 100% !important;  }
  h1 {  font-size: 35px !important; line-height: 42px !important; }
  h2 {  font-size: 25px !important; line-height: 35px !important; }
  h3 { font-size: 22px !important; line-height: 30px !important  }
  footer {  padding-bottom: 40px; }

}
@media screen and (max-width: 991px) {

}


/* Header */
.header-section {
  background: #fff;
}
.header-info {
  text-align: right;
}
.top-info {
  font-size: 16px;
  line-height: 30px;
}
.top-info, .top-info a {
  color: #000000;
}
.top-info a:hover {
  color: #ff8d2b;
}
.top-info span {
  margin: 0 8px;
}
.top-info .top-smedia {
  margin: 0;
}
.top-smedia i {
  font-size: 15px;
  margin: 0 5px 0 0;
}
.top-right-info{text-align:center;}
.top-right-info .btn {
  background: transparent;
  padding: 0 5px;
  border-radius: 5px;
  font-size: 24px;
}
.top-right-info .btn a, .top-right-info .btn i {
  color: #fff;
}
.top-right-info .btn a:hover {
  color:#092446 !important;
}
.header-middle-section {
  padding-right: 45px;
}
.header-info .fl-module-content {
  margin: 0 10px 0 0;
}

/* Banner Section */
.banner-form {
  border-radius: 0;
  padding: 0;
  border: 20px solid rgba(255,255,255,0.4);
}

.banner-form .fl-module-content.fl-node-content {
  background: #fff;
  padding: 30px;
}
.banner-form  .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
.banner-form .gform_wrapper {
  margin: 0;
}
.banner-form h2.widgettitle {
  margin: -30px -30px 30px;
  line-height: 30px;
  font-size:30px;
  text-align: center;
  color: #fff;
  background: #ff8d2b;
  padding: 10px 0;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
  display: none !important;
}
.gform_wrapper textarea.medium {
  height: 100px !important;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="number"], input[type="search"], input[type="url"], textarea {
  padding: 10px !important;
  background-color: #fcfcfc;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  min-height: 45px !important;
  font-size: 16px !important;
}
::placeholder { 
color: #000  !important;
}

::-webkit-input-placeholder { /* Edge */
  color: #000 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #000 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
color: #000 !important;
}

#gform_submit_button_1, #gform_submit_button_2, #gform_submit_button_3 {
  border-radius: 0px !important;
  border: 1px solid #ff8d2b !important;
  background: transparent;
  color: #ff8d2b;
  line-height: 20px;
  width: auto;
}
#gform_submit_button_1:hover, #gform_submit_button_2:hover, #gform_submit_button_3:hover {
  background: #ff8d2b;
  color: #ffffff;
}
#gform_submit_button_1:focus, #gform_submit_button_2:focus, #gform_submit_button_3:focus {
  top: 0;
}
.banner-form .gform_wrapper textarea.medium {
  height: 70px !important;
}
.mobile-form .fl-col.fl-col-small {
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center;
}


/* Welcome Section */
.uabb-heading-text span {
  font-weight: 400 !important;
  display: block;
  color: #ff8d2b;
  font-size: 38px;
}

h1 .uabb-heading-text {
  font-weight: 600 !important;
  color:#1e4770;
}
h1.uabb-heading {
  position: relative;
}

h1.uabb-heading::after {
  position: absolute;
  content: "";
  background: url("images/devider.png") no-repeat;
  width: 225px;
  height: 45px;
  left: 0;
  top: -32px;
}

h2.uabb-heading {
  position: relative;
}

h2.uabb-heading::after {
  position: absolute;
  content: "";
  background: url("images/devider.png") no-repeat;
  width: 225px;
  height: 45px;
  left: 0;
  top: -32px;

}
.pods-section h2.uabb-heading::after {
  left: 50%;
  margin-left: -112px;
}

/* Pods Section */
.pods-info .uabb-ultb3-box-overlay {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.pods-info:hover .uabb-ultb3-box-overlay {
  width: 88%;
  height: 84%;
  margin: 0px auto;
  top: 8%;
  left: 6%;
}

/* CTA Section */
.cta-info a {
  font-size: 80px !important;
  color: #52c5eb;
  line-height: 80px !important;
  font-family: "Kanit",sans-serif !important;
  font-weight: 600 !important;
}
.cta-info a:hover {
  color: #ffffff;
}

.contact-page .gform_wrapper ul li.gfield {
  margin-top: 0;
}
.contact-page .gform_wrapper .gform_footer {
  margin: 0px 0 0;
}

/* Testimonials Section */
.testimonial-section h2.uabb-heading::after {
  left: 50%;
  margin-left: -112px;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #cccccc;
  display: inline-block;
  border-radius: 10px;
  margin: 0 3px;
}
.owl-dots .owl-dot.active span {
  background: #ff8d2b;
}
.owl-nav {
  display: none;
}
.owl-dots {
  text-align: center;
margin-top: 30px;
}
.testimonial-slider .owl-item .item i {
  font-size: 25px;
  background: #ff8d2b;
  padding: 15px;
  border-radius: 30px;
  color: #fff;
  margin: 0 0 20px 0;
}

/* Blog Section */
.blog-section h2.uabb-heading::after {
  left: 50%;
  margin-left: -112px;
}
.uabb-blog-posts .uabb-post-wrapper {
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-bottom: 20px !important;
}

.uabb-blog-posts .uabb-blog-posts-shadow {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15) !important;
}
.uabb-blog-posts-col-3.uabb-post-wrapper:hover .uabb-blog-posts-shadow {
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.15) !important;
}
.uabb-blog-post-section a:hover {
  color: #ff8d2b !important;
}
.uabb-blog-post-section a:hover, .uabb-blog-post-section a:hover .uabb-next-right-arrow {
  color: #ff8d2b !important;
}

/* Footer */
.footer-info {
  text-align: center;
}
.footer-info p {
  font-weight: 400;
}
.footer-info span {
  margin: 10px;
}
.footer-info strong {
  color: #092446;
}
.fl-page-footer-text {
  font-size: 14px;
}
.fl-page-footer-widgets-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.fl-widget {
  margin-bottom: 0;
}
.footer-smedia {
  text-align: center;
  margin: 35px 0 0;
}

.footer-smedia i {
  font-size: 18px;
  margin: 0px 5px 5px 0;
  border: 1px solid #8ba8cc;
  border-radius: 25px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  background: #6a87ab;
}
.footer-smedia a:hover i {
  color: #ffffff;
}
.footer-smedia a:hover {
opacity:0.7;
}
.payment-icons img {
  margin: 3px 2px;
}

.mobile-form{display:none;}

.ginput_recaptcha iframe {
  transform: scale(0.8);
  margin-left: -30px;
}

/* Inner pages */
.inner-banner h1.uabb-heading::after{display:none;}

.lists ul {
  margin: 0 0 20px;
  padding: 0;
}
.lists ul li {
  list-style: none;
  background: url("images/bullet-list.png") no-repeat left 7px;
  line-height: 30px;
  padding-left: 32px;
  background-size: 20px auto;
  margin-bottom: 10px;
}
.inner-service h2.uabb-heading::after {
  left: 50%;
  margin-left: -112px;
}
.testimonial-wrapper .testimonial-content {
  border: 1px solid #ccc;
  margin: 30px auto;
  padding: 20px 20px 10px;
  text-align: center;
}

.contact-page-info {
  text-align: center;
  margin: 10px 0;
}
.contact-page-info strong {
  display: inline-block;
  color: #ff8d2b;
}
#fl-comment-form-submit {
  border-radius: 0px !important;
  border: 1px solid #ff8d2b !important;
  background: transparent;
  color: #ff8d2b;
}
#fl-comment-form-submit:hover {
  background: #ff8d2b;
  color: #fff;
}
.fl-sidebar .fl-widget {
  margin-bottom: 20px;
}
.fl-sidebar .fl-widget .fl-widget-title {
  margin-bottom: 0;
}

/* Iphone Mode */
@media screen and (max-width: 768px) {
.about-section h2.uabb-heading::after{
left: 50%;
margin-left: -112px;
}
.header-section .fl-photo-content img {
  width: 200px;
}
}
@media screen and (min-width: 568px) and (max-width: 1023px) {
.pods-section .fl-col.fl-col-small {
    width: 33.33% !important;
    clear: inherit;
    float: left;
}
.blog-section .uabb-blog-posts-col-3.uabb-post-wrapper {
  width: 33%;
}

div.cta-info p a {
  font-size: 60px !important;
  line-height: 60px !important;
}
.mobile-form .fl-col.fl-col-small .banner-form {
  width: 400px;
  margin: 0 auto;
}
}

@media screen and (max-width: 1023px) {
.mobile-form{display:block;}
  .home-banner-section .home-form-section {
  display: none;
}
  .home-banner-section .fl-row-content-wrap {
  min-height: 300px;
}  
  
body, p {
  font-size: 16px;
}
#mobile-phone-cta {
    display: block;
}
.fl-menu-mobile-toggle {
  position: absolute !important;
  right: 10px;
  top: 20px;
}
.header-info {
  text-align: center;
  margin-bottom: 10px;
}
.top-right-info {
  padding: 10px !important;
  text-align: center;
}
h1.uabb-heading, h1.uabb-heading span {
  font-size: 30px !important;
  line-height: 35px !important;
}
h2.uabb-heading, h2.uabb-heading span {
  font-size: 25px !important;
  line-height: 30px !important;
}
  .cta-section .uabb-photo-img {
  width: 240px !important;
}
.cta-info p {
  font-size: 22px !important;
  line-height: 30px !important;
}
.cta-info p a {
  font-size: 40px !important;
  line-height: 40px !important;
}
.about-section .fl-col.fl-col-small {
  margin-bottom: 50px;
}
.header-section .fl-row-content-wrap {
  padding-left: 20px !important;
}
.menu li a {
  padding: 0px 10px 20px 10px !important;
  font-size: 15px;
}
.top-right-info .btn {
  padding: 0 0px !important;
  font-size: 20px !important;
}
.header-info, .top-right-btn {
  display: none !important;
}
  
}


/* Ipad Mode */
@media screen and (min-width: 769px) and (max-width: 1023px) {
.fl-page-footer {
  padding-bottom: 45px;
}
  
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
.header-section .fl-row-content-wrap {
  padding-left: 10px !important;
}
.menu li a {
  padding: 0px 10px 20px 10px !important;
  font-size: 13px;
}
.top-right-info .btn {
  padding: 0 0px !important;
  font-size: 20px !important;
}
h1.uabb-heading, h1.uabb-heading span {
  font-size: 45px !important;
  line-height: 45px !important;
}
}

@media screen and (min-width: 768px) {
.home-form-section {
  width: 400px !important;
}
}

@media screen and (min-width: 1024px) and (max-width: 1500px) {
.home-banner-section .fl-row-content-wrap {
  min-height: 680px;
}

}