/*
Theme Name: Blue Basic
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
    font-size: 16px;
    color: #333;
}
.wpcf7-mail-sent-ok, .wpcf7-mail-sent-ok div{display:none!important;}
.button, .col-inner, .back-to-top{
    transition: all 0.3s ease-in-out;
}
.header-nav .menu-item a {
    font-size: 15px;
    color: #333;
}
.header-nav .menu-item a:hover {
    color: #2AAAD9;
}
.header-nav {
    justify-content: center;
}
.header-contact a span {
    font-size: 16px;
    color: #2AAAD9;
    margin-left: 10px !important;
}
.header-contact .icon-phone {
    border: 1px solid #0f204b;
    border-radius: 100%;
    padding: 4px 6px;
}
.header {
    border-bottom: 4px solid #0f204b;
}
.header-wrapper {
    border-bottom: 4px solid #2AAAD9;
	background: #fff;
}
.footer-widgets .widget {
    max-width: 25%;
}
.footer-widgets .widget .is-divider {
    display: none;
}
.footer-widgets .widget .menu .menu-item:nth-last-child(2) {
    display: none;
}
.footer-widgets .widget .menu .menu-item {
    border: none;
}
.footer-widgets .widget .widget-title {
    margin-bottom: 25px !important;
    display: block;
    color: #2AAAD9;
    font-size: 16px;
}
.footer-widgets .widget a {
    padding: 6px 0;
    text-transform: uppercase;
	font-size: 14px;
}
.footer-widgets .widget a:hover {
    opacity:0.8;
}
.footer-widgets {
    padding-top: 60px;
}
.contact-footer p {
    display: flex;
    margin-bottom: 0px;
	font-size: 14px;
}
.contact-footer a {
    text-transform: initial !important;
    font-size: 14px;
    margin-left: 28px;
}
.contact-footer li {
    margin-bottom: 25px;
}
.contact-footer img {
    max-width: 20px;
    margin-right: 8px;
}
.footer-social {
    display: flex;
}
.footer-social li {
    width: 25px;
    margin-right: 15px;
}
.nav>li {
    margin: 0px 12px;
}
.produst-row .col-inner {
    padding: 0 25px 15px !important;
    border-radius: 5px;
    overflow: hidden;
}
.produst-row .featured-title .page-title-inner {
    padding: 13px 0;
    min-height: 45px;
}
.produst-row .col-inner .page-header-wrapper {
    width: calc(100% + 50px);
    margin: 0 -25px;
}
.produst-row .col-inner .page-header-wrapper .page-title{
    padding: 0 25px;
}
.produst-row .col-inner .img {
    margin-top: 25px;
}
.back-to-top {
    border-color: #2AAAD9 !important;
    color: #2AAAD9 !important;
}
.back-to-top:hover {
    background: #2AAAD9 !important;
    color: #ffffff !important;
}
.collaboration h3 {
    color: #2AAAD9;
    line-height: 1.3;
    margin-bottom: 15px;
}
.collaboration p {
    margin-bottom: 0;
}
.collaboration img {
    max-width: 350px;
    margin: 0 auto;
    display: block;
}
.collaboration {
    border-bottom: 1px solid #eee;
    padding: 70px 0;
	margin: 0 auto !important;
}
.collaboration .col{
    padding-top: 0;
    padding-bottom: 0;
}
.home-title {
    font-weight: 500 !important;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.647058823529412);
}
.banner-layers p {
    color: #fff !important;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.647058823529412);
	font-size: 18px;
}
.button {
    font-weight: 500;
    padding-top: 1px;
}
.link-page .button {
    background: #2AAAD9 !important;
    width: 100%;
    border-radius: 5px;
    font-size: 22px;
    padding: 75px 0;
    transition: none !important;
    font-weight: 500;
	margin-right: 0;
}
.link-page .button:hover {
    box-shadow: none;
	background: #0f204b !important;
}
.about-page h2 {
    color: #2AAAD9;
}
.about-page {
    padding-top: 30px;
    padding-bottom: 20px;
}

.type-product .social-icons {
    display: none;
}
.product-gallery .product-images {
    box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 0.32);
}
.product-main .product-gallery {
    max-width: 40%;
}
.product-main #product-sidebar {
    max-width: 25%;
    flex-basis: unset;
    background: #f2f2f2;
    height: fit-content;
    margin-left: -15px;
    display: block !important;
	padding: 30px 15px;
}
.product-main .product-info {
    max-width: 35%;
    padding-right: 45px;
}
.is-divider {
    display: none;
}
.product-main .wpcf7-form {
    margin-bottom: 0;
    float: left;
}
.product-main .wpcf7-submit {
    margin: 10px auto 0 !important;
    display: block !important;
    width: 100%;
    max-width: 150px !important;
    border-radius: 5px !important;
    background: #2AAAD9 !important;
    float: none !important;
}
.product-main .widget-title.shop-sidebar {
    text-align: center;
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
}
.product-main label {
    font-weight: 300;
}
.product-main input {
    box-shadow: none;
    border-radius: 5px;
}
.product-main .product-short-description {
    font-size: 14px;
}
.product-main .product-short-description h5 {
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.product-main .product-short-description ul li {
    margin: 0 0 10px !important;
    list-style: none;
    position: relative;
    line-height: 1.3;
    padding-left: 13px;
}
.product-main .product-title {
    font-size: 22px;
}
.product-main .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    background: transparent;
    padding: 0;
    bottom: 0;
}
.product-main .wpcf7-not-valid-tip:after {
    display:none;
}

.product-categories a {
    font-size: 14px;
}
.product-categories {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 20px !important;
}
.widget .current-cat>a {
    color: #2AAAD9;
}
.category-page-row .box .box-image {
    border: 1px solid #eee;
}
.category-page-title .flex-col.medium-text-center:last-child {
    display: none;
}
.box-text-products {
    text-align: center;
}
.box-text-products .product-title {
    font-size: 16px;
    font-weight: 600;
}
.woocommerce-breadcrumb {
    font-size: 14px;
}
.woocommerce-tabs .description_tab {
    font-size: 22px;
}
.download-catalog {
    background: #0f204b;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
}
.download-catalog:hover {
    opacity:0.9;
	color: #fff;
}
.product-main .product-short-description ul li:before {
	width: 8px;
    height: 8px;
    background: #2aaad9;
    content: '';
    border-radius: 100%;
    margin-right: 6px;
    position: absolute;
    left: 0;
    top: 5px;
}
.download-files thead {
   background: #e4e4e4;
}
.download-files {
   border: 1px solid #e4e4e4;
}
.download-files img {
    max-width: 15px;
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
}
.download-files a {
    background: #2AAAD9;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    padding: 7px;
    cursor: pointer;
    display: flex;
    overflow: hidden;
    margin-right: 0;
    margin-left: auto;
    color: #fff;
	justify-content: center;
	transition: 0.8s all ease-in-out;
}
.download-files a span {
    display: none;
    font-size: 12px;
	line-height: 12px;
    padding: 3px 0 3px 5px;
}
.download-files tr th:last-child {
   text-align: right;
   min-width: 100px;
}
.download-files a:hover {
	width: auto;
    color: #fff;
	max-width: 115px;
}
.download-files a:hover img{
	margin-left: 5px;
}
.download-files a:hover span{
    display: block;
}
.download-files tr th {
   padding: 25px 5%;
   font-weight: 300;
   line-height: 1.5;
}
.download-files thead tr th {
   font-weight: bold;
}
.produst-row .featured-title .title-content {
    display: none;
}
.contact-detail .col-inner {
    border: 2px solid #0f204b;
    border-radius: 5px;
    text-align: center;
    padding: 20px 10px;
    line-height: 2;
}
.contact-detail .col-inner:hover {
    background: #0f204b;
	color:#fff;
}
.contact-detail .col-inner:hover a {
	color:#fff;
}
.contact-detail .col-inner a:hover {
	color:#2AAAD9;
}
.contact-detail .col-inner span {
    color: #2AAAD9;
    font-weight: 700;
    font-size: 18px;
    float: left;
    text-align: center;
    width: 100%;
    padding-bottom: 5px;
}
.contact-detail .col-inner p {
    margin-bottom: 3px;
}
.contact-detail {
    padding: 40px 0 20px;
}
.contact-form {
    max-width: 500px;
}
.contact-form h3 {
    text-align: center;
    font-size: 28px;
}
.contact-form label {
    color: #7F7F7F;
    font-weight: 300;
    font-size: 16px;
    position: absolute;
    bottom: 18px;
}
.contact-form .wpcf7-form-control {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background: transparent;
    color: #000;
}
.input-txt {
    position: relative;
}
.input-txt input, .input-txt textarea {
    box-shadow: none;
    padding: 5px 0;
}
.input-txt.slow label {
    bottom: unset;
    top: 10px;
}
input:focus {
    box-shadow: none !important;
}
.input-txt .wpcf7-form-control-wrap {
    padding-top: 35px;
}
.input-txt textarea {
    min-height: 60px;
    resize: none;
}
.input-txt .wpcf7-not-valid-tip {
    position: absolute;
    background: transparent;
    padding: 0;
    font-size: 14px;
}
.input-txt .wpcf7-not-valid-tip:after {
    display:none;
}
.form-btn {
    text-align: center;
    margin-top: 25px;
}
.form-btn .wpcf7-submit {
    background: #0f204b !important;
    color: #fff;
    width: 150px;
    padding: 5px;
    border-radius: 5px;
}
.form-btn .wpcf7-submit:hover {
    background: #2AAAD9 !important;
}
#product-sidebar .hide-for-off-canvas {
    display: none;
}
.type-product .product-footer h5 {
    font-size: 16px;
}
.type-product .product-footer {
    font-size: 14px;
}
.header-search-form .flex-grow input {
    box-shadow: none;
    border: none;
}
.header-search-form form {
	font-size: 12px;
}
.header-search-form form .search-field{
    border: 1px solid #2aaad9;
}
.mobile-nav .header-button .icon-menu {
    font-size: 17px;
    padding-left: 4px;
    padding-right: 4px;
}
.current_page_item .nav-top-link {
    color: #2aaad9;
}
.sidebar-menu .menu-item {
    font-size: 14px;
}
.live-search-results {
    position: absolute;
    width: 100%;
    background: #fff;
}
.url-get {
    display: none;
}



@media screen and (max-width: 991px) {
body {
    font-size: 14px !important;
}
.footer-widgets .widget .widget-title {
    margin-bottom: 20px !important;
    font-size: 17px;
}
.product-main .content-row {
    display: block;
}
.product-main #product-sidebar {
    max-width: 100%;
    margin-left: 0;
    display: inline-block !important;
}
.product-main .wpcf7-form {
    margin: 0 auto;
    float: none;
    max-width: 80%;
}
.product-main {
    padding-bottom: 0;
}
.product-main .product-gallery {
    max-width: 45%;
    float: left;
}
.product-main .product-info {
    max-width: 55%;
    float: left;
}
}
@media screen and (max-width: 767px) {
.footer-widgets .widget {
    max-width: 50%;
}
.download-files a:hover span {
    display: none;
}
.download-files a:hover img {
    margin-left: 0;
}
.download-files a:hover {
    width: 30px;
}
.link-page .button {
    padding: 15px 0;
}
}
@media screen and (max-width: 549px) {
body {
    font-size: 12px !important;
}
.footer-widgets .widget {
    max-width: 100%;
}
.footer-widgets .widget .widget-title {
    margin-bottom: 15px !important;
    font-size: 13px;
}
.contact-footer li {
    margin-bottom: 10px;
}
.collaboration {
    padding: 40px 0;
}
.mobile-position {
    order: 2 !important;
}
.collaboration img {
    margin-bottom: 15px;
}
.link-page .col:first-child .col-inner,
.link-page .col:first-child {
    padding-bottom: 0 !important;
}
.about-page {
    padding-top: 15px;
    padding-bottom: 5px;
}
.link-page .col {
    padding-bottom: 15px;
}
.product-main .product-gallery {
    max-width: 100%;
	margin-bottom: 30px;
}
.product-main .product-info {
    max-width: 100%;
    padding-right: 15px;
}
.produst-row .col-inner .page-header-wrapper .page-title {
    padding: 0 10px;
}
.footer-widgets .widget a {
    font-size: 12px;
}
.contact-footer p {
    font-size: 13px;
}
.collaboration h3 {
    font-size: 15px;
}
h3 {
    font-size: 16px;
}
}