/*
Theme Name: Haven
Theme URI: http://www.bekero.com/
Description: A beautiful WordPress Blog Theme by Beke
Author: Beke
Author URI: http://www.bekero.com/
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,label,fieldset,input,p,blockquote,th,td {
margin:0;
padding:0;
}

table {
border-collapse:collapse;
border-spacing:0;
}

fieldset,img {
border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:400;
}

ol,ul,li {
list-style:none;
}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:400;
font-family: 'Montserrat', sans-serif;
}

q:before,q:after {
content:'';
}

a img {
border:none;
}

body {
background:#000;
font-family:'Lora', sans-serif;
color:#333;
font-size:15px;
line-height:27px;
}

p {
line-height:23px;
}

a {
text-decoration:none;
color:#FF002A;
}

.haven-top {
display:inline-block;
height:30px;
width:30px;
position:fixed;
bottom:50px;
right:1px;
box-shadow:0 0 10px rgba(0,0,0,0.05);
overflow:hidden;
text-indent:100%;
white-space:nowrap;
background-image:url(img/haven-top-arrow.svg);
background-repeat:no-repeat;
background-position:center;
visibility:hidden;
opacity:0;
border-radius: 50%;
-webkit-transition:opacity .3s 0 visibility 0 .3s;
-moz-transition:opacity .3s 0 visibility 0 .3s;
transition:opacity .3s 0 visibility 0 .3s;
}

.haven-top.haven-is-visible,.haven-top.haven-fade-out,.no-touch .haven-top:hover {
-webkit-transition:opacity .3s 0 visibility 0 0;
-moz-transition:opacity .3s 0 visibility 0 0;
transition:opacity .3s 0 visibility 0 0;
}

.haven-top.haven-is-visible {
visibility:visible;
opacity:1;
}

.haven-top.haven-fade-out {
opacity:.7;
}

.no-touch .haven-top:hover {
background-color:#333;
opacity:1;
}

.haven-top:hover {
opacity:1;
}
.space{
padding: 20px 0;
}
.space-404{
padding: 30px 0;
}
.container {
width:1260px;
margin:0 auto;
background: #fff;
}

#content {
overflow:hidden;
margin-bottom:30px;
padding: 10px;
}
#full{
    width: 100%
}

#main {
width:930px;
float:left;
}

#main.fullwidth {
width:100%;
float:none;
}

#sidebar {
width:270px;
float:right;
}

.video-container {
position:relative;
padding-bottom:56.25%;
height:0;
overflow:hidden;
}

.video-container iframe,.video-container object,.video-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border:1px solid #fff!important;
}

#menu-top-bar {
background:#fff;
width:100%;
height:51px;
margin:0 auto;
}

#menu-top-bar{
position:relative;
position:fixed;
z-index:9999;
    box-shadow: 0px 1px 3px rgba(190, 190, 190, 0.46);
    -webkit-box-shadow: 0px 1px 3px rgba(190, 190, 190, 0.46);
    -moz-box-shadow: 0px 1px 3px rgba(190, 190, 190, 0.46);
    -webkit-backface-visibility: hidden;
    border-bottom: 1px solid #F1F1F1;
 }

.slicknav_menu {
display:none;
}

#nav-wrapper .menu li {
display:inline-block;
margin-right:28px;
position:relative;
}

#nav-wrapper .menu li a {
font-size:14px;
font-family: 'Montserrat', sans-serif;
text-transform:uppercase;
letter-spacing:1px;
line-height:51px;
color:#000;
display:block;
font-weight: 700;
}

#nav-wrapper .menu .sub-menu,#nav-wrapper .menu .children {
background-color:#fff;
display:none;
position:absolute;
margin-top:0;
left:0;
z-index:99999;
border:1px solid #eee;
border-top:none;
padding:0;
}

#nav-wrapper ul.menu ul a,#nav-wrapper .menu ul ul a {
color:#727272;
min-width:165px;
line-height:20px;
-o-transition:.22s;
-ms-transition:.22s;
-moz-transition:.22s;
-webkit-transition:.22s;
transition:.22s;
border-top:1px solid #eee;
margin:0;
padding:6px 10px;
}

#nav-wrapper ul.menu ul li,#nav-wrapper .menu ul ul li {
padding-right:0;
margin-right:0;
}

#nav-wrapper ul.menu ul a:hover,#nav-wrapper .menu ul ul a:hover {
color:#FF002A;
background:#f5f5f5;
}

#nav-wrapper ul.menu li:hover > ul,#nav-wrapper .menu ul li:hover > ul {
display:block;
}

#nav-wrapper .menu .sub-menu ul,#nav-wrapper .menu .children ul {
left:100%;
top:0;
}

#social-bar-top {
position:relative;
float: right;
top:5px;
margin-right: 10px;
}

#social-bar-top.nosearch {
right:0;
}

#social-bar-top a{
color:#000;
font-size:13px;
margin-left:10px;
line-height:51px;
}
.social-bar-footer a {
color:#000;
font-size:18px;
margin-left:15px;
line-height:51px;
}



/*search*/
#search-box-wrap {
    height: 43px;
    display: none;
    width: 225px;
    float: right;
   }

