/**
 * Author: Anjani Mishra
 * Author URI: Anjani Mishra
 */
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700,900|Montserrat:300,400,500,600,700&amp;subset=latin");
@import "assets/css/bootstrap.min.css";
@import "assets/css/animate.css";
@import "assets/css/animsition.css";
@import "assets/css/magnific-popup.css";
@import "assets/css/font-awesome.css";
@import "assets/css/fontello.css";
@import "assets/css/slick.css";
@import "assets/css/vegas.css";
@import "assets/css/cubeportfolio.css";
@import "assets/css/flexslider.css";
@import "assets/css/owl.carousel.min.css";
@import "includes/rev-slider/css/settings.css";
@import "includes/rev-slider/css/layers.css";
@import "includes/rev-slider/css/navigation.css";
@import "assets/css/shortcodes.css";

/**
 * Reset Browsers
 * General
 * Elements
 * List
 * Table
 * Media
 * Form
 * Typography
 * Extra classes
 * Revolution Slider
 * Extra Grids
 * Gutter
 * Layout
 * Header 
 * Featured Title 
 * Blog Post & Blog Single
 * Comments
 * Widgets
 * Footer 
 * Bottom
 * Media Queries
 */

/* Reset Browsers
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit; }article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%; }*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; }body{background-color:#fff;line-height:1; }article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0; }caption,th,td{font-weight:normal;text-align:left; }blockquote:before,blockquote:after,q:before,q:after{content:'';content:none; }blockquote,q{quotes:none}a:focus{outline:none}a:hover,a:active{outline:0}a img{border:0}img{max-width:100%;height:auto; }select{max-width:100%}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea { font-family: "Lato", sans-serif; font-weight: 400; color: #000000; font-size: 14px; line-height: 1.9; background-color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; overflow-x: hidden; overflow-y: auto; }
img { height: auto; width: 100%; max-width: 100%; vertical-align: top; -ms-interpolation-mode: bicubic }
p { margin: 0 0 20px; }
strong,
b,
cite { font-weight: bold; }
dfn,
cite,
em,
i,
blockquote { font-style: italic; }
blockquote { background-color: #f9f9f9; margin: 45px 0; padding: 22px 32px 30px; border-left: 5px solid #ffb700; }
blockquote:before,
blockquote:after,
q:before,
q:after { content: ""; }
blockquote > p:last-child { margin-bottom: 0; }
blockquote cite { position: absolute; right: 0; bottom: 0; }
blockquote em,
blockquote i { font-style: normal; }
abbr,
acronym { border-bottom: 1px dotted #f1f1f1; cursor: help; }
mark,
ins { text-decoration: none; }
sup,
sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -6px; }
sub { bottom: -3px; }
small { font-size: 75%; }
big { font-size: 125%; }
address { font-style: italic; margin: 0 0 20px; }
code,
kbd,
tt,
var,
samp,
pre { margin: 20px 0; padding: 8px 12px; background-color: #f9f9f9; border: 1px solid #f1f1f1; overflow-x: auto; font-family: Inconsolata, monospace; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; border-radius: 0; height: auto; }

/* Elements
-------------------------------------------------------------- */
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*,
*:before,
*:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
hr { background-color: #f1f1f1; border: 0; height: 1px; margin-bottom: 20px; }

/* List */
ul,
ol { padding: 0; margin: 0 0 20px 20px; }
ul { list-style: disc; }
ol { list-style: decimal; }
li > ul,
li > ol { margin-bottom: 0; }
ul li,
ol li { line-height: 1.86em; padding: 0.1em 0; }
dl,
dd { margin: 0 0 20px; }
dt { font-weight: bold; }
del { filter: alpha(opacity=50); opacity: 0.5; }

/* Table */
table,
th,
td { border: 1px solid #f1f1f1; }
table { border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin: 0 0 30px; table-layout: fixed; width: 100%; }
caption, th, td { font-weight: normal; text-align: left; }
th { border-width: 0 1px 1px 0; font-weight: bold; }
td { border-width: 0 1px 1px 0; }
th,
td { padding: 8px 12px; }

/* Media */
embed,
iframe,
object,
video { margin-bottom: 20px; max-width: 100%; vertical-align: middle; }
p > embed,
p > iframe,
p > object,
p > video { margin-bottom: 0; }

/* Accessibility - Text meant only for screen readers */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
.screen-reader-text:focus { background-color: #f9f9f9; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input { line-height: normal; }
button, input, select, textarea { font-size: 100%; line-height: inherit; margin: 0; vertical-align: baseline; }
input,
textarea { font-size: 1em; max-width: 100%; background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */ }
textarea { overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */ vertical-align: top; /* Improves readability and alignment in all browsers */ }
input[type="checkbox"] { display: inline; }
button,
input[type="button"],
input[type="reset"],
input[type="submit"] { line-height: 1; cursor: pointer; -webkit-appearance: button; border: 0; }
input[type="checkbox"],
input[type="radio"] { padding: 0; /* Addresses excess padding in IE8/9 */ }
input[type="search"] { -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */ }
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */ -webkit-appearance: none; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove chrome yellow autofill */
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset }

/* Reset search styling */
input[type="search"] { outline: 0 }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none }

/* Input normal */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] { margin-bottom: 30px; border: 1px solid #f1f1f1; padding: 16px 25px; background-color: #fff; font-size: 14px; line-height: inherit; width: 100%; height: auto; text-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: border ease .238s; -moz-transition: border ease .238s; transition: border ease .238s; }

/* Contact Form 7 */
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input { background-color: #f9f9f9; }

/* Input focus */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus { border-color: #c4c4c4; outline: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

/* Button */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] { font-family: "Montserrat", sans-serif; padding: 18px 25px; border-radius: 3px; background-color: #ffb700; color: #fff; font-weight: 600; display: inline-block; -webkit-appearance: none; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }

/* Button hover + focus */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus { outline: 0; background-color: #383838; }

/* Placeholder color */
::-webkit-input-placeholder { color: #c5c5c5; }
:-moz-placeholder { color: #c5c5c5; }
::-moz-placeholder { color: #c5c5c5; opacity: 1; }/* Since FF19 lowers the opacity of the placeholder by default */ }
:-ms-input-placeholder { color: #c5c5c5; }

/* Links */
a { color: #ffb700; outline: 0; text-decoration: none; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }

a:hover,
a:focus,
a:active { outline: 0; color: #383838; text-decoration: none }

/* Typography
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 { font-family: "Montserrat", sans-serif; color: #383838; font-weight: 600; line-height: 1.5; margin: 0 0 12px; text-rendering: optimizeLegibility; }

h1 { font-size: 2.428em; } /* 34px */
h2 { font-size: 2.142em; } /* 30px */
h3 { font-size: 1.785em; } /* 25px */
h4 { font-size: 1.428em; } /* 20px */
h5 { font-size: 1.285em; } /* 18px */
h6 { font-size: 1.142em; } /* 16px */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { color: inherit }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover { text-decoration: none }

.font-heading { font-family: "Montserrat", sans-serif; color: #383838; font-weight: 600; line-height: 1.5; }
.font-heading-700 { font-family: "Montserrat", sans-serif; color: #383838; font-weight: 700; line-height: 1.5; }

/* Extra classes
-------------------------------------------------------------- */
.display-none, .hidden { display: none !important; }
.display-block { display: block !important; }
.display-inline { display: inline !important; }

.overflow-hidden { overflow: hidden; }

.text-accent-color { color: #ffb700; }
.text-white { color: #fff !important; }
.text-dark { color: #383838 !important; }
.text-light { color: #c7c7c7 !important; }
.text-very-light { color: #c5c5c5 !important; }

.bg-accent { background-color: #ffb700; }
.bg-dark { background-color: #383838 !important; }
.bg-light { background-color: #f1f1f1 !important; }
.bg-very-light { background-color: #f9f9f9 !important; }

.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.text-left { text-align: left !important; }
.text-del { text-decoration: line-through !important; }

.letter-spacing-1px { letter-spacing: 1px !important; }
.letter-spacing-2px { letter-spacing: 2px !important; }
.letter-spacing-3px { letter-spacing: 3px !important; }
.letter-spacing-4px { letter-spacing: 4px !important; }
.letter-spacing-5px { letter-spacing: 5px !important; }
.letter-spacing-6px { letter-spacing: 6px !important; }
.letter-spacing-7px { letter-spacing: 7px !important; }
.letter-spacing-8px { letter-spacing: 8px !important; }
.letter-spacing-9px { letter-spacing: 9px !important; }
.letter-spacing-10px { letter-spacing: 10px !important; }

.font-size-13 { font-size: 13px; }
.font-size-14 { font-size: 14px; }
.font-size-15 { font-size: 15px; }
.font-size-16 { font-size: 16px; }
.font-size-17 { font-size: 17px; }
.font-size-18 { font-size: 18px; }
.font-size-19 { font-size: 19px; }
.font-size-20 { font-size: 20px; }
.font-size-21 { font-size: 21px; }
.font-size-22 { font-size: 22px; }
.font-size-23 { font-size: 23px; }
.font-size-24 { font-size: 24px; }
.font-size-25 { font-size: 25px; }
.font-size-26 { font-size: 26px; }
.font-size-27 { font-size: 27px; }
.font-size-28 { font-size: 28px; }
.font-size-29 { font-size: 29px; }
.font-size-30 { font-size: 30px; }
.font-size-35 { font-size: 35px; }
.font-size-40 { font-size: 40px; }
.font-size-45 { font-size: 45px; }
.font-size-50 { font-size: 50px; }
.font-size-55 { font-size: 55px; }
.font-size-60 { font-size: 60px; }
.font-size-70 { font-size: 70px; }
.font-size-80 { font-size: 80px; }
.font-size-90 { font-size: 90px; }
.font-size-100 { font-size: 100px; }

.font-weight-100 { font-weight: 100; }
.font-weight-200 { font-weight: 200; }
.font-weight-300 { font-weight: 300; }
.font-weight-400 { font-weight: 400; }
.font-weight-500 { font-weight: 500; }
.font-weight-600 { font-weight: 600; }
.font-weight-700 { font-weight: 700; }
.font-weight-800 { font-weight: 800; }
.font-weight-900 { font-weight: 900; }

.margin-bottom-0 { margin-bottom: 0px; }
.margin-bottom-5 { margin-bottom: 5px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-25 { margin-bottom: 25px; }
.margin-bottom-26 { margin-bottom: 26px; }
.margin-bottom-28 { margin-bottom: 28px; }
.margin-bottom-30 { margin-bottom: 30px; }
.margin-bottom-35 { margin-bottom: 35px; }
.margin-bottom-40 { margin-bottom: 40px; }
.margin-bottom-45 { margin-bottom: 45px; }
.margin-bottom-50 { margin-bottom: 50px; }
.margin-bottom-55 { margin-bottom: 55px; }
.margin-bottom-60 { margin-bottom: 60px; }
.margin-bottom-65 { margin-bottom: 65px; }
.margin-bottom-70 { margin-bottom: 70px; }
.margin-bottom-75 { margin-bottom: 75px; }
.margin-bottom-80 { margin-bottom: 80px; }
.margin-bottom-85 { margin-bottom: 85px; }
.margin-bottom-90 { margin-bottom: 90px; }
.margin-bottom-95 { margin-bottom: 95px; }
.margin-bottom-100 { margin-bottom: 100px; }

.margin-top-0 { margin-top: 0px !important; }
.margin-top-5 { margin-top: 5px !important; }
.margin-top-10 { margin-top: 10px !important; }
.margin-top-15 { margin-top: 15px !important; }
.margin-top-16 { margin-top: 16px !important; }
.margin-top-20 { margin-top: 20px !important; }
.margin-top-25 { margin-top: 25px !important; }
.margin-top-30 { margin-top: 30px !important; }
.margin-top-35 { margin-top: 35px !important; }
.margin-top-40 { margin-top: 40px !important; }
.margin-top-45 { margin-top: 45px !important; }
.margin-top-50 { margin-top: 50px !important; }
.margin-top-55 { margin-top: 55px !important; }
.margin-top-60 { margin-top: 60px !important; }
.margin-top-65 { margin-top: 65px !important; }
.margin-top-70 { margin-top: 70px !important; }
.margin-top-75 { margin-top: 75px !important; }
.margin-top-80 { margin-top: 80px !important; }
.margin-top-85 { margin-top: 85px !important; }
.margin-top-90 { margin-top: 90px !important; }
.margin-top-95 { margin-top: 95px !important; }
.margin-top-100 { margin-top: 100px !important; }

.no-padding { padding: 0 !important; }
.no-padding-left { padding-left: 0 !important; }
.no-padding-right { padding-right: 0 !important; }
@media screen and (max-width: 959px) {
	.no-padding-left,
	.no-padding-right { padding: 0 !important; }
}

/* Revolution Slider
-------------------------------------------------------------- */
.rev_slider_wrapper ul { margin: 0; }
.tparrows.custom { background-color: rgba(0,0,0,0.1); width: 50px; height: 76px; text-align: center; -webkit-transition: background 0.3s; transition: background 0.3s; }
.tparrows.custom:hover { background-color: #ffb700; }
.custom.tparrows.tp-leftarrow:before,
.custom.tparrows.tp-rightarrow:before { content: ""; font-family: FontAwesome; font-size: 32px; display: inline-block; text-align: center; line-height: 76px; }
.custom.tparrows.tp-leftarrow:before { content: "\f104"; }
.custom.tparrows.tp-rightarrow:before { content: "\f105"; }
.tp-bullets.custom .tp-bullet { width: 8px; height: 8px; border: 2px solid #fff; background-color: transparent; border-radius: 50%; -webkit-transition: border 0.3s background 0.3s; transition: border 0.3s background 0.3s; }
.tp-bullets.custom .tp-bullet.selected { border-color: #ffb700; background-color: #ffb700; }

/* Extra Grids
-------------------------------------------------------------- */
/* Clearfix */
.clearfix { *zoom: 1; }
.clearfix:before,
.clearfix:after,
.wprt-container:before,
.wprt-container:after { clear: both; display: table; line-height: 0; content: ""; }
.clearfix:after,
.wprt-container:after { clear: both; }

.wprt-row { margin: 0 -10px }
.wprt-row .col { float: left; padding: 0 10px; }
.wprt-row .span_1_of_1.col { float: none }
.wprt-row .span_1_of_2 { width: 50% }
.wprt-row .span_1_of_3 { width: 33.33% }
.wprt-row .span_1_of_4 { width: 25% }
.wprt-row .span_1_of_5 { width: 20% }

/* Gutter */
.wprt-row.gutter-5 { margin-left: -2.5px; margin-right: -2.5px; }
.wprt-row.gutter-5 > .col { padding-left: 2.5px; padding-right: 2.5px}
.wprt-row.gutter-10 { margin-left: -5px; margin-right: -5px; }
.wprt-row.gutter-10 > .col { padding-left: 5px; padding-right: 5px; }
.wprt-row.gutter-15 { margin-left: -7.5px; margin-right: -7.5px; }
.wprt-row.gutter-15 > .col { padding-left: 7.5px; padding-right: 7.5px; }
.wprt-row.gutter-20 { margin-left: -10px; margin-right: -10px; }
.wprt-row.gutter-20 > .col { padding-left: 10px; padding-right: 10px; }
.wprt-row.gutter-25 { margin-left: -12.5px; margin-right: -12.5px; }
.wprt-row.gutter-25 > .col { padding-left: 12.5px; padding-right: 12.5px; }
.wprt-row.gutter-30 { margin-left: -15px; margin-right: -15px; }
.wprt-row.gutter-30 > .col { padding-left: 15px; padding-right: 15px; }
.wprt-row.gutter-35 { margin-left: -17.5px; margin-right: -17.5px; }
.wprt-row.gutter-35 > .col { padding-left: 17.5px; padding-right: 17.5px; }
.wprt-row.gutter-40 { margin-left: -20px; margin-right: -20px; }
.wprt-row.gutter-40 > .col { padding-left: 20px; padding-right: 20px; }
.wprt-row.gutter-45 { margin-left: -22.5px; margin-right: -22.5px; }
.wprt-row.gutter-45 > .col { padding-left: 22.5px; padding-right: 22.5px; }
.wprt-row.gutter-50 { margin-left: -25px; margin-right: -25px; }
.wprt-row.gutter-50 > .col { padding-left: 25px; padding-right: 25px; }
.wprt-row.gutter-60 { margin-left: -30px; margin-right: -30px; }
.wprt-row.gutter-60 > .col { padding-left: 30px; padding-right: 30px; }
.wprt-row.gutter-70 { margin-left: -35px; margin-right: -35px; }
.wprt-row.gutter-70 > .col { padding-left: 35px; padding-right: 35px; }
.wprt-row.gutter-80 { margin-left: -40px; margin-right: -40px; }
.wprt-row.gutter-80 > .col { padding-left: 40px; padding-right: 40px; }

.row.no-gutters { margin-right: 0; margin-left: 0; }
.row.no-gutters > [class*="col-"],
.container-fluid { padding-right: 0; padding-left: 0; }

/* Layout
-------------------------------------------------------------- */
.wprt-container { width: 1170px; margin: 0 auto; max-width: 90%; }
#page { background-color: #fff; }
#main-content { padding: 102px 0 90px; }
.no-padding-content #main-content { padding: 0; }

/* Overrdie for Front-Page and Pages
-------------------------------------------------------------- */
/* Inner Content */
#inner-content,
#inner-sidebar { position: relative; z-index: 1; }

#inner-content:after,
#inner-sidebar:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-style: solid; border-width: 0; z-index: -1; }

/* Sidebar Right (default) */
#site-content { float: left;width: 65.811%; }
#sidebar { float: right;width: 29.914%; }

/* Sidebar Left */
.sidebar-left #site-content { float: right; }
.sidebar-left #sidebar { float: left; }

/* No Sidebar */
.no-sidebar #site-content,
#site-content.archive-project { width: 100% !important; max-width: none !important; float: none !important; }

/* Top Bar 
------------------------------------*/
#top-bar { position: relative; z-index: 1; }
#top-bar, #top-bar a { color: #707070; }
#top-bar:after { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; }
#top-bar-inner { padding: 7px 0; }
#top-bar .top-bar-inner-wrap { display: table; overflow: hidden; width: 100%; }
#top-bar .top-bar-content { display: table-cell; margin: 0; text-align: left; vertical-align: middle; width: 70%; }
#top-bar .top-bar-content .content { position: relative; display: inline-block; }

#top-bar .top-bar-socials { display: table-cell; text-align: right; vertical-align: middle; width: 30%; }
#top-bar .top-bar-socials .icons a { position: relative; z-index: 1; text-decoration: none; display: inline-block; width: 36px; height: 36px; line-height: 36px; text-align: center; font-size: 16px; margin-left: 6px; cursor: pointer; }
#top-bar .top-bar-socials .icons a:after { position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; border-radius: 3px; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; }

/*	Style 1 */
#top-bar.style-1 .top-bar-content .content { padding-left: 35px; margin-right: 47px; line-height: 36px; }
#top-bar.style-1 .top-bar-content .content:before { content: ""; font-family: "Fontawesome"; font-size: 20px; color: #c7c7c7; position: absolute; top: 0; left: 0; }
#top-bar.style-1 .top-bar-content .content.phone:before { content: "\f095"; }
#top-bar.style-1 .top-bar-content .content.email:before { content: "\f003"; }
#top-bar.style-1 .top-bar-content .content.time:before { content: "\f017"; }
#top-bar.style-1 .top-bar-content .content.email { padding-left: 40px; }

#top-bar.style-1:after { background-color: #1a1a1a; filter: alpha(opacity=10); opacity: 0.2; border-width: 0 0 1px 0; border-style: solid; border-color: #515151; }
#top-bar.style-1, 
#top-bar.style-1 a { color: #fff; }
#top-bar.style-1 .top-bar-socials .icons a { color: #fff; border-radius: 3px; }
#top-bar.style-1 .top-bar-socials .icons a:after { background-color: #c7c7c7; opacity: 0; }
#top-bar.style-1 .top-bar-socials .icons a:hover:after { opacity: 0.5; }

/* Style 2 */
#top-bar.style-2 .top-bar-content .content { padding-left: 35px; margin-right: 47px; line-height: 36px; font-size: 13px; }
#top-bar.style-2 .top-bar-content .content:before { content: ""; font-family: "Fontawesome"; font-size: 16px; color: #ffb700; position: absolute; top: 0; left: 0; }
#top-bar.style-2 .top-bar-content .content.phone:before { content: "\f095"; }
#top-bar.style-2 .top-bar-content .content.email:before { content: "\f003"; }
#top-bar.style-2 .top-bar-content .content.time:before { content: "\f017"; }
#top-bar.style-2 .top-bar-content .content.email { padding-left: 40px; }

#top-bar.style-2:after { background-color: #1a1a1a; border-width: 0 0 1px 0; border-style: solid; border-color: #515151; }
#top-bar.style-2, 
#top-bar.style-2 a { color: #fff; }
#top-bar.style-2 .top-bar-socials .icons a:hover { color: #ffb700; }

/* Header 
------------------------------------*/
/* Header Default */
#site-header { position: relative; background-color: #fff; }
#site-header-inner { position: relative; padding-top: 20px; padding-bottom: 20px; height: 100%; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
#site-header #site-logo { float: left; }
#site-header #main-nav { position: absolute; right: 0; top: 50%; z-index: 10; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); }
#site-header #header-search { opacity: 0; position: absolute; right: 0; top: 50%; z-index: 10; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); }

body.menu-has-search #site-header #main-nav {right: 24px; }
body.menu-has-search #site-header #header-search { opacity: 1; }

/* Main Nav */
#site-header #main-nav ul { list-style: none; margin: 0 }
#site-header #main-nav ul li { position: relative; }
#site-header #main-nav > ul > li { float: left; padding: 0px 10px; }
#site-header #main-nav > ul > li > a { font-family: "Montserrat", sans-serif; font-weight: 600; color: #3d3d3d; text-transform: uppercase;display: inline-block; line-height: 64px; position: relative; }
#site-header #main-nav ul li:hover > a, 
#site-header #main-nav ul li.current-menu-item > a { color: #ffb700; }
#site-header #main-nav > ul > li.menu-item-has-children > a { position: relative; padding-right: 13px; }
#site-header #main-nav > ul > li.menu-item-has-children > a:after,
#site-header #main-nav ul ul li.menu-item-has-children > a:after { content: "\f107"; font-family: "FontAwesome"; position: absolute; right: 0; top: 0; font-size: 14px; }
#site-header #main-nav ul ul li.menu-item-has-children > a:after { line-height: normal; top: 15px; right: 13px; content: "\f105"; }

/* Sub Menu*/
#site-header #main-nav ul ul { position: absolute; left: 0; top: 100%; width: 220px; filter: alpha(opacity=0); opacity: 0; visibility: hidden; z-index: 9999; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); transform: translateY(-5px); }
#site-header #main-nav ul ul li { padding: 0; }
#site-header #main-nav ul ul li a { display: block; background-color: #333; color: #e4e4e4; font-weight: 400; font-family: "Montserrat", sans-serif; text-transform: uppercase; font-size: 12px; border-top: 1px solid #484848; padding: 10px 20px; line-height: 24px; }
#site-header #main-nav ul ul li:first-child > a { border-top: none; }
#site-header #main-nav ul li:hover > ul { filter: alpha(opacity=100); opacity: 1; visibility: visible; -webkit-transform: translateY(0); -moz-transform: translateY(0); transform: translateY(0); }
#site-header #main-nav ul ul ul { top: 0; left: 100%; }

/* Mobile Nav */
#site-header #main-nav-mobi { background-color: #333; position: absolute; top: 100%; left: 0; width: 100%; display: block; margin: 0 auto; z-index: 9999; }
#site-header #main-nav-mobi ul { list-style: none; padding: 0; margin: 0; }
#main-nav-mobi ul li { margin:0; position: relative; text-align: center; cursor: pointer; border-top: 1px solid #484848; padding-top: 0; padding-bottom: 0; }
#main-nav-mobi ul > li > a { color: #e4e4e4; font-weight: 600; font-family: "Montserrat", sans-serif; display: inline-block; font-size: 14px; text-transform: uppercase; line-height: 50px; text-decoration: none; }
#main-nav-mobi ul > li > a:hover { color: #ffb600; }
#main-nav-mobi .menu-item-has-children .arrow { cursor: pointer; display: inline-block; font-family: "FontAwesome"; font-size: 20px; line-height: 50px; position: absolute; right: 0; text-align: center; top: 0; width: 50px; }
#main-nav-mobi .menu-item-has-children .arrow:before { content: "\f105"; color: #aaa; }
#main-nav-mobi .menu-item-has-children .arrow.active:before { content: "\f107"; }
#main-nav-mobi ul ul li { background-color: #292929; }
#main-nav-mobi ul ul li a { text-transform: capitalize; }
#main-nav-mobi ul ul ul li { background-color: #313131; }

/* Mobi Menu Botton */
.mobile-button { background-color: transparent; width: 26px; height: 16px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); cursor: pointer; display: none; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
.mobile-button:before,
.mobile-button:after,
.mobile-button span { content: ""; position: absolute; left: 0; width: 100%; height: 2px; background-color: #3d3d3d; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }

.mobile-button span { top: 50%; margin-top: -1px; }
.mobile-button:after { bottom: 0; }

.mobile-button.active span { opacity: 0; }
.mobile-button.active:before { transform: translateY(7px) rotate(-45deg); }
.mobile-button.active:after { transform: translateY(-7px) rotate(45deg); }

body.front-page .mobile-button:before,
body.front-page .mobile-button:after,
body.front-page .mobile-button span { background-color: #c7c7c7; }

/* Header Search */
#site-header .header-search-icon { display: inline-block; height: 70px; line-height: 68px; color: #3d3d3d; font-size: 16px; }
#site-header .header-search-form { position: absolute; right: 30px; top: 50%; width: 210px; display: none; margin-top: -21px; }
#site-header .header-search-field { margin: 0; padding-top: 5px; padding-bottom: 5px; background-color: #fff; }
#site-header .header-search-submit { position: absolute; right: 0; top: 0; filter: alpha(opacity=0); opacity: 0; visibility: hidden; display: none; }
#site-header .header-search-icon:hover { color: #ffb700; }

/* Header Style 1 */
body.header-style-1 #site-header-wrap { position: absolute; top: 0; left: 0; width: 100%; background-color: transparent; z-index: 999; }
body.header-style-1 #site-header { background-color: transparent; }

body.header-style-1 #site-header #main-nav > ul > li > a { color: #c7c7c7; }
body.header-style-1 #site-header .header-search-icon { color: #c7c7c7; }
body.header-style-1 #site-header .header-search-icon:hover { color: #ffb700; }
body.header-style-1 #site-header .nav-cart-trigger { color: #c7c7c7; }
body.header-style-1 #site-header #main-nav ul li:hover > a,
body.header-style-1 #site-header #main-nav ul li.current-menu-item > a { color: #ffb700; }

/* Header Style 2 */
body.header-style-2 #site-header-wrap { position: absolute; top: 0; left: 0; width: 100%; background-color: transparent; z-index: 999; }
body.header-style-2 #site-header { background-color: transparent; }
body.header-style-2 #site-header:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #1a1a1a; filter: alpha(opacity=20); opacity: 0.2; z-index: -1; }
body.header-style-2 #site-header-inner { padding-top: 20px; padding-bottom: 20px; }

body.header-style-2 #site-header #main-nav ul li a,
body.header-style-2 #site-header .header-search-icon { color: #e4e4e4; }
body.header-style-2 #site-header #main-nav ul li:hover > a, 
body.header-style-2 #site-header .header-search-icon:hover,
body.header-style-2 #site-header #main-nav ul li.current-menu-item > a { color: #ffb700; }


/* Header fixed */
#site-header.is-fixed { position: fixed; left: 0; top: 0; width: 100%; z-index: 9989; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
#site-header.is-fixed #site-header-inner { padding: 10px 0; }
body.header-style-2 #site-header.is-fixed:after { opacity: 0.8; }

/* Featured Title 
------------------------------------*/
#featured-title { background-color: #f9f9f9; }
#featured-title .featured-title-heading { margin: 0; font-size: 36px; font-weight: bold; letter-spacing: 1px;color: #383838; margin-bottom: 9px; text-transform: uppercase; }
#featured-title #breadcrumbs { color: #707070; }
#featured-title #breadcrumbs a { color: #383838; }
#featured-title .featured-title-inner-wrap { padding: 56px 0 64px; }

/* Blog Post & Blog Single
-------------------------------------------------------------- */
.hentry { margin-top: 55px; }
.hentry:first-child { margin-top: 0; }
.hentry .post-content-wrap { padding: 23px 0 0; border-style: solid; border-color: transparent; border-width: 0 0 1px 0; }

/* Post Media */
.post-media { position: relative; margin-bottom: 0; }
.hentry .post-media img { width: 100%; height: auto; }
.hentry .post-media iframe { margin-bottom: 0; }
.post-media .slick-prev,
.post-media .slick-next { padding: 0; background-color: rgba(0,0,0, 0.15); width: 48px; height: 60px; margin-top: -30px; position: absolute; top: 50%; cursor: pointer; border: none; outline: none; text-shadow: none;z-index: 91919199; text-indent: -9999px; display: inline-block; border-radius: inherit; }
.post-media .slick-prev:before,
.post-media .slick-next:before { text-indent: 0; line-height: 60px; content: "\f104"; font-family: FontAwesome; font-size: 18px; color: #fff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; display: inline-block; }
.post-media .slick-next:before { content: "\f105"; }
.post-media .slick-prev { left: 0; }
.post-media .slick-next { right: 0; }
.post-media .slick-prev:hover ,
.post-media .slick-next:hover { background-color: #ffb700; }

/* Post Meta */
.hentry .post-meta { display: block; margin-bottom: 17px; }
.hentry .post-meta .item { position: relative; display: inline-block; padding-left: 19px; margin-right: 30px; font-size: 14px; }
.hentry .post-meta .post-date.item { padding-left: 22px; }
.hentry .post-meta .item .inner { font-style: italic; }
.hentry .post-meta .item:before { content: ""; position: absolute; top: 50%; left: 0; color: #c7c7c7; font-family: FontAwesome; transform: translateY(-50%); }
.hentry .post-meta .post-by-author.item:before { content: "\f007"; }
.hentry .post-meta .post-date.item:before { content: "\f017"; }

/* Post Content */
.hentry .post-title { font-size: 22px; font-weight: 600; position: relative; padding-bottom: 21px; margin-bottom: 23px; }
.hentry .post-title:before { width: 70px; height: 3px; background-color: #ffb600; content: ""; position: absolute; left: 0; top: 100%; z-index: -2; }
.hentry .post-title:hover > a { color: #ffb700; }

/* Post Tags */
.post-tags {float: left; }
.post-tags a { display: inline-block; padding: 6px 15px; border: 1px solid #f1f1f1; color: #707070; text-transform: uppercase; font-size: 14px; margin-right: 6px; }
.post-tags a:hover { background-color: #ffb700; color: #fff; border-color: #ffb700; }

.post-share.post-link-share { float: right; }
.post-meta-share-icon a { width: 40px; height: 40px; display: inline-block; background-color: #f9f9f9; color: #707070; text-align: center; line-height: 40px; margin-left: 6px; font-size: 16px; border-radius: 3px; }
.post-meta-share-icon a.active,
.post-meta-share-icon a:hover { color: #fff; background-color: #ffb700; }
.hentry .post-meta-single { border-bottom: 1px solid #f1f1f1; margin-top: 45px; padding-bottom: 50px; }

/* Post Read More */
.hentry .post-read-more { }
.hentry .post-link { margin-top: 35px; }
.hentry .post-link a { display: inline-block; border: 2px solid #ffb700; padding: 5px 10px; text-transform: uppercase; font-family: Montserrat, sans-serif; font-weight: 600; }
.hentry .post-link a:hover { color: #fff; background-color: #ffb700; border-color: #ffb700; }

/* Comments
-------------------------------------------------------------- */
.comments-area {margin-top: 40px; }
.comments-area .comments-title,
.comments-area .comment-reply-title { font-size: 22px; padding-bottom: 26px; margin-bottom: 37px; position: relative; text-transform: uppercase; font-weight: 600; }
.comments-area .comments-title { margin-bottom: 0; }
.comments-area .comments-title:after, .comments-area .comment-reply-title:after { content: ""; position: absolute; left: 0; bottom: 0; width: 70px; height: 3px; background-color: #ffb700; }

/* Comment List */
.comment-list { list-style: none; margin: 0; }
.comment-list li.comment { padding: 0; }
.comment-list article { position: relative; padding: 36px 0 26px; }
.comment-list .children article { border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; }
.comment-list .comment-author { text-transform: uppercase; font-weight: 600; display: inline-block; margin: 0; }
.comment-time { padding-left: 24px; margin-left: 46px; position: relative; display: inline-block; font-style: italic; }
.comment-time:before { content: "\f017"; font-family: FontAwesome; position: absolute; top: 0; left: 0; font-style: normal; }
.comment-list article .gravatar { width: 100px; float: left; margin-right: 30px; overflow: hidden; border-radius: 50%; margin-top: 10px; }
.comment-list .comment-content { overflow: hidden; }
.comment-list .comment-content .comment-meta { position: relative; margin-bottom: 15px; }
.comment-list .comment-content .comment-text p:last-child { margin-bottom: 8px; }
.comment-list .children { list-style: none; margin: 0; }
.comment-list .children > li { padding: 0 0 0 60px; }
.comment-list .comment-reply { position: absolute; top: 0; right: 0; }
.comment-list .comment-reply .comment-reply-link { display: block; position: relative; padding-left: 35px; font-weight: 600; text-transform: uppercase; }
.comment-list .comment-reply .comment-reply-link:before { content: "\f112"; font-family: FontAwesome; position: absolute; top: 0; left: 0; }

/* Comment Form */
.comment-respond { position: relative; border-top: 1px solid #f1f1f1; padding-top: 40px; }
.name-wrap,
.email-wrap { width: 48.051%; float: left; }
.email-wrap { float: right; }
.message-wrap { width: 100%; }

.name-wrap #author,
.email-wrap #email,
.message-wrap #comment-message { background-color: #f9f9f9; border: none; }
.form-submit #comment-reply { font-size: 14px; text-transform: uppercase; }

/* Widgets
-------------------------------------------------------------- */
#sidebar .widget,
#footer-widgets .widget { position: relative; z-index: 1; margin-top: 44px; }
#footer-widgets .widget { margin-top: 0; color: #ffffff; }
#sidebar .widget:first-child,
#footer-widgets .widget:first-child { margin: 0; }
#sidebar .widget ul,
#footer-widgets .widget ul { margin: 0; list-style: none; }

#footer-widgets input, #footer-widgets textarea,
#footer-widgets .widget.widget_calendar table,
#footer-widgets .widget.widget_calendar th,
#footer-widgets .widget.widget_calendar td { border-color: #f1f1f1; color: #c7c7c7; }
#footer-widgets hr { background-color: #f1f1f1; }

/* Widget Title */
#sidebar .widget .widget-title, 
#footer-widgets .widget .widget-title { font-size: 16px; text-transform: uppercase; font-weight: 600; color: #1a1a1a; margin-bottom: 33px; }
#footer-widgets .widget .widget-title { color: #e3e3e3; }
#sidebar .widget .widget-title span, 
#footer-widgets .widget .widget-title span { display: inline-block; position: relative; padding-bottom: 24px; }
#sidebar .widget .widget-title span:after, 
#footer-widgets .widget .widget-title span:after { width: 70px; height: 3px; background-color: #ffb600; content: ""; position: absolute; left: 0; top: 100%; z-index: -2; }
#footer-widgets .widget .widget-title span:after { width: 50px; }

/* Widget Search Form */
#sidebar .widget.widget_search .search-form, 
#footer-widgets .widget.widget_search .search-form { position: relative; }
#sidebar .widget.widget_search .search-field,
#footer-widgets .widget.widget_search .search-field { margin: 0; }
#sidebar .widget.widget_search .search-form .search-submit, 
#footer-widgets .widget.widget_search .search-form .search-submit { position: absolute; top: 18px; right: 20px; width: 24px; height: 24px; border: none; padding: 0; text-indent: -9999px;background-color: transparent; }
#sidebar .widget.widget_search .search-form .search-submit:before, 
#footer-widgets .widget.widget_search .search-form .search-submit:before { color: #999; content: "\f002"; font-size: 16px; position: absolute; left: 0px; top: 0px; width: 100%; text-align: center; text-indent: 0; font-weight: normal; -webkit-transition: color ease .238s; -moz-transition: color ease .238s; transition: color ease .238s; font-family: FontAwesome; display: inline-block; line-height: 24px; }

/* Widget Text */
#sidebar .widget.widget_text p:last-child,
#footer-widgets .widget.widget_text p:last-child { margin-bottom: 0; }

/* Widget: Recent News Advanced */
#sidebar .widget.widget_recent_news ul li,
#footer-widgets .widget.widget_recent_news ul li { border-top: 1px solid #f1f1f1; padding: 20px 0; }
#footer-widgets .widget.widget_recent_news ul li { border-color: #3d3d3d; }
#sidebar .widget.widget_recent_news ul li .thumb,
#footer-widgets .widget.widget_recent_news ul li .thumb { width: 90px; float: left; margin: 0 22px 0 0; }
#sidebar .widget.widget_recent_news ul li .texts,
#footer-widgets .widget.widget_recent_news ul li .texts { overflow: hidden; }
#sidebar .widget.widget_recent_news ul li .texts h3,
#footer-widgets .widget.widget_recent_news ul li .texts h3 { font-size: 16px; margin: 0 0 5px; line-height: 28px; }
#sidebar .widget.widget_recent_news ul li .texts h3 a,
#footer-widgets .widget.widget_recent_news ul li .texts h3 a { color: #383838; letter-spacing: 0.5px; } 
#footer-widgets .widget.widget_recent_news ul li .texts h3 a { color: #707070 }
#sidebar .widget.widget_recent_news ul li .texts h3:hover a,
#footer-widgets .widget.widget_recent_news ul li .texts h3:hover a { color: #ffb700; }
#sidebar .widget.widget_recent_news ul li .texts .post-date,
#footer-widgets .widget.widget_recent_news ul li .texts .post-date { font-size: 14px; line-height: 26px; color: #707070; font-style: italic; }
#sidebar .widget.widget_recent_news ul li:first-child,
#footer-widgets .widget.widget_recent_news ul li:first-child { border: none; padding-top: 0; }

/* Widget Tag */
#sidebar .widget.widget_tag_cloud .tagcloud a,
#footer-widgets .widget.widget_tag_cloud .tagcloud a { display: inline-block; padding: 10px 15px; border: 1px solid #f1f1f1; margin: 0 12px 17px 0; font-family: Montserrat, sans-serif; font-weight: 400; color: #707070; text-transform: uppercase; }
#footer-widgets .widget.widget_tag_cloud .tagcloud a { border-color: #3d3d3d; }
#sidebar .widget.widget_tag_cloud .tagcloud a:hover,
#footer-widgets .widget.widget_tag_cloud .tagcloud a:hover { color: #fff; border-color: #ffb700; background-color: #ffb700; }

/* Widget Categories*/
#sidebar .widget.widget_categories { margin-top: 29px; }
#sidebar .widget.widget_categories .widget-title { margin-bottom: 14px; }
#sidebar .widget.widget_categories ul li,
#footer-widgets .widget.widget_categories ul li { border-top: 1px solid #f1f1f1; font-family: Montserrat, sans-serif; line-height: 55px; text-align: right; color: #707070; padding: 0 10px; font-size: 16px; }
#footer-widgets .widget.widget_categories ul li { border-color: #3d3d3d; }
#sidebar .widget.widget_categories ul li a,
#footer-widgets .widget.widget_categories ul li a { float: left; color: #707070; }

#sidebar .widget.widget_categories ul li:first-child,
#footer-widgets .widget.widget_categories ul li:first-child { border: none; }
#sidebar .widget.widget_categories ul li:hover,
#sidebar .widget.widget_categories ul li:hover a,
#footer-widgets .widget.widget_categories ul li:hover,
#footer-widgets .widget.widget_categories ul li:hover a { color: #ffb700; }

/* Widget Brochure */
#sidebar .widget.widget_brochure_download { margin-top: 39px; }
#sidebar .widget.widget_brochure_download .brochure { position: relative; }
#sidebar .widget.widget_brochure_download .brochure span { position: absolute; top: 50%; transform: translateY(-50%); left: 30px; }
#sidebar .widget.widget_brochure_download .brochure a,
#footer-widgets .widget.widget_brochure_download .brochure a { display: block; padding: 21px 0; border: 1px solid #f1f1f1; color: #707070; margin-bottom: 19px; font-weight: 600; text-align: center; letter-spacing: 0.5px; position: relative; }
#footer-widgets .widget.widget_brochure_download .brochure a { border-color: #3d3d3d; }
#sidebar .widget.widget_brochure_download .brochure a:after,
#footer-widgets .widget.widget_brochure_download .brochure a:after { content: "\f107"; font-family: FontAwesome; position: absolute; top: 50%; right: 29px; transform: translateY(-50%); font-size: 16px; }
#footer-widgets .widget.widget_brochure_download .brochure { position: relative; }
#footer-widgets .widget.widget_brochure_download .brochure span { position: absolute; top: 50%; left: 30px; transform: translateY(-50%); }

#sidebar .widget.widget_brochure_download .brochure a:hover,
#footer-widgets .widget.widget_brochure_download .brochure a:hover { border-color: #ffb700; color: #ffb700; }
#sidebar .widget.widget_brochure_download .brochure:hover > span,
#footer-widgets .widget.widget_brochure_download .brochure:hover > span { color: #ffb700; }

/* Footer 
------------------------------------*/
#footer { background-color: #1a1a1a; padding: 96px 0; }
#footer-widgets .widget .widget-title { margin-bottom: 25px; }
#footer-widgets .widget .widget-title span { padding-bottom: 12px; }

#footer .widget.widget_socials { margin-top: 35px; }
#footer .widget.widget_socials .socials .icon { float: left; margin-right: 10px; border-radius: 3px; background :#3d3d3d; }
#footer .widget.widget_socials .socials .icon a { width: 40px; display: inline-block; text-align: center; line-height: 40px; color: #a5a5a5; border-radius: 3px; font-size: 16px; } 
#footer .widget.widget_socials .socials .icon.active ,
#footer .widget.widget_socials .socials .icon.active a,
#footer .widget.widget_socials .socials .icon:hover,
#footer .widget.widget_socials .socials .icon:hover a {	background-color: #ffb700; color: #fff; }

#footer-widgets .widget.widget_links ul li a {	color: #fff;	position: relative; display: inline-block; padding-left: 18px; }
#footer-widgets .widget.widget_links ul li a:before { content: "\f101"; font-family: FontAwesome; font-size: 16px; position: absolute; top: 0; left: 0; color: #e3e3e3; }
#footer-widgets .widget.widget_links ul li:hover > a,
#footer-widgets .widget.widget_links ul li:hover > a:before { color: #ffb700; }
#footer-widgets .widget.widget_links ul.col2 li { width: 50%; float: left; padding: 0 0 12px; }
#footer-widgets .widget.widget_information ul li { padding: 0 0 0 37px; position: relative; margin-bottom: 7px; }
#footer-widgets .widget.widget_information ul li i { position: absolute; top: 50%; left: 0; transform: translateY(-50%); font-size: 20px; color: #c7c7c7; }

#footer-widgets .widget.widget_information ul li.address { margin-bottom: 12px; }

/* Bottom
------------------------------------*/
#bottom { background-color: #141414; border-top: 1px solid #3d3d3d; }
#bottom-bar-inner { padding: 22px 0; }

/* Scroll Top Button
-------------------------------------------------------------- */
#scroll-top { position: fixed !important; right: 30px; bottom: -50px; display: block; line-height: 40px; text-align: center; width: 40px; height: 40px; border-radius: 3px; visibility: hidden; filter: alpha(opacity=0); opacity: 0; z-index: 9191919; cursor: pointer; z-index: 1; overflow: hidden; }
#scroll-top:after { content: "\f106"; font-family: "FontAwesome"; color: #fff; font-size: 16px; position: absolute; left: 0; top: 0; width: 100%; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
#scroll-top:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #ffb700; z-index: -1; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
#scroll-top:hover:before { background-color: #303030; }
#scroll-top:hover:after { color: #fff; }
#scroll-top.show { bottom: 40px; filter: alpha(opacity=100); opacity: 1; visibility: visible; }

/* Pagination 
-------------------------------------------------------------- */
.wprt-pagination { margin-top: 50px; }
.wprt-pagination ul { margin: 0; list-style: none; }
.wprt-pagination ul li { display: inline-block; width: 40px; height: 40px; text-align: center; line-height: 40px; margin-right: 6px; padding: 0; }
.wprt-pagination ul li a { border: 1px solid #f1f1f1; display: block; font-size: 18px; color: #707070; }
.wprt-pagination ul li:hover > a,
.wprt-pagination ul li .page-numbers.current { background-color: #ffb700; color: #fff; border-color: #ffb700; }

/* Information
-------------------------------------------------------------- */
.wprt-information ul { margin: 0; list-style: none; }
.wprt-information ul li { position: relative; font-size: 16px; padding: 0 0 0 70px; border: 0; margin-bottom: 30px; }
.wprt-information ul li:before { text-align: center; content: "\f015"; font-family: "FontAwesome"; font-size: 22px; position: absolute; left: 0; top: 50%; width: 50px; height: 50px; line-height: 50px; border: 1px solid #ffb700; color: #ffb700; border-radius: 50%; margin-top: -25px; }
.wprt-information ul li.phone:before { content: "\f095"; }
.wprt-information ul li.address:before { content: "\f041"; }
.wprt-information ul li.email:before { content: "\f003"; }
.wprt-information ul li.time:before { content: "\f017"; }

.construction-icons > span { font-size: 30px; }

/* Media Queries
-------------------------------------------------------------- */
@media only screen and (min-width: 1200px) {
	.container { width: 1200px; }
}

@media only screen and (max-width: 959px) {
	/* Font Size */
	.font-size-22 { font-size: 16px; }
	.font-size-25 { font-size: 18px; }
	.font-size-30 { font-size: 20px; }
	.font-size-35 { font-size: 26px; }
	.font-size-40 { font-size: 28px; }
	.font-size-45 { font-size: 30px; }
	.font-size-50 { font-size: 26px; }
	.font-size-55 { font-size: 30px; }
	.font-size-60 { font-size: 35px; }
	.font-size-70 { font-size: 40px; }
	.font-size-80 { font-size: 45px; }
	.font-size-90 { font-size: 50px; }
	.font-size-100 { font-size: 55px; }

	.text-center-mobi { text-align: center !important; }

	#top-bar { display: none; }

	/* Header */
	#site-header .mobile-button { display: block; }
	#main-nav,
	#site-header #header-search,
	.nav-top-cart-wrapper,
	#sidebar { display: none; }

	/* Featured Title */
	#featured-title .featured-title-heading { font-size: 25px; }

	/* Main Content */
	#site-content,
	#sidebar { width: 100%; }

	/* Footer */
	#footer .widget.widget_socials .socials .icon { margin-bottom: 7px; }

	/* Pagination */
	.wprt-pagination { text-align: center; }
}

@media only screen and (max-width: 767px) {
	 #site-header #site-logo { width: 237px; }

	/*Post Meta Single*/
	.post-meta-single .post-tags a { margin-bottom: 10px; }

	/*Comment List*/
	.comment-list article .gravatar { float: none; margin: 0 0 17px; }
	.comment-time { margin-left: 18px; }
	.comment-list .children > li { padding: 0; }

	/*Footer*/
	#footer { padding: 50px 0; }
	#footer-widgets .wprt-row .col { width: 100%; }
}

@media only screen and (max-width: 500px) {
	/* Logo */
	#site-header #site-logo { width: 200px; }

	/*Comment Area*/
	.name-wrap,
	.email-wrap { width: 100%; float: none; }
}