a>code {
color: #ffffff;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
background: #f7f9fc;
border-left: 5px solid #ff5d00;
}
blockquote, blockquote p {
font-size: 15px;
font-weight: 500;
line-height: 21px;
letter-spacing: 1px;
}
blockquote em, blockquote i, blockquote cite {
font-style: normal;
}
blockquote cite, blockquote small {
font-size: 15px;
display: block;
line-height: 20px;
padding-top: 15px;
}
em, cite, q {
font-style: italic;
font-weight: 600;
color: #ff5d00;
}
table {
border: 1px solid #e9e9e9;
background-color: #fcfcfc;
border-spacing: 0;
letter-spacing: 0.5px;
margin: 0 0 20px;
text-align: left;
table-layout: fixed;
width: 100%;
}
table th {
padding: 10px 10px;
color: #ffffff;
background: #ff5d00;
border-bottom: 1px solid #e8e7e7;
border-right: 1px solid #e8e7e7;
}
table td {
border: 1px solid #e8e7e7;
padding: 8px 10px;
}
a {
text-decoration: none;
font-family: 'Open Sans', sans-serif;
color:#ff5d00;
}
a:hover{
color:#212529;
}
dl {
margin-bottom: 25px;
margin-top: 0;
}
dl dd {
margin-bottom: 20px;
margin-left: 15px;
}
dl dt {
font-weight: 700;
margin-bottom: 10px;
color: #212529;
font-family: 'Open Sans', sans-serif;
}
li > ul, li > ol, blockquote > ul, blockquote > ol {
margin-left: 1.3333em;
}
address {
margin: 0 0 20px;
letter-spacing: 0.5px;
line-height: 27px;
}
acronym {
border-bottom: 0 none;
}
abbr, tla, acronym {
text-decoration: underline;
cursor: help;
}
big {
font-size: large;
font-weight: 600;
}
code, kbd, tt, var, samp, pre {
color: #ffffff;
padding: 2px 5px;
background: #212529;
font-family: 'Poppins', sans-serif;
border-radius: 4px;
}
s, strike, del {
text-decoration: line-through;
}
ins {
text-decoration: none;
padding: 0 3px;
}
.comments-title, .comment-reply-title {
font-family: 'Poppins', sans-serif;
font-size: 20px;
background: #fefefe;
padding: 5px 20px;
}
.comment-reply-title small {
font-size: 100%;
}
.comment-reply-title small a {
border: 0;
float: right;
}
.comment-form {
padding-top: 1.75em;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as, .no-comments {
border-top: 1px solid #d1d1d1;
font-family: 'Poppins', sans-serif;
font-weight: 700;
margin: 0;
padding-top: 1.75em;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
} textarea {
padding-left: 3px;
width: 100%;
height: 150px;
}
.form-submit {
margin-top: 30px;
} .gallery-icon a {
display: block;
} .gallery-icon img {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.gallery-icon a:hover img, .gallery-icon a:focus img {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
.gallery-item { 
display: inline-flex;
background-color: #ececec;
overflow: hidden;
position: relative;
padding: 0;
margin-right: 2.7%;
margin-bottom: 2.7%;
text-align: center;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
border-radius: 3px;
z-index: 0;
}
.gallery figure.gallery-item:last-child {
margin-bottom: 0;
}
.gallery-item .gallery-caption {
font-weight: 400;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
word-wrap: break-word;
padding: 15px 10px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 100%;
height: 100%;
overflow: auto;
transform: translateY(-100%);
opacity: 0;
visibility: hidden;
color: #ffffff;
background-color: rgba(0, 0, 0, 0.6);
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.gallery-item:hover > .gallery-caption,
.gallery-item:focus-within > .gallery-caption {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.gallery-columns-1 .gallery-item {
float: none;    
width: 100%;    
}
.gallery-columns-2 .gallery-item {
width: 45%;
float: none;    
}
.gallery-columns-3 .gallery-item {
width: 31.3%;
float: none;
}
.gallery-columns-4 .gallery-item {
width: 20%;
float: none;
}
.gallery-columns-5 .gallery-item {
width: 17.7%;
float: none;
}
.gallery-columns-6 .gallery-item {
width: 13.6%;
}
.gallery-columns-7 .gallery-item {
width: 12.25%;
}
.gallery-columns-8 .gallery-item {
width: 10.5%;
}
.gallery-columns-9 .gallery-item {
width: 9.11%;
}
.gallery-columns-1 .gallery-item:nth-child(1n),
.gallery-columns-2 .gallery-item:nth-child(2n),
.gallery-columns-3 .gallery-item:nth-child(3n),
.gallery-columns-4 .gallery-item:nth-child(4n),
.gallery-columns-5 .gallery-item:nth-child(5n),
.gallery-columns-6 .gallery-item:nth-child(6n),
.gallery-columns-7 .gallery-item:nth-child(7n),
.gallery-columns-8 .gallery-item:nth-child(8n),
.gallery-columns-9 .gallery-item:nth-child(9n) {
margin-right: 0;
} .gallery dl a {
display: block;
}
.gallery dl a img {
height: auto;
margin: 0 auto;
}
.gallery .gallery-caption {
font-size: 15px;
line-height: 1.2;
}
.gallery br+br {
display: none;
}
.wp-caption-text{}
.bypostauthor{} img.alignnone{ display: block; margin: 0 auto; height: auto; max-width: 100%; }
#attachment_907 { width: 100%; }
.alignnone img{ display: block; height: auto; }
img.alignleft, .wp-caption.alignleft{ margin-right: 30px; }
img.alignright, .wp-caption.alignright {
margin-left: 30px;
float: right;
clear: both;
margin-bottom: 30px;
}
img.wp-caption .alignnone { display: block; margin: 0 auto; height: auto; width: 100%; }
a img.alignright { float: right; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto;}
.aligncenter { margin-top: .5em; margin-bottom: .5em; }  
.alignleft { float: left; margin: .5em 20px .5em 0; }
.alignright { float: right; margin: .5em 0 .5em 20px; }
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption { 
clear: left;
font-style: italic;
line-height: 1.5em;
margin: 0.75em 0;
text-align: center;
}
.wp-caption.alignright { margin: 5px 0 20px 20px;}
.wp-caption p.wp-caption-text { font-family: 'Open Sans'; font-size: 14px; margin: 12px 0; text-align: center; font-weight: 400; font-style: italic; line-height: 1.5em; }
.wp-caption.alignleft { margin: 5px 20px 20px 0;}
.wp-caption {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #f8f8f8;
border-color: #eee;
border-image: initial;
border-radius: 3px;
border-style: solid;
border-width: 1px;
margin-bottom: 20px;
max-width: 100%;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
text-align: center;
}
.wp-caption > img {
max-width: 100%;
height: auto;
display: block;
}
.bypostauthor {}
.post-password-form input[type="password"] {
padding: 13px 53px 14px 12px;
}