#search-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 1%;
}

#search-box #searchform {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}

#search-box #searchform label {
    display: none;
}

#s {
    height: 27px;
    font-size: 14px;
    padding: 5px 7px 5px 30px;
    border: 0;
    width: 180px;
    outline: none;
    border: 1px solid #e8e8e8;
}
 #searchform input[type=submit] {
    height: 30px;
    background-color: #222;
    font-family: 'Lora', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    padding: 3px 10px; 

}

#search-icon:before{
    content: "\f002";
    font-family: FontAwesome;
    padding: 12px 20px;
    font-weight: normal;
    text-decoration: inherit;
    color: #333;
    font-size: 29px!important; 
    cursor: pointer;
    position: relative;
    float: right;
    margin-top: 0px;
    background: #00E7B4;
}


.show-search {
position:absolute;
top:51px;
right:-1px;
display:none;
z-index:10000;
}

i.search-toggle {
font-size:14px;
line-height:51px;
display:none;
cursor:pointer;
}

.show-search input {
width:190px;
background:#FFF;
-webkit-box-shadow:0 5px 4px -4px rgba(190,190,190,.1);
-moz-box-shadow:0 5px 4px -4px rgba(190,190,190,.1);
box-shadow:0 5px 4px -4px rgba(190,190,190,.1);
border:1px solid #eee;
font-style:italic;
padding:10px 0 10px 10px;
}

.show-search input:focus {
border:1px solid #ddd;
outline:none;
}

.home #header,.page-template-page-slider #header,.page-template-page-slider-sidebar #header {
margin-bottom:0;
border-bottom:none;
}

#logo {
max-width:100%;
height:auto;
text-align: center;
z-index: 99;
padding-top: 50px;
padding-bottom: 20px;

}
#logo h1 a{
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #fff;

}
.slide-img {
position:relative;
height:600px;
background-size:cover;
background-repeat:no-repeat;
background-position:center;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
display:block;
width:100%;
padding:17.2% 32.5%;
}

.feat-overlay {
position:relative;
height:100%;
width:100%;
margin-top:-10%;
display:table;
vertical-align:middle;
text-align:center;
overflow:hidden;
}

.feat-overlay-inner {
vertical-align:middle;
display:table-cell;
}

.slide-img .haven-post-head {
margin-bottom:0;
padding:25px 0px 10px;
}

.slide-img .haven-post-head .date {
display:block;
margin-bottom:5px;
}

.slide-img .read-more {
font-size:16px;
text-transform:uppercase;
letter-spacing:2px;
color:#fff;
font-weight:700;
display:inline-block;
border:3px solid;
-o-transition:.2s;
-ms-transition:.2s;
-moz-transition:.2s;
-webkit-transition:.2s;
border-color:#fff;
padding:10px 26px 11px;
}

.slide-img .read-more:hover {
background:#fff;
color:#333;
}

