html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub,
sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
li{
list-style: none;
}
/* Fonts */
@font-face {
font-family: 'LatoRegular';
src: url('../fonts/lato-regular.eot');
src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/lato-regular.woff') format('woff'),
url('../fonts/lato-regular.ttf') format('truetype'),
url('../fonts/lato-regular.svg#LatoRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LatoBold';
src: url('../fonts/lato-bold.eot');
src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/lato-bold.woff') format('woff'),
url('../fonts/lato-bold.ttf') format('truetype'),
url('../fonts/lato-bold.svg#LatoBold') format('svg');
font-weight: normal;
font-style: normal;
}
/* navigation */
.container-fluid {
max-width: 1160px
}
.navbar-default .navbar-brand {
font-family: 'LatoBold';
font-size: 31px;
color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
letter-spacing: 3px;
margin-right: 0px;
border-top: none;
}
.navbar .container-fluid .navbar-header .navbar-brand {
font-family: 'LatoBold';
font-size: 37px;
color: #fff;
}
.navbar-custom {
padding: 32px 0;
background-image: none;
background-color: #292929;
}
.navbar-default .navbar-nav>li>a:hover{
color: #ffcc00;
}
.navbar-default .navbar-nav>li>a{
color: #fff;
}
.navbar-default .navbar-nav>li.corrent >a{
color: #ffcc00;
}
.container-fluid .row {
margin: 15px 0;
}
.container-fluid .col-sm-8 h3 {
font-size: 28px;
margin: 20px 0px 0px 0px;
}
.container-fluid .row .col-sm-8 h3 a {
color: #292929;
}
.container-fluid .row .col-sm-8 h3 a:hover {
color: #ffcc00;
text-decoration: none;
}
.container-fluid .col-sm-8 h3 a:hover{
color: #ffcc00;
}
.container-fluid .col-sm-8 h3,p {
margin 5px;
}
.container-fluid .row .col-sm-8 a.read_more {
display: inline-block;
padding: 10px 30px 13px 30px;
background: #ffffff;
border: 2px #c2c2c2 solid;
color: #c2c2c2;
text-decoration: none;
margin-top: 14px;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
}
.container-fluid .row .col-sm-8 a.read_more:hover {
border: 2px #ffcc00 solid;
color: #ffcc00;
}
.widget-title{
width: 100%;
padding: 17px 20px;
border-left: 3px #ffcc00 solid;
background: #f8f8f8;
margin-bottom: 20px;
font-family: 'LatoBold', 'Helvetica', arial;
font-weight: bold;
font-size: 16px;
color: #6c6969;
text-transform: uppercase;
letter-spacing: 1px;
}
.textwidget p{
width: 90%;
padding: 0 5px;
font-family: 'LatoRegular', 'Helvetica', arial;
font-size: 16px;
color: #737373;
margin-bottom: 10px;
line-height: 20px;
}
.search_widget .search-field{
width: 240px;
height: 50px;
padding: 0 43px;
color: #828282;
font-family: 'LatoRegular', 'Helvetica', arial;
font-size: 12px;
letter-spacing: .5px;
outline: none;
border: 1px #e1e0e0 solid;
}
.search_widget .search-field:focus{
border: 1px #b9b9b9 solid;
}
.search_widget .btn-warning{
width: 90px;
height: 50px;
background-color: #FC0;
color: #6C6969;
}
a:focus, a:hover {
color: #ffcc00;
text-decoration: none;
}
p .em {
margin-bottom: 20px;
}
.navbar-default {
border-color: #292929;
}
.col-sm-4 li{
margin-bottom: 25px;
}
/* pagination */
nav.pagination {
display: block;
width: 100%;
padding: 30px 0;
border-top: 1px #e1e0e0 solid;
border-bottom: 1px #e1e0e0 solid;
overflow: hidden;
}
.pagination a{
color: #818181;
}
.previous,
.next{
text-decoration: none;
margin: 0 30px;
font-family: 'LatoBold', 'Helvetica', arial;
font-weight: bold;
font-size: 15px;
text-transform: uppercase;
}
.previous a:hover, .next a:hover {
color: #ffcc00;
}
.previous{
float: left;
}
.next{
float: right;
}
.previous i,
.next i{
width: 15px;
height: 7px;
display: inline-block;
margin-bottom: 3px;
background: url('../images/pagination.png') no-repeat;
}
.previous i{
background-position: 0 0;
margin-right: 10px;
}
.next i{
background-position: -16px 0;
margin-left: 10px;
}
.previous:hover,
.next:hover{
color: #ffcc00;
text-decoration: none;
}
.previous:hover i,
.next:hover i{
background: url('../images/pagination.png') no-repeat;
}
.previous:hover i{
background-position: 0px 0;
}
.next:hover i{
background-position: -16px 0;
}
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
.nav-previous a, .nav-next a{
text-transform: uppercase;
}
.nav-previous a:hover, .nav-next a:hover {
color: #ffcc00;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
/* simgle page */
.container-fluid .row .col-sm-12 h3 {
font-size: 28px;
font-weight: bold;
margin: 20px 0 0 0;
}
.container-fluid .row .col-sm-12 p {
font-size: 16px;
padding: 18px;
}
.row .col-sm-12 p{
text-align: center;
}
/* comment form */
.contact-form {
background-color: #f1f1f1;
padding: 30px;
margin: 7px 100px 60px 100px;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.row button {
margin-left: -225px;
}
.contact-form .form-control {
height: 43px;
border-radius: 0px;
margin-bottom: 20px;
border: 0px solid #fff;
}
.contact-form #message {
height: 104px;
}
.contact-form .form-control {
height: 43px;
border-radius: 0px;
margin-bottom: 20px;
border: 0px solid #fff;
}
.form_submit {
width: 100%;
background: #ffcc00;
border-radius: 0px;
color: #fff;
padding-top: 13px;
padding-bottom: 10px;
transition: all 1s;
}
/* FOOTER */
footer .list-inline {
margin: 0;
padding: 0;
}
footer {
padding: 20px 0px;
}
a {
color: #404040;
}
footer .copyright {
text-align: center;
margin-bottom: 0;
line-height: 1.5;
margin: 30px 0;
}
footer .container .row p {
line-height: 1.5;
margin: 30px 0;
}
/* FOOTER END*/
/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption.alignnone {
display: block;
height: auto;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
}
.sticky {
display: block;
}
.gallery-caption {
}
.bypostauthor{}
.alignright,.alignleft,.aligncenter{}
/* additional comment section*/
.reply{
margin-bottom: 20px;
}
#reply-title, .comment-notes{
margin-bottom: 5px;
}
.comment-form-author input, .comment-form-email input{
margin-bottom: 5px;
}
.comment-form{
background-color: #f1f1f1;
padding: 30px;
}
.comment-form-url, .comment-form-comment label{
display: none;
}
.submit{
width: 25%;
background: #ffcc00;
border-radius: 0px;
color: #fff;
padding-top: 13px;
padding-bottom: 10px;
transition: all 1s;
}
.submit:hover{
background-color: #e0e0e0;
background-position: 0 -15px;
}