/*
*
*	Theme Name: DIVI Child theme
*	Description: Child theme for Divi theme
*	Theme URI: http://www.elegantthemes.com/gallery/divi/
*	Version: 2.7.5
*	Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
*	Author: Elegant Themes
*	Template: Divi
*
*/

@import url('css/fontello.css');

/* Additional Font -Sample */

@font-face {
    font-family: 'BebasNeue Bold';
    src:
        local('BebasNeue Bold'),
        local('BebasNeue Bold'),
        url('font/BebasNeue Bold.ttf');
}
@font-face {
    font-family: 'BebasNeue Book';
    src:
        local('BebasNeue Book'),
        local('BebasNeue Book'),
        url('font/BebasNeue Book.ttf');
}
@font-face {
    font-family: 'BebasNeue-Regular';
    src:
        local('BebasNeue-Regular'),
        local('BebasNeue-Regular'),
        url('font/BebasNeue-Regular.otf');
}
@font-face {
    font-family: 'GothamBold';
    src:
        local('GothamBold'),
        local('GothamBold'),
        url('font/GothamBold.ttf');
}
@font-face {
    font-family: 'GothamBookRegular';
    src:
        local('GothamBookRegular'),
        local('GothamBookRegular'),
        url('font/GothamBookRegular.otf');
}
@font-face {
    font-family: 'Gotham Medium';
    src:
        local('Gotham Medium'),
        local('Gotham Medium'),
        url('font/Gotham Medium.otf');
}

h1{
	font-family: 'BebasNeue Bold';
}
h2, h3, h5{
	font-family: 'GothamBold';
}
h4{
    font-family: 'Gotham Medium';
	text-transform: inherit !important;
}
p, .et_pb_button{
	font-family: 'GothamBookRegular';
}
a{
	color: #081529;
}
img#logo{
	max-width: 300px !important;
}
#main-header{
	box-shadow: 3px 0 14px 0 rgb(0, 0, 0, 44%);
}
#et-info{
	float: right;
}
#et-top-navigation, nav#top-menu-nav, #top-menu, nav.et-menu-nav, .et-menu{
	float: none !important;
	margin: 0 auto;
	text-align: center;
	padding-left: 0 !important;
}
#top-menu li{
	padding-right: 60px;
}
#top-menu li a{
	font-family: 'Gotham Medium';
	font-size: 18px;
}
.request-a-call{
	float: right;
	position: absolute;
	right: 0;
	top: 30px;
	transition: all 0.4s ease-in-out;
}
.request-a-call a.et_pb_button{
	padding: 15px 32px;
    text-transform: uppercase;
}
.glsr-review-author{
	font-size: 20px;
	font-weight: bold;
}
.glsr-reviews-wrap .nav-links a{
	background: black;
	padding: 5px 10px;
	border-radius: 3px;
}
.glsr-reviews-wrap .nav-links span{
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
}

/*Border CSS*/
.border-bottom:after, .border-left:after, .border-left2px:after{
	content: " ";
    border-bottom: 1px solid black;
    width: 30px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -15px;
}
.border-bottom:after{
	margin: 0 auto;
}
.border-left:after{
	bottom: -5px;
}
.border-left2px:after{
	border-bottom: 2px solid black;
}

/*SERVICES*/
.services{
	padding: 25px;
}
.services li{
	font-family: 'Gotham Medium';
	font-size: 16px;
}

/*CONTACT FORM*/
#et_pb_contact_form_0 .et_contact_bottom_container{
	float: left;
}

/* =================
   |  SOCIAL ICONS |
   ================= */
.social-icons{
	list-style: none;
}
.social-icons a{
	margin: 2px; 		/* desired gap */
	font-size: 20px; 	/* size */
	-o-transition:.3s; /* smooth hover effect */
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	/* ...and now for the proper property */
	transition:.3s;
}
.social-icons a:hover{
	color: #ffffff; /* color on hover */
}
.icon-mail-alt:before{
	font-size: 20px;
    padding-right: 6px;
}
.icon-location:before{
	content: '\e801';
    font-size: 26px;
    padding-right: 10px;
    margin: 0;
}
.icon-clock:before{
	font-size: 20px;
    padding-right: 10px;
}

/* End of Social Icons */

/* =================
   |  Back to top |
   ================= */
#back-top {
	position: fixed;
	bottom: 100px;	/* fixed distance from the bottom */
	right: 0;
	/* display: none !important; uncomment this if you don't want to show the button */
}