.post {
margin-bottom:50px;
}

.haven-post-head {
margin-bottom:25px;
text-align:center;
}

.haven-post-head .cat a {
font-size:12px;
text-transform:uppercase;
letter-spacing:2px;
padding-bottom:2px;
display:inline-block;
margin:0 4px 12px;
}

.haven-post-head h2 a,.haven-post-head h1 {
color:#333;
font-size:26px;
-o-transition:.2s;
-ms-transition:.2s;
-moz-transition:.2s;
-webkit-transition:.2s;
}

.haven-post-head h2 a:hover {
opacity:.60;
}

.haven-post-head h2 {
overflow:hidden;
text-transform: uppercase;
}

.haven-post-head h2:before,.haven-post-head h2:after {
display:inline-block;
height:1px;
position:relative;
vertical-align:middle;
}

.haven-post-head h2:before {
right:.5em;
margin-left:-10%;
margin-bottom:7px;
}

.haven-post-head h2:after {
left:.5em;
margin-right:-10%;
margin-bottom:7px;
}

.haven-post-head .date {
font-size:11px;
font-style:italic;
color:#888;
}

.post-img {
margin-bottom:20px;
}

.post-img img {
max-width:100%;
height:auto;
}

.post-img:hover {
-webkit-animation: post-img 1s ease;
        animation: post-img 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}

/*stop swing effect */

.post-img.audio iframe {
height:166px;
width:100%;
}

.post-entry p,.post-entry h1,.post-entry h2,.post-entry h3,.post-entry h4,.post-entry h5,.post-entry h6,.post-entry hr {
margin-bottom:18px;
}

.post-entry h1,.post-entry h2,.post-entry h3,.post-entry h4,.post-entry h5,.post-entry h6 {
color:#000;
}

.post-entry h1 {
font-size:26px;
}

.post-entry h3 {
font-size:21px;
}

.post-entry h4 {
font-size:19px;
}

.post-entry h5 {
font-size:17px;
}

.post-entry h6 {
font-size:15px;
}

.post-entry hr {
border:0;
height:0;
border-bottom:1px solid #e5e5e5;
clear:both;
}

.post-entry blockquote {
border-right:4px solid;
border-color:#333;
padding:0 18px;
}

.post-entry blockquote p {
font-family:Georgia;
font-size:18px;
line-height:28px;
font-style:italic;
color:#999;
}

.post-entry ul,.post-entry ol {
padding-left:45px;
margin-bottom:20px;
}

.post-entry ul li {
margin-bottom:12px;
list-style:square;
}

.post-entry ol li {
margin-bottom:12px;
list-style:decimal;
}

.sticky.post .haven-post-head {
border:1px dashed #eee;
padding:20px 0;
}

.post-entry pre {
overflow:auto;
}

.post-entry table {
width:100%;
margin-bottom:22px;
border-collapse:collapse;
}

.post-entry td,.post-entry th {
border-bottom:1px #e5e5e5 solid;
padding:12px;
}

.post-entry th {
font-weight:700;
font-size:14px;
background:#f5f5f5;
}

.post-entry tr:hover {
background:#f9f9f9;
}

.more-link {
text-align:center;
display:block;
}

.more-button {
font-size:14px;
text-transform:uppercase;
letter-spacing:2px;
color:#000;
background:#fff;
font-weight:700;
display:inline-block;
margin-top:16px;
border:1px solid;
-o-transition:.2s;
-ms-transition:.2s;
-moz-transition:.2s;
border-color:#998853;
padding:5px 22px 6px;
}

.more-button:hover {
background:#998853;
color:#fff;
border:1px solid;
border-color:#998853;
}

.post-meta {
margin-top:35px;
overflow:hidden;
border-bottom:1px dotted #e5e5e5;
padding-bottom:10px;
font-style:italic;
clear:both;
}

.meta-comments a {
color:#424242;
font-size:13px;
}

.meta-share {
float:left;
color:#999;
font-size:20px;
}

.meta-share .fa {
width:20px;
height:20px;
padding:1px;
}

