/*
File Name: style.css
Theme Name:  RT-Theme 18
Author: Tolga Can
Version: 1.2.1
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/user/stmcan
Description:   Theme designed by Tolga Can - <a href="http://themeforest.net/user/stmcan">stmcan</a>
License: GNU General Public License
License URI: /Licensing/gpl.txt
*/


/*
	EDIT /css/style.css for the theme stlye
*/

.header_section{
display: flex !important;
padding: 10px 0 !important;
width: 1038px;
margin:0 auto;

}

.site_logo{
padding-top: 30px;
text-align: left;
width: 30% !important;
float: left;
}
.slogan{
padding: 15px 0;
text-align: center;
width: 50% !important;
float: left;
}

.slo-header{
font-size: 22px;
}

.world-map{
float: right !important;
padding: 15px 0;
text-align: right;
width: 20% !important;

}

@media screen and (min-width: 671px) and (max-width: 1100px) {

.header_section {
    width: 100% !important;
}
.site_logo {
      width: 50%!important;
      clear: both;
      margin-left:30px;
}

.site_logo img {
	width:200px;
}
.slogan {
    float: left;
    text-align: center;
    width: 50% !important;
    
}
.slo-header {
    font-size: 14px;
}
.world-map {
    text-align: right;
    width: 50% !important;
      margin-right:30px;
}


}



@media screen and (min-width: 240px) and (max-width: 670px) {

.header_section {
    width: 100% !important;
    display: unset !important;
}
.site_logo {
    margin: 0px;
    text-align: center;
    width: 100% !important;
    float:none;
}

.slogan {
    float: none;
    text-align: center;
    width: 100% !important;
    margin: 0px;
}
.slo-header {
    font-size: 14px;
}

.world-map {
    text-align: center;
    width: 100% !important;
    margin: 0px;
}

}




.single_image{
min-width:100%;
}