Got A Question? Drop Us A Line!
/* Blurb css */
.colhov-shadow:hover {box-shadow: 0 5px 40px rgba(0,0,0,.05);}
.myblurb-services .et_pb_main_blurb_image img {
width: 100%;}
.myblurb-services .et_pb_blurb_container {padding-left: 30px;}
.myblurb-services .et_pb_blurb_content {
max-width: 100%!important;
}
.mybtn-shadow:hover{ box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.3);}
/*Testimonials CSS*/
.mytestislider span.author {
font-size: 16px;
}
.mytestislider span.content {
font-size: 14px;
color: #828282;
}
@media screen and (max-width:767px){
.mytestislider.et_pb_slider_0.et_pb_slider .et_pb_slide_description
{
width:100% !important;
}
}
/* End Testimonials CSS */
/*contact form css*/
.mycontactform .et_contact_bottom_container{float:none;}
.mycontactform.et_pb_contact_form_0.et_pb_contact_form_container .et_pb_button:hover{
box-shadow: 0 8px 25px rgba(0,0,0,.15);
}
/*end contact form css*
.myemail.et_pb_signup_0.et_pb_subscribe .et_pb_button:hover {
padding: 10px 20px !important;
border-radius: 4px;
border: 2px solid transparent;
box-shadow: 0 8px 25px rgba(0, 0, 0, .15)
}
.myemail .et_pb_newsletter_description {
width: 25% !important;
}
.myemail .et_pb_newsletter_form {
width: 75% !important;
}
.myemail p {
width: 25%;
float: left;
clear: right!important;
padding-left: 1%;
}
/* end tabs css */
.myemail.et_pb_signup_0.et_pb_subscribe .et_pb_button:hover{
padding: 10px 20px !important;
border-radius: 4px;
border: 2px solid transparent;
box-shadow: 0 8px 25px rgba(0,0,0,.15)
}
.myemail .et_pb_newsletter_description{width:25% !important;}
.myemail .et_pb_newsletter_form{width:75% !important;}
.myemail p{
width: 25%;
float: left;
clear: right!important;
padding-left: 1%;}
/* shop */
.myshop.et_pb_shop_0.et_pb_shop .woocommerce ul.products li.product h2:hover{color:#0abee3 !important; }
.myshop h2.woocommerce-loop-product__title:hover:before {
-webkit-transform: translate3d(0,-3px,0);
transform: translate3d(0,-3px,0);
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.15);
box-shadow: 0 8px 25px rgba(0,0,0,.15);
}
.myshop h2.woocommerce-loop-product__title{margin-bottom:40px!important;}
.myshop h2.woocommerce-loop-product__title:before {
content: "Add to Cart";
text-transform: uppercase;
font-size: 14px;
position: absolute;
bottom: 55px;
border: 2px solid #0ABEE1;
border-radius: 4px;
padding: 10px 30px;
-webkit-transition: .3s!important;
-moz-transition: .3s!important;
-ms-transition: .3s!important;
-o-transition: .3s!important;
transition: .3s!important;
color: #0abee3;
font-weight: bold;
margin-bottom:5px;
}
.myshop .woocommerce ul.products li.product a img{margin: 0 0 0px !important;}
.myshop span.et_shop_image {
overflow: hidden;
}
.myshop span.et_shop_image img {
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
-webkit-transition-duration: 800ms;
transition-duration: 800ms;
-webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
transition-timing-function: cubic-bezier(.075,.82,.165,1);
}
.myshop span.et_shop_image:hover img {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
/* tabs */
.mytabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_0:hover,
.mytabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_1:hover,
.mytabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_2:hover{background-color:#f7f9fb;}
.mytabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_0{
border-radius: 4px;
width: 91%;
height: 150px;
box-shadow: 0 5px 40px rgba(0,0,0,.07);
background-color:#fff;
}
.mytabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_1{
border-radius: 4px;
width: 91%;
height: 150px;
box-shadow: 0 5px 40px rgba(0,0,0,.07);
background-color: #fff;
margin-top: 25px;
}
.mytabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_2{
border-radius: 4px;
width: 91%;
height: 150px;
box-shadow: 0 5px 40px rgba(0,0,0,.07);
background-color: #fff;
margin-top: 25px;
}
.mytabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_0.et_pb_tab_active{
border-radius: 4px;
width: 91%;
height: 150px;
box-shadow: 0 5px 40px rgba(0,0,0,.07);
background-color:#0abee3;
}
.mytabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_1.et_pb_tab_active {
border-radius: 4px;
width: 91%;
height: 150px;
box-shadow: 0 5px 40px rgba(0,0,0,.07);
background-color: #0abee3;
margin-top: 25px;
}
.mytabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_2.et_pb_tab_active {
border-radius: 4px;
width: 91%;
height: 150px;
box-shadow: 0 5px 40px rgba(0,0,0,.07);
background-color: #0abee3;
margin-top: 25px;
}
.mytabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active:before {
right: -10px;
top: 60px;
position: absolute;
content: "";
background: #0abee3;
height: 20px;
width: 20px;
transform: rotate(45deg);
border-right: 1px solid #0abee3;
border-bottom: 1px solid #0abee3;
}
.mytabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active a {
color: #fff!important;
}
.mytabs ul.et_pb_tabs_controls:after{border-top:none;}
.mytabs ul.et_pb_tabs_controls { width: 35%; float: left; background-color: transparent; padding-top: 15px!important; }
.mytabs .et_pb_tab_content {
width: 65%;
float: right;
}
.mytabs .et_pb_tab_content p img{
height: 456px;
box-shadow: 0 5px 40px rgba(0,0,0,.07);
border-radius: 4px;
}
@media screen and (max-width:768px)
{
.mytabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_0.et_pb_tab_active,
.mytabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_1.et_pb_tab_active,
.mytabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_2.et_pb_tab_active,
.mytabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_0,
.mytabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_1,
.mytabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_2{
width:100%;
}
.mytabs ul.et_pb_tabs_controls { width: 80%; padding-top: 0px!important;margin: 0 auto;
float: none;}
.mytabs ul.et_pb_tabs_controls li a:before {display:none;}
.mytabs .et_pb_tab_content { width: 100%; float: right; padding-top:30px;}
}
@media screen and (max-width:767px){
.et_pb_tabs_controls li a{padding: 50px 50px 4px;}
}