/*
Description: Styles for cheapoair.com/reasonstotravel/instagram
*/

body {
	margin:0;
	padding:0;
	font-family:"Helvetica Neue", Helvetica, Arial, "sans-serif";
	-webkit-font-smoothing: antialiased;
	color:#5B6270;
}

a {
	color:#5B6270;
	text-decoration:none;
}

a:hover {
	color:#3c4455;
}

h1 {
	font-size:1em;
	margin: 10px 0 0 0;
}

h1::after {
    content: " »";
    font-weight: bold;
    font-size: 1.2em;
}

.top-bar {
  height: 100px;
	padding: 0 2% 0 1%;
}

.logo {
	background:url(/reasonstotravel/wp-content/uploads/sites/2/2017/03/logo.svg)top center no-repeat;
	width:150px;
	height:42px;
	margin:20px auto;
	float:left;
}

.clicktext {
    display: inline-block;
    float: right;
    margin: 38px 0 0 0;
}

.icon {
    background: url(/reasonstotravel/wp-content/uploads/sites/2/2017/03/icon-compass.svg)top center no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 38px 0 0 5px;
	float:right;
}

.content-area {
	width:1200px;
	margin:0 auto;
}

.page-header {
	display:none;
}

.post {
	width:31%;
	margin:0 0 40px 0;
	float: left;
	padding: 0 1%;
	display:inline-block;
	vertical-align: top;
}

img.photo {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.entry-title {
    display:none;
}

.entry-footer {
	display:none;
}

.box {
    position: relative;
    width: 100%;
    background: #056BA8;
    overflow: hidden;
}

.box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.box-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.copy {
    height: 30px;
    position: relative;
}

@media screen and (max-width: 1199px){
	
.content-area {
	width:100%;
	margin:0 auto;
}
	
}

@media screen and (max-width: 768px){
	
	h1 {
	font-size:.9em;
}
	
}

@media screen and (max-width: 640px){
	
	h1 {
	font-size:.95em;
}
	
	.top-bar {
		height:50px;
		padding:0 4%;
	}
	
	.logo {
		width: 120px;
    height: 34px;
	}
	
	.clicktext {
		font-size: .8em;
		margin: 34px 0 0 0;
	}
	
	.icon {
    margin: 32px 0 0 5px;
}
	
.post {
	width:92%;
	margin:0 0 30px 0;
	float: none;
	padding: 0 4%;
}
	
}