.share-text {
margin-right:2px;
}

.meta-share a {
margin-left:9px;
font-size:22px;
color: #333!important;
}

.post-author {
margin-bottom:60px;
margin-top:60px;
overflow:hidden;
}

.author-img {
float:left;
margin-right:30px;
}

.author-content h5 a {
font-size:18px;
margin-bottom:8px;
color:#000;
display:block;
}

.author-content p {
margin-bottom:8px;
}

.author-content .author-social {
font-size:20px;
color:#ccc;
margin-right:8px;
}

.post-related {
overflow:hidden;
margin-bottom:60px;
margin-top:60px;
}

.post-box-title {
font-size:14px;
letter-spacing:2px;
text-transform:uppercase;
margin-bottom:30px;
border-bottom:1px solid #ddd;
padding-bottom:4px;
display:inline-block;
font-family: 'Lora', serif;
}

.item-related {
width:295px;
float:left;
margin-right:20px;
}

#main.fullwidth .item-related {
width:406px;
margin-right:30px;
}

.item-related img {
margin-bottom:6px;
width:100%;
height:auto;
}

.item-related h3 a {
font-size:14px;
color:#424242;
font-family: 'Lora', serif;
}

.post-tags {
margin-top:25px;
margin-bottom:-15px;
padding-bottom:13px;
clear:both;
}

.post-tags a {
font-size:10px;
letter-spacing:1px;
text-transform:uppercase;
background:#f2f2f2;
color:#666;
margin-right:7px;
border-radius:3px;
margin-bottom:5px;
display:inline-block;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
padding:7px 8px;
}

.post-tags a:hover {
background:#ddd;
color:#666;
text-decoration:none;
}

.post-comments {
margin-bottom:60px;
margin-top:60px;
}

.thecomment {
border-bottom:1px dotted #eee;
padding-bottom:34px;
margin-bottom:34px;
}

.thecomment .author-img {
float:left;
margin-right:20px;
}

.thecomment .comment-text span.author,.thecomment .comment-text span.author a {
display:block;
font-size:13px;
text-transform:uppercase;
letter-spacing:2px;
margin-bottom:6px;
color:#424242;
}

.thecomment .comment-text span.date {
font-size:11px;
color:#999;
font-style:italic;
display:block;
margin-bottom:6px;
}

.thecomment .comment-text em {
font-size:13px;
margin-bottom:-14px;
display:block;
color:orange;
letter-spacing:1px;
}

.thecomment .comment-text em i {
font-size:14px;
color:#f3bd00;
}

.post-comments span.reply a {
float:right;
font-size:10px;
background-color:#aaa;
color:#FFF;
border-radius:2px;
margin-left:7px;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
transition:.3s;
padding:2px 5px 4px;
}

.post-comments span.reply a.comment-edit-link {
background:#c5c5c5;
}

.post-comments ul.children {
margin:0 0 0 55px;
}

.post-comments ul.children li.thecomment {
margin:0 0 8px;
}

#respond {
margin-bottom:20px;
overflow:hidden;
}

#respond h3 {
font-size:11px;
color:#999;
font-weight:700;
margin-bottom:20px;
font-family: 'Lora', serif;
letter-spacing:2px;
text-transform:uppercase;
}

#respond h3 a {
color:#000;
display:inline-block;
}

#respond h3 small a {
text-transform:uppercase;
font-size:11px;
background:#333;
color:#FFF;
border-radius:3px;
margin-left:7px;
letter-spacing:1px;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
transition:.3s;
padding:4px 6px 5px;
}

#respond label {
color:#888;
width:80px;
font-size:13px;
display:inline-block;
font-weight:300;
}

#respond input {
border:1px solid #DDD;
margin-right:10px;
border-radius:3px;
color:#999;
margin-bottom:15px;
font-size:11px;
width:250px;
font-family: 'Lora', serif;
padding:8px 10px;
}

