/*
File Name: style.css
Theme Name:  RT-Theme 18
Author: Tolga Can
Version: 1.9.6
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
*/

.custom_address_space{ font-size: 20px;
    color: #e0af1d;
    float: left;
    line-height: 30px;
    padding: 25px 0 0 10px;
    position: absolute;
    text-align: left;}

.responsive #header .section_widget #slogan_text { position: relative;
    text-align: right; }

@media screen and (max-width:768px){

.custom_address_space { padding: 25px 0 0 10px;    top: 160px;
    text-align: left;
    width: 100%;  }

.responsive #header .section_widget #slogan_text { position: relative;
    text-align: right;}

}

@media screen and (max-width:420px){


.custom_address_space { 
font-size: 20px;
    color: #e0af1d;
    float: left;
    line-height: 25px;
    padding: 25px 0 0 10px;
    position: absolute;
    top: 160px;
    text-align: center;
    width: 100%;
 }

.responsive #header .section_widget #slogan_text { position: relative;
    text-align: center;
    margin-top: 80px; }

}

@media screen and (max-width:360px){
.responsive #header .section_widget #slogan_text a { font-size:16px !important; }
}