*{
margin: 0; 
padding: 0;
}
html{ 
height: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
}
body{
height: 100%;
position: relative;
font-family: 'Georgia', serif;
font-size: 16px;
font-weight: 300;
line-height: 26px;
color: #000;
background: white;
background: #bdd1ac; }
header .inner, nav ul, main, footer .inner{
width: 1000px;
margin: 0 auto;
overflow: auto;
}
a{ 
color: black; 
font-weight: normal;
text-decoration: underline;
}
a:hover{ 
color: #3f61a7; }
.buttons{
display: inline-block;
width: 100%;
margin: 0 0 20px;
}
.buttons br{
display: none;
}
.buttons a{
float: left;
background: #3f61a7; text-decoration: none;
margin-right: 5px;
padding: 10px 16px;
font-family: 'Roboto', sans-serif;
color: white;
font-weight: 300;
}
.buttons a:hover{
background: white;
color: #000;
}
.clear{ clear: both; }
address { font-style: normal; }
img, a img{ border: 0; }
strong{ font-weight: bold; }
p{ margin-bottom: 20px; }
:focus{ outline: 0; }
fieldset{ border: 0; }
ol, ul{ list-style: none; }
table{ border-collapse: separate; border-spacing: 0; }
.alignleft{ float: left; margin: 0 20px 20px 0; }
.alignright{ float: right; margin: 5px 0 10px 20px; }
.underline{ text-decoration: underline; }
::-moz-selection{ background: #EEE; color: #333; }
::-webkit-selection{ background: #EEE; color: #333; }
::-ms-selection{ background: #EEE; color: #333; } h1{ font-size: 32px; margin: 0 0 0.35em; }
h2{ font-size: 26px; margin: 0 0 0.25em; }
h3{ font-size: 22px; margin: 0 0 0.15em; }
h1, h2, h3, h4{
color: black; 
font-weight: 300;
line-height: 110%; 
font-family: 'Georgia', serif;
} header{
background: white;	
}
header .inner{
padding: 40px 0;
position: relative;
display: table;
}
header .logo{
float: left;
line-height: 0;
}
header .logo img{
height: 80px;
width: auto;
}
header .site-title{
float: left;
margin: 10px 0 0 30px;
}
header .site-title span{
font-size: 28px;
line-height: 28px;
}
header .site-title span.subtitle{
font-size: 18px;
font-family: 'Roboto', sans-serif;
color: #3f61a7; }
header ul.social-icons{
position: absolute;
right: 0;
top: 60px;
}
header ul.social-icons li{
float: left;
margin-left: 4px;
}
header ul.social-icons li img{
width: 40px;
height: auto;
} nav{
width: 100%;
background: #3f61a7; }
nav ul{
overflow: visible;
height: 55px;
line-height: 55px;
}
nav ul li{
float: left;
margin: 0 30px 0 0;
padding: 0;
position: relative;
}
nav ul li a{
color: white;
font-size: 18px;
font-weight: 300;
text-decoration: none;
}
nav ul li a:hover,
nav ul li.current-menu-item a,
nav ul li.current-menu-parent a{
color: rgba(255,255,255,0.6);
} nav ul li:hover > ul{
display: block;
}
nav ul ul{
background: white;
display: none;
padding: 15px 25px;
position: absolute !important;
top: 55px;
left: -25px;
width: 220px;
z-index: 50;
height: auto;
position: relative;
}
nav ul ul li{
border-right: none;
display: block;
float: none;
height: 28px;
line-height: 28px;
}
nav ul ul li a{
color: black;
text-transform: none;
font-size: 16px;
font-weight: 300;
}
nav ul li.current-menu-item ul li a,
nav ul li.current-menu-parent ul li a{
color: black;
}
nav ul ul li a:hover,
nav ul ul li.current-menu-item a,
nav ul li.current-menu-item ul li a:hover,
nav ul li.current-menu-parent ul li a:hover,
nav ul li.current-menu-parent ul li.current-menu-item a{
color: #3f61a7; } main{
margin: 50px auto 60px;
position: relative;
display: block;
overflow: hidden;
}
main h1{
margin-bottom: 20px;
}
main h2{
margin-bottom: 10px;
}
main h3{
margin-bottom: 5px;
}
section{
float: left;
width: 65%;
}
section.full{
width: 100%;
}
section img{
max-width: 100%;
height: auto;
}
section ol,
section ul{
margin: 0 0 20px;
}
section h1 + ol, section h1 + ul,
section h2 + ol, section h2 + ul,
section h3 + ol, section h3 + ul{
margin: 0 0 20px;
}
section blockquote + p,
section blockquote + h2,
section blockquote + h3,
section ul + h2,
section ul + h3{
margin-top: 20px;
}
section ol li{
list-style-type: decimal;
margin: 0 0 0 20px;
}
section ul li{
list-style-type: disc;
margin: 0 0 0 20px;
}
section :last-child{
margin-bottom: 0;
}
.responsive-video{
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
height: 0;
}
.responsive-video iframe{
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute;
}
.google-maps{
height: 400px;
width: 100%;
display: inline-block;
}
main section table td:first-child{
width: 130px !important;
}
main section table td:last-child{
width: calc( 100% - 130px ) !important;
}
main section table tr:last-child td{
border-bottom: 0;
}
main section table{
margin-bottom: 30px;
}
main section table tr td{
padding: 10px 0;
border-bottom: 1px dashed black;
}
main section table tr td p{
margin-bottom: 10px;
} aside{
float: right;
width: 27.5%;
margin: 0;
font-size: 15px;
}
aside .widget{
margin: 0 0 30px 0;
background: rgba(255,255,255,0.8);
}
aside .widget header{
background: #3f61a7; padding: 12px 20px;
}
aside .widget div{
padding: 20px;
width: calc( 100% - 40px );
}
aside .widget:last-child{
margin: 0;
}
aside h3{
font-family: 'Roboto', sans-serif;
color: white;
font-size: 20px;
margin-bottom: 0;
}
aside a{
color: black;
font-weight: normal;
text-decoration: none;
}
aside header a{
color: white;
font-weight: 300;
}
aside header a:hover{
color: white;
}
aside .widget#image{
line-height: 0;
background: none;
}
aside .widget#image img{
width: 100%;
height: auto;
}
aside ul li{
list-style-type: disc;
margin: 0 0 8px 20px;
line-height: 20px;
}
aside ul li:last-child{
margin-bottom: 0;
} article{
margin: 0 0 50px;
}
article :last-child{
margin: 0;
}
article h1{
margin-bottom: 5px;
}
article h1 a{
color: black;
text-decoration: none;
}
article .post-image{
width: 100%;
height: 250px;
overflow: hidden;
margin: 0 0 10px;
border-radius: 3px;
line-height: 0;
}
article .post-image img{
width: 100%;
height: auto;
position: relative;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
.single article .post-image{
height: 100%;
border-radius: 3px;
line-height: 0;
}
.single article .post-image img{
-moz-transform: translateY(0);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
}
.share-buttons{
margin-top: 10px !important;
display: inline-block;
width: 100%;
}
.share-buttons .ssba img{
padding: 0 6px;
}
.share-buttons .ssba a{
margin-left: 6px;
}
.share-buttons .ssba a:first-of-type{
margin-left: 0;
}
.share-buttons .ssba a:first-of-type img{
padding-left: 0;
}
.single-post h1{
margin-bottom: 0;
}
.single-post .post-meta{
margin-bottom: 15px;
}
.post-meta,
.post-meta a{
color: #666;
}
.blog h1, 
.archive h1{
margin-bottom: 0;
}
.blog .post-meta, 
.archive .post-meta{
margin-bottom: 10px;
}
.single-post article{
margin-bottom: 40px;
} .wp-pagenavi a, 
.wp-pagenavi span {
font-family: 'Roboto', sans-serif;
text-decoration: none;
padding: 0 10px;
height: 30px;
line-height: 30px;
font-size: 14px;
margin: 0 3px 0 0;
background: rgba(255,255,255,0.6);
color: #333;
display: inline-block;
border: none;
}
.wp-pagenavi a:hover, 
.wp-pagenavi span.current {
background: rgba(255,255,255,1);
color: #333;
border: none;
}
.wp-pagenavi span.current {
background: #3f61a7; color: white;
font-weight: 300;
}
.wp-pagenavi .pages{
display: none;
} footer{
width: 100%;
background: #3f61a7; }
footer .inner{
padding: 30px 0;
color: white;
font-size: 15px;
line-height: 28px;
}
footer a{ 
font-weight: 300;
color: white;
text-decoration: none;
}
footer a:hover{
color: limegreen;
}
.backtotop{
bottom: 20px;
position: fixed;
right: 20px;
line-height: 0;
} input[type=text], 
input[type=email],
input[type=tel],
input[type=submit],
textarea{
font-family: 'Roboto', sans-serif;
color: black;
font-size: 16px;
font-weight: normal;
margin: 0 0 10px 0;
padding: 12px 15px;
font-weight: 300;
border: none;
background-color: rgba(255,255,255,0.8);
outline: none;
width: 440px;
}
textarea{
height: 140px;
margin: 0 0 5px;
}
input[type=submit]{
background-color: #3f61a7; color: white;
cursor: pointer;
width: auto;
-webkit-appearance: none;
}
input[type=submit]:hover{
background-color: #2fb556; -moz-transition: 0.3s all; 
-webkit-transition: 0.3s all; 
-ms-transition: 0.3s all; 
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors{
border: none;
background: #d5fad1;
padding: 15px;
width: 440px;
font-size: 15px;
margin: 0;
}
div.wpcf7-validation-errors{
background: #fffcd0;
}
span.wpcf7-not-valid-tip{
display: none;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid{
background: #fbe7e7;
} h3.comment-number{
margin-bottom: 20px;
}
ol.commentlist{
margin: 0 0 20px;
width: 100%;
display: inline-block;	
}
ol.commentlist li{
list-style-type: none;
margin-left: 0;
font-size: 16px;
line-height: 24px;
}
ol.commentlist li .avatar {
width: 50px;
height: 50px;
}
.comment-box {
margin: -56px 0 0px 65px;
padding: 20px;
background: rgba(255,255,255,0.6);
}
.comment-meta {
font-size: 14px;
margin: 5px 0;
color: rgba(99, 126, 143, 0.6);
}
.comment-meta a{
color: black;
}
.comment-author,
.comment-author a {
font-family: 'Georgia', serif;
font-size: 24px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding-bottom: 5px;
text-decoration: none;
}
.comment-box p{
margin-bottom: 15px;
}
.comment-box a{
text-decoration: none;
}
a.comment-reply-link,
a.comment-edit-link {
background-color: rgba(99, 126, 143, 0.5);
padding: 6px 10px;
font-size: 10px;
border-radius: 3px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: white;
text-decoration: none;
}
a.comment-edit-link{
margin: 0 0 0 10px;
}
a.comment-reply-link:hover, 
a.comment-edit-link:hover{
background-color: #3f61a7; }
p.cancel{
margin-top: 10px;
}
ul.children{
margin: 0;
}
ul.children .comment,
ul.children .children .comment{
margin: 15px 0;
padding: 0 0 0 30px;
}
ul.children .comment .comment-box{
background: rgba(255,255,255,0.4);
}
ul.children .children .comment .comment-box{
background: rgba(255,255,255,0.2);
}
#respond{
margin-top: 20px;
}
#respond h3{
margin-bottom: 10px;
}@media only screen and (max-width: 1200px) { 
button#responsive-menu-button{
padding: 0;
top: 58px;
color: #444;
right: 4%;
height: auto;
width: auto;
}
.responsive-menu-inner, 
.responsive-menu-inner::before, 
.responsive-menu-inner::after{
border-radius: 2px;
}
#responsive-menu{
z-index: 10000;
box-shadow: none;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link{
padding: 4px 0 4px 10%;
width: 90%;
font-size: 14px;
line-height: 20px;
}
}
@media only screen and (max-width: 1060px) { 
header .inner, nav ul, main, footer .inner{
width: 92%;
margin-left: 4%;
margin-right: 4%;
}
}
@media only screen and (max-width: 800px) { 
main section{
width: 100%;
}
main aside{
display: none;
}
header ul.social-icons{
display: none;
}
.google-maps{
height: 300px;
}	
header .inner{
padding: 30px 0;
}
}
@media only screen and (max-width: 600px) {
input[type="text"], 
input[type="email"], 
input[type="tel"], 
select, 
textarea{
width: 90%;
padding: 12px 5%;
}
input[type="submit"]{
padding: 12px 5%;
}
header .logo img{
height: 60px;
width: auto;
}
header .site-title{
margin: 8px 0 0 22px;
}
button#responsive-menu-button{
top: 48px;
}
header .inner,
header .site-title span{
line-height: 22px;
}
header .site-title span{
font-size: 24px;
}
header .site-title span.subtitle{
font-size: 16px;
}
}
@media only screen and (max-width: 500px) { 
header .inner, nav ul, main, footer .inner{
width: 90%;
margin-left: 5%;
margin-right: 5%;
}
#responsive-menu li a{
width: 90%;
padding-left: 10%;
}
#responsive-menu li li a{
width: 85%;
padding-left: 15%;
}
.google-maps{
height: 200px;
}
main{
margin: 40px auto;
}
h1{ 
font-size: 28px; 
}
h2{ 
font-size: 24px; 
}
h3{ 
font-size: 20px;
}
footer .inner{
padding: 20px 0;
font-size: 13px;
line-height: 22px;
}
.responsive-menu-inner, 
.responsive-menu-inner::before, 
.responsive-menu-inner::after{
width: 28px;
height: 5px;
}
.responsive-menu-inner{
margin-top: -8px;
}
.responsive-menu-inner::before{
top: -8px;
}
.responsive-menu-inner::after{
bottom: -8px;
}
header .logo img{
height: 40px;
}
header .site-title{
margin: 3px 0 0 15px;
}
header .inner,
header .site-title span{
line-height: 17px;
}
header .site-title span{
font-size: 17px;
}
header .site-title span.subtitle{
font-size: 11px;
}
button#responsive-menu-button{
top: 40px;
}	
}
@media only screen and (max-width: 400px) {
body{
font-size: 15px;
line-height: 24px;
}
#responsive-menu{
width: 70%;
}
ul.children .comment,
ul.children .children .comment{
margin: 15px 0;
padding: 0 0 0 10px;
}
}
@media only screen and (max-width: 350px) {
header .site-title{
display: none;
}
}