#respond textarea {
border:1px solid #DDD;
border-radius:3px;
width:95%;
height:120px;
font-size:13px;
color:#777;
margin-bottom:14px;
line-height:20px;
font-family: 'Lora', serif;
padding:14px;
}

#respond #submit {
text-transform:uppercase;
letter-spacing:2px;
background:#eee;
font-size:11px;
color:#666;
margin-top:6px;
display:inline-block;
border:none;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
transition:.3s;
cursor:pointer;
border-radius:30px;
width:auto;
padding:12px 19px 14px;
}

#respond #submit:hover {
background:#333;
color:#FFF;
}

.pagination {
margin-top:5px;
overflow:hidden;
margin-bottom:5px;
}

.pagination a {
display:inline-block;
letter-spacing:2px;
text-transform:uppercase;
font-size:11px;
border-bottom:1px solid #e5e5e5;
padding-bottom:5px;
font-weight:700;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
}

.list-item {
overflow:hidden;
margin-bottom:30px;
padding-bottom:30px;
border-bottom:1px solid #eee;
}

.list-item .post-img {
float:left;
margin-right:25px;
margin-bottom:0;
}

.list-item .post-img img {
max-width:270px;
}

.list-item .haven-post-head .cat a {
margin:0 8px 7px 0;
}

.haven-grid > li {
width:450px;
display:inline-block;
vertical-align:top;
margin-right:26px;
}

#main.fullwidth .haven-grid > li {
width:600px;
margin-right:36px;
}

.grid-item .haven-post-head .cat a {
margin:0 4px 8px;
}

.grid-item .haven-post-head {
margin-bottom:16px;
}

.widget {
margin-bottom:38px;
}

.widget-title {
font-size:12px;
color:#fff;
background: #333031;
text-transform:uppercase;
letter-spacing:2px;
font-family: 'Montserrat', sans-serif;
text-align:center;
margin-bottom:25px;
padding:10px 0;
border-bottom: 1px dotted;
}

.widget input,.widget select {
border:1px solid #ddd;
color:#888;
width:100%;
padding:9px 7px;
}

.widget input:focus,.widget select:focus {
outline:none;
border:1px solid #d5d5d5;
}

.widget ul li {
margin-bottom:7px;
padding-bottom:8px;
border-bottom:1px dotted #d5d5d5;
}

.widget ul li:last-child {
margin-bottom:0;
padding-bottom:0;
border-bottom:none;
}

.about-widget img {
margin-bottom:10px;
max-width:100%;
height:auto;
}

.flickr-widget {
float:left;
width:100%;
background: #fff!important;
clear: inherit;
}

.flickr_badge_image {
display:inline;
margin:1px;
}

.flickr-widget .flickr_badge_image img {
opacity:1;
width:32.33%;
margin-left:0;
box-shadow:0 0 2px #B2B2B2;
-moz-box-shadow:0 0 2px #b2b2b2;
-webkit-box-shadow:0 0 2px #B2B2B2;
padding:0;
}

.flickr-widget .flickr_badge_image a:hover img {
opacity:0.6;
}


.social-widget a:first-child {
margin-left:0;
}

.social-widget a i {
height:16px;
width:20px;
text-align:center;
line-height:20px;
color:#161616;
border-radius:50%;
font-size:16px;
margin:0 8px;
}



.widget ul.side-newsfeed li {
list-style-type:none;
margin-bottom:17px;
padding-bottom:13px;
margin-left:0;
}

.widget ul.side-newsfeed li:last-child {
margin-bottom:0;
padding-bottom:0;
}

.widget ul.side-newsfeed li .side-item .side-image {
float:left;
margin-right:14px;
}

.widget ul.side-newsfeed li .side-item .side-image img {
width:95px;
height:auto;
}

.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
margin-bottom:1px;
color:#424242;
display:block;
font-size:13px;
font-family: 'Lora', sans-serif;
}

.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
font-size:11px;
color:#999;
font-style:italic;
}

.widget_categories ul li,.widget_archive ul li {
color:#999;
}

.widget_categories a,.widget_archive a {
margin-right:5px;
}

