/*
 Theme Name:   Ditron
 Theme URI:    #
 Description:  Ditron.rs
 Author:       #
 Author URI:   #
 Template:     generatepress
 Version:      0.1
*/

a, a:visited {
    color: #bcbcbc;
}

a:hover {
   color: #e54040;
}

/* Header background color */
.site-header {
    background-color: #fafafa;
    color: #3a3a3a;
}

/* Header height */
.inside-header {
    padding: 20px 40px 20px 40px;
}

/* Copyright info */
.site-info {
    color: #8c8c8c; 
}

/* phone number in header */
.phone {
    color: #e60000;
    margin: 10px 0px 0px; 
    text-align: right;
}

/* tablet style for phone number in header */
@media (max-width: 768px) {
	.phone {
		text-align: center;
    	}
}

/* mobile style for phone number in header */
@media (max-width: 375px) {
    .phone {
	font-size: 15px;
    	}
}

/* caption title in slider */
.elementor-widget-image-carousel .elementor-image-carousel-caption {
    font-family: Roboto, Sans-serif;
    font-weight: bold;
    font-size: 25px;
    padding-top: 30px;
    color: #171616;
}