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

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Start of Global Css */
h1, .h1, .banner h1 {
		font-size: 45px;
	}
h2, .h2 {
	font-size: 36px;
}
h3, .h3 {
	font-size: 30px;
}
h5, .h5 {
	font-size: 21px;
}
p, body {
	font-size: 18px;
}
.section-title {
    border: none !important;
}
.link-head, .header-main .nav > li > a {
	    font-family: 'Open Sans';
}
b, strong {
    font-weight: bold !important;
}
a.button {
    font-size: 18px;
    font-weight: 500;
    padding: 5px 47px;
}
/* End of Global Css */

/* Start of Header Css */
.call-head {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.call-head i {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 26px;
    padding: 3px;
    text-align: center;
    width: 26px;
}
.link-head {
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #007dd2;
    display: inline-block;
    font-weight: 800;
    font-size: 12px;
    line-height: 13px;
    margin-left: 30px;
    padding: 12px 0;
    text-align: center;
    width: 122px;
}
.link-head:hover, .link-head:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    background-color: #007dd2;
}
.header-main {
    z-index: 12;
}
#logo img {
    max-height: 81px !important;
    height: 81px !important;
	    margin-top: -60px;
}
}
.header-main .nav > li > a {
    padding: 9px 8px;
    font-weight: 700;
    font-size: 16px;
}
/* End of Header Css */


/*******************************/  M css /********************************/
.footer-2 {
    padding: 90px 0 60px !important;
}
.footer-1 {
    padding: 70px 0 0px !important;
}





.optional-icon {
    color: #686868;
    background-image: url(/wp-content/uploads/2022/03/arrow-list.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.why-choose-sec p {
    font-size: 16px;
    margin-bottom: 7px;
    padding-top: 6px;
}
.inner-banner p {
    margin: 0;
	font-size: 16px;
}



/*********/ why atell bathroom css /**********/
 

.section-title-container h2 span {
     font-size: 24px;
    font-weight: bold;
    margin: -5px 0 0;
    padding-bottom: 25px;
}


/* Start of Gallery Page Css */
.gallery-boxes .box-text.text-center {
    position: absolute;
    height: 100%;
    top: 0;
    vertical-align: middle;
}
.gallery-boxes .box-text-inner {
    padding-top: 70px;
}
.gallery-boxes .box {
    border: 3px solid #dddddd;
}
.gallery-boxes .box:hover {
    border: 3px solid #007dd2;
}
.gallery-boxes .box:hover .box-text {
    display: none;
}
 .gallery-boxes .box h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.gallery-boxes .box h3::after {
    content: "";
    height: 5px;
    border-bottom: 1px solid;
    position: absolute;
    width: 110px;
    bottom: 0;
    left: calc(50% - 55px);
}

/* End of Gallery Page Css */

/* Services CSS */
.services .row {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
}



@media only screen and (max-width:767px){
	h1, .h1, .banner h1 {
		font-size: 30px;
	}
	h2, .h2 {
	font-size: 26px;
}
h3, .h3 {
	font-size: 25px;
}
h5, .h5 {
	font-size: 21px;
}
p, body {
	font-size: 16px;
}
}