.widget .tagcloud a {
font-size:9px!important;
letter-spacing:1px;
text-transform:uppercase;
background:#f2f2f2;
color:#777;
margin-right:5px;
margin-bottom:8px;
display:inline-block;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
padding:6px 8px 7px;
}

.widget .tagcloud a:hover {
opacity:.7;
text-decoration:none;
}

#wp-calendar {
width:100%;
}

#wp-calendar caption {
text-align:right;
color:#777;
font-size:12px;
margin-top:10px;
margin-bottom:15px;
border-bottom:1px solid #e5e5e5;
padding-bottom:8px;
}

#wp-calendar thead {
font-size:12px;
}

#wp-calendar thead th {
padding-bottom:10px;
text-align:center;
}

#wp-calendar tbody {
color:#aaa;
}

#wp-calendar tbody td {
background:#f5f5f5;
border:1px solid #fff;
text-align:center;
font-size:12px;
padding:8px;
}

#wp-calendar tbody td a {
font-weight:700;
color:#222;
}

#wp-calendar tbody td:hover {
background:#fff;
}

#wp-calendar tbody .pad {
background:none;
}

#wp-calendar tfoot #next {
font-size:10px;
text-transform:uppercase;
text-align:right;
}

#wp-calendar tfoot #prev {
font-size:10px;
text-transform:uppercase;
padding-top:10px;
}

#sidebar .instagram-pics li {
width:31.8%;
display:inline-block;
border-bottom:none;
margin:0 2px 2px;
padding:0;
}

.widget #searchform input#s {
border:1px solid #e5e5e5;
background:#fff url(img/searchsubmit.png) no-repeat 96% 13px;
font-size:11px;
color:#999;
letter-spacing:1px;
width:230px;
padding:14px;
}

.widget ul.menu li ul {
padding-left:12px;
margin-top:8px;
}

#footer {
overflow:hidden;
background:#F1F0F0;
padding:16px 10px 28px;
text-align: center;
color: #A2A8AD;
font-family: 'Lora', serif;
}
.minifooter {
background:#222!important; 
height: 30px;
}
.copyright.right{
    position:relative;
    float: right;
   
}
#footer .widget, #footerone .widget {
    margin-bottom: 0px;
}
.minifooter .copyright {
font-style:italic;
font-size:12px;
color:#888;
padding-left: 10px;
padding-right: 10px;
}

.archive-box {
text-align:center;
padding:60px 0;
margin:0 auto;
background: #F1F1F1;
}

.archive-box h1 {
font-size:28px;
color:#000;
text-transform:uppercase;
}

.archive-box span {
font-size:10px;
text-transform:uppercase;
letter-spacing:1px;
color:#999;
display:inline-block;
border-bottom:1px solid #d8d8d8;
padding-bottom:3px;
margin-bottom:5px;
}

.nothing {
font-size:14px;
color:#999;
text-align:center;
}

.aligncenter,div.aligncenter {
display:block;
margin:5px auto;
}

a img.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.wp-caption {
background:#fff;
border:1px solid #f0f0f0;
max-width:96%;
text-align:center;
padding:5px 3px 10px;
}

.wp-caption.alignright {
margin:5px 0 20px 20px;
}

.wp-caption img {
border:0 none;
height:auto;
max-width:98.5%;
width:auto;
margin:0;
padding:0;
}

.wp-caption p.wp-caption-text {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}

.gallery .gallery-caption {
font-size:12px;
color:#888;
font-family:"Open Sans";
}

.gallery .gallery-icon img {
border-radius:2px;
border:1px solid #eee!important;
padding:7px;
}

.gallery .gallery-icon img:hover {
border:1px solid #ccc!important;
}

.error-page h1 {
font-size:186px;
color:#000;
margin-top: 150px;
}

.error-page p {
color:#999;
font-style:italic;
margin-top: 100px;
}

.su-carousel .su-carousel-slide img,.su-custom-gallery-slide img {
border:none!important;
}

caption,th,.list-item .list-content .haven-post-head {
text-align:left;
}