#back-top a {
	display: block;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 20px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
	
	color: #ffffff;
	background-color: #000000; /* change this to the theme color */
	opacity: 0.5; /* Adjust transparency */

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #ffffff;
}

@media only screen and ( max-width: 980px ) {
	#back-top {
		bottom: 0;
		right: 15px;
	}
	#back-top a {
		border-bottom-left-radius: 0;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
}

/* End of Back to top */

/* =================
      BLOG STYLE
   ================= */
.ds-thumbnail-blog .et_pb_post {
    background-color: #fff;
    min-height: 350px;
    margin-bottom: 50px;

}
/*Sets the image size posts and moves it to the left of the text*/
.ds-thumbnail-blog .et_pb_post a img {
    float: left;
    width: 400px;
    height: 350px;
    object-fit: cover;
    margin: 0 40px 0 0;
}
/*Resize the overlay to fit the image*/
.ds-thumbnail-blog .et_overlay {
    width: 300px !important;
    height: 280px !important;
}
.et-cart-info { display: none; }

/*Stack the image and content on smaller screens*/
@media only screen and (max-width: 980px) {
    .ds-thumbnail-blog .et_pb_post a img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        margin: 0 0 40px 0;
    }
    /*Resize the overlay on smaller screens*/
    
    .ds-thumbnail-blog .et_overlay {
        width: 100% !important;
        height: 500px !important;
    }
    .ds-thumbnail-blog .et_pb_post h2 {
        margin: 40px 30px 20px 30px !important;
    }
    .ds-thumbnail-blog .et_pb_post p {
        margin: 0 30px;
    }
    .ds-thumbnail-blog a.more-link {
        margin: 20px 0 30px 30px;
    }
}
/*Add a little top padding to the post titles*/
.ds-thumbnail-blog .et_pb_post h2 {
    padding: 0px 0 20px 0 !important;
    margin-top: 0px !important;
}
.ds-thumbnail-blog .et_pb_post p {
    font-size: 16px;
    margin-right: 40px;
    color: #1f1d1d;
}
.ds-thumbnail-blog .post-meta {
    font-size: 14px !important;
}
/*This styles the read more link*/
.ds-thumbnail-blog a.more-link {
    display: inline-block;
    padding: 0.3em 1em;
    color: #fff;
    border: 2px solid #291111;
    background: #291111;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 20px;
	-o-transition:.3s; /* smooth hover effect */
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	/* ...and now for the proper property */
	transition:.3s;
}
/*This styles the read more link on hover*/
.ds-thumbnail-blog a.more-link:hover {
    display: inline-block;
    background: #fff;
    border: 2px solid #291111;
    color: #291111;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 20px;
}
/*This styles the double arrow on hover*/
.ds-thumbnail-blog a.more-link:hover:after {
    color: #fff;
}

/* End of Blog Style */

/* =================
   WOOCOMMERCE STYLE
   ================= */
.woocommerce div.product div.images img, .woocommerce-page div.product div.images img {
    max-width: 335px;
    margin: 0 auto;
}

/* messages background */
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message {
    background: #6A1B9A !important; /* Change this to over all theme color */
}

/* Buttons and links */
#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit input, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover {
    color: #6A1B9A !important; /* Change this to over all theme color */
}

/* Buttons and links on hover */
.comment-reply-link:hover, .form-submit input:hover, .et_password_protected_form .et_submit_button:hover, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page #content input.button:hover {
    background: #6A1B9A !important; /* Change this to over all theme color */
	color: #ffffff! important;
}

/* For Products with variation */
.woocommerce-variation-price .woocommerce-Price-amount::before {
    content: "Unit Price: ";
    font-size: 0.7em;
    font-weight: 500;
}
.woocommerce-variation-price .woocommerce-Price-amount {
    margin-bottom: 35px;
    display: block;
    font-weight: bold;
    font-size: 1.5em;
}

/* End of WooCommerce */

/* =================
   |Default Footer|
   ================= */
#footer-info a.odt-favicon{
    background: url("/wp-content/uploads/2022/08/Orange-Digital-Technologies-LOGO.png") no-repeat 0 5px;
    background-size: 40px auto;
    padding: 10px 0 10px 50px;
    display: inline-block;
}
#footer-info{
	float: none;
	text-align: center;
	padding: 0;
	font-size: 14px;
}
#footer-top a{
	color: #081529;
}
#footer-bottom{
	padding: 23px 0 17px;
}
#footer-top .social-icons a{
	color: #ffffff;
	background-color: #000000;
	border-radius: 50px;
	padding: 5px;
	margin-right: 5px;
}

/* End of Footer */
