@charset "utf-8";

/*

Theme Name: 	Travelify Child Theme

Theme URI: 		http://colorlib.com/wp/travelify/

Description:    Travelify Child Theme

Author: 		Ranjith Kumar

Author URI: 	http://www.tutorialmanthra.com/

Template:       travelify

Version: 		1.5.0

*/

 

@import url("../travelify/style.css");

 

/* Theme customization starts here

------------------------------------------------------- */











/* Adsense Sidebar

------------------------------------------------------- */

aside#adswidget1-quick-adsense{

	padding: 1px;

}

aside#adswidget1-quick-adsense p{

	padding: 15px 15px 0px 15px;

}

/*
 *	New Styles for the Dual Side Bar Theme
 */


.wrapper {
    max-width: 1300px;
    margin: 0 auto;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
#main {
    padding: 20px 5px;
}
.container {
    margin: 0 auto;
    /*max-width: 1170px;*/
	max-width: 1300px;
}

.dual-sidebar #primary {
    float: left;
    margin-left: 1%!important;
    width: 51%!important;
}
#secondary, #tertury{
}
.dual-sidebar #secondary {
    float: left;
    width: 25%;
    margin-left: 1%;
    margin-right: 1%;
}
.dual-sidebar #tertury {
    float: left;
    width: 20%;
    margin-left: 1%;
}
#branding {
    margin-top: 15px;
    margin-left: 17px;
    margin-right: 17px;
}
#site-generator{
	margin:0 17px;
}
div.adcense-body-ads{
	position:relative;
	margin-right:-2.5%;
	margin-left:-2.5%;
	/*left:-2.5%;
	right:-2.5%*/
}


/* styles for bottom navigation buttons */
.my-nav-buttons-right {
    float: right;!important
}

.my-nav-buttons-left {
    float: left;!important
}


/*	Syntax Highlighter to remove the bottom bar - for word wrap*/
/*
.syntaxhighlighter .container .line {
    white-space: normal;!important
}
*/