strong,strong,b,strong *,b *,#nav-wrapper .menu li.current-menu-item > a,#nav-wrapper .menu li.current_page_item > a {
font-weight:700;
}

em,em,i,em *,i * {
font-style:italic;
}

#nav-wrapper,.pagination .newer,.minifooter .copyright.left {
float:left;
}
.wpcf7 input {
    width:95%;
}
div.wpcf7 {
    overflow:hidden;
    margin-top:40px;
}
.wpcf7 input, .wpcf7 textarea {
    padding:8px;
    border:1px solid #DDD;
    margin-right:10px;
    -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
    color:#777;
    font-size:12px;
    margin-top:6px;
    margin-bottom:6px;
}
.wpcf7 textarea {
    width:95%;
}
.wpcf7 .wpcf7-submit {
    background:#eee;
    -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius:5px;
    padding:10px 64px;
    color:#666;
    letter-spacing:3px;
    font-size:11px;
    text-transform:uppercase;
    cursor:pointer;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    display:block;
    border:none;
    width:auto;
}
.wpcf7 .wpcf7-submit:hover {
    background:#333;
    color:#fff;
}

#nav-wrapper .menu li.current-menu-item > a,#nav-wrapper .menu li.current_page_item > a,#nav-wrapper .menu li a:hover,#social-bar-top a:hover,.social-widget a:hover > i {
color:#FF002A;
}
#nav-wrapper .menu li.current-menu-item > a{
    color:#fff;
background: #333;
padding-left: 10px;
padding-right: 10px;

}
#top-search input:focus,#respond input:focus,#respond textarea:focus,.widget #searchform #s:focus {
outline:none;
}

.slide-img .haven-post-head h2,.list-item .haven-post-head,.list-item .post-entry p {
margin-bottom:14px;
}

.slide-img .haven-post-head h2 a,.post-entry h2 {
font-size:36px;
color: #fff;
text-transform: uppercase;
}

.haven-post-head h2,.haven-post-head h1,#respond .comment-form-url {
margin-bottom:10px;
}

.post-entry img,.widget img {
max-width:100%;
height:auto;
}

.post-entry a:hover,.item-related h3 a:hover,.thecomment .comment-text span.author a:hover,.widget a:hover {
text-decoration:underline;
}

.meta-comments,.pagination .older {
float:right;
}

.author-img img,.thecomment .author-img img,.about-radius {
border-radius:50%;
}

.post-box,.about-widget,.social-widget,.error-page {
text-align:center;
}

.item-related:last-child,#main.fullwidth .item-related:last-child,#main.fullwidth .haven-grid li:nth-of-type(2n+2),.haven-grid li:nth-of-type(2n+2),.social-widget a:last-child {
margin-right:0;
}

.item-related h3,.widget ul.side-newsfeed li .side-item .side-item-text h4 {
margin-bottom:4px;
}

.item-related span.date,.list-meta .date {
font-size:11px;
font-style:italic;
color:#999;
}

.comments,.grid-item {
margin-bottom:40px;
}

.thecomment .comment-text,.list-item .list-content,.widget ul.side-newsfeed li .side-item,.widget ul.side-newsfeed li .side-item .side-item-text {
overflow:hidden;
}

.post-comments span.reply a:hover,#respond h3 small a:hover {
opacity:.8;
}

.pagination a:hover,.widget ul li a {
color:#424242;
}

.list-item .haven-post-head h2 a,.grid-item .haven-post-head h2 a {
font-size:22px;
}

#sidebar .instagram-pics li img,#instagram-footer .instagram-pics li img {
max-width:100%;
}

#sidebar .instagram-pics li img:hover,#instagram-footer .instagram-pics li img:hover {
opacity:.87;
}

.alignnone,a img.alignnone,.wp-caption.alignnone,.wp-caption.alignleft {
margin:5px 20px 20px 0;
}

.alignright,a img.alignright {
float:right;
margin:5px 0 20px 20px;
}

.alignleft,a img.alignleft {
float:left;
margin:5px 20px 20px 0;
}