html {
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizelegibility;
}
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
*,
*:before,
*:after { -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
background-color: #f2f2f2;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol, ul {
list-style: none;
margin: 0;
}
ul li a,
ol li a {
color: #545454;
}
ul li a:hover,
ol li a:hover {
color: #fb876b;
}
ul ul,
ol ol,
ul ol,
ol ul {
margin-bottom: 0;
}
table, 
th, 
td {
border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin-bottom: 20px;
width: 100%;
}
caption, 
th {
font-weight: 400;
text-align: left;
}
th {
text-transform: uppercase;
color: #333;
}
td, th {
padding: 8px;
border-width: 0 1px 1px 0;
}
a img {
border: 0 none;
}
embed,
iframe,
object {
max-width: 100%;
} *,*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
} ::selection {
background: #fb876b;
color: #fff;
} ::-moz-selection {
background: #fb876b;
color: #fff;
} body,
button,
input,
select,
textarea {
color: #343434;
font-family: "Roboto", "Helvetica Neue", helvetica, arial, sans-serif;
font-size: 0.875em;
font-weight: 400;
letter-spacing: 0.2px;
line-height: 1.6em;
word-wrap: break-word;
overflow-x: hidden;
} h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
color: #343434;
font-family: "Lora", sans-serif;
font-style: italic;
font-weight: 400;
margin-top:0;
margin-bottom: 15px;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a { 
color: #343434;
font-weight: inherit;
}
h1 {
font-size: 30px;
line-height: 1.233;
}
h2 {
font-size: 26px;
line-height: 1.269;
}
h3 {
font-size: 24px;
line-height: 1.292;
}
h4 {
font-size: 22px;
line-height: 1.318;
}
h5 {
font-size: 20px;
line-height: 1.350;
}
h6 {
font-size: 18px;
line-height: 1.389;
}
.highlight { 
font-weight: 500;
} p {
padding: 0;
margin: 0 0 20px 0;
}
b, 
strong { 
font-weight: 700; 
}
dfn, 
cite, 
em, 
i {
font-style: italic;
} blockquote:before {
color: rgba(0, 0, 0, 0.1);
content: '\f10d';
float: left;
font-family: "FontAwesome";
font-size: 20px;
font-style: normal;
line-height: 0.800;
padding-right: 10px;
}
blockquote {
color: #484848;
font-family: "Lora", sans-serif;
font-size: 16px;
font-style: italic;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
letter-spacing: 0.5px;
line-height: 1.75;
margin-bottom: 40px;
padding: 20px 20px 0;
position: relative;
quotes: none;
}
blockquote cite {
display: block;
font-size: 15px;
font-style: normal;
text-align: right;
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
address {
display: block;
margin: 0 0 1.6em;
}
pre {
background-color: #fafafa;
clear: both;
color: #747474;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 14px;
line-height: 1.500;
margin-bottom: 20px;
overflow: auto;
padding: 30px;
position: relative;
white-space: pre;
z-index: 1;
}
code, 
kbd, 
tt, 
var {
font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
line-height: 1.500;
}
abbr,
acronym,
dfn {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, 
ins {
background: #fff9c0;
text-decoration: none;
margin-bottom: 20px;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
audio,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
[hidden] {
display: none;
} a {
color: #fb876b;
text-decoration: none;
cursor:pointer;
}
a:focus,
a:active,
a:hover {
text-decoration: none;
}
a:focus {
outline: thin dotted;
outline-offset: -3px;
} #page {
width: 100%;
background-color: #fff;
}
.wrap:after {
clear: both;
content: "";
display: block;
}
.wrap {
margin: 0 auto;
max-width: 1170px;
padding: 0;
position: relative;
}
.inner-wrap {
max-width: 978px;
margin: 0 auto;
overflow: hidden;
}
#primary .wrap {
max-width: 100%;
}
.elementor-template-full-width #content > .wrap,
.elementor-page #content > .wrap {
width: 100%;
max-width: 100%;
} .column {
margin: 0 -20px;
}
.one-column,
.two-column,
.three-column,
.four-column {
float: left;
padding: 0 20px 40px;
}
.two-column-full-width {
float: left;
padding-bottom: 40px;
}
.one-column,
#primary .two-column {
width:100%;
}
.two-column,
.two-column-full-width,
#primary .three-column,
#primary .four-column-full-width,
#primary .four-column {
width: 50%;
}
.three-column,
.boxed-layout-small .four-column-full-width,
.three-column-full-width {
width: 33.33%;
}
.four-column,
.four-column-full-width {
width: 25%;
}
#primary .three-column:nth-child(3n+4),
#primary .four-column:nth-child(4n+5),
.boxed-layout-small .four-column-full-width:nth-child(4n+5) {
clear: none;
}
.two-column:nth-child(2n+3),
.three-column:nth-child(3n+4),
.four-column:nth-child(4n+5),
.four-column-full-width:nth-child(4n+5),
.boxed-layout-small .four-column-full-width:nth-child(3n+4),
#primary .three-column:nth-child(2n+3),
#primary .four-column:nth-child(2n+3) {
clear: both;
}  .btn-default {
border: 1px solid #666;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
color: #484848;
display: inline-block;
font-family: "Roboto", sans-serif;
font-size: 13px;
font-weight: 400;
line-height: 1.769em;
margin: 10px 10px 0;
padding: 5px 20px;
text-align: center;
text-transform: uppercase;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.btn-default:hover,
.btn-default:focus {
background-color: #fb876b;
border: 1px solid #fb876b; 
color: #fff;
}
.light {
border-color: #fff;
color: #fff;
}
.light-color {
border-color: #fff;
color: #fff;
}
.vivid {
background-color: #fb876b;
border: 1px solid #fb876b;
color: #fff;
}
.light-color:hover,
.light-color:focus,
.vivid:hover,
.vivid:focus {
background-color: #f4f4f4;
border: 1px solid #f4f4f4;
color: #484848;
} .go-to-top {
background-color: transparent;
border: none;
bottom: 40px;
cursor: pointer;
height: 60px;
margin: 0;
overflow: hidden;
padding: 0;
position: fixed;
right: 25px;
width: 60px;
z-index: 10000;
}
.go-to-top .icon-bg {
background-color: #fb876b;
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
height: 40px;
left: 0;
overflow: hidden;
position: absolute;
top: -12px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
transform-origin: left bottom 0;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
width: 40px;
}
.go-to-top .back-to-top-text {
top: 18px;
color: #fff;
font-size: 12px;
font-weight: 400;
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
position: absolute;
text-align: center;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
transition: all 0.5s ease-out 0s;
width: 100%;
right: 1px;
}
.go-to-top .back-to-top-icon {
color: #fff;
font-size: 24px;
left: 34%;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
position: absolute;
top: 30%;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
transition: all 0.5s ease-out 0s;
}
.go-to-top:hover .back-to-top-text,
.go-to-top:focus .back-to-top-text {
opacity: 0;
-moz-opacity: 0;
filter:alpha(opacity=0);
bottom: -8px;
}
.go-to-top:hover .back-to-top-icon,
.go-to-top:focus .back-to-top-icon {
opacity: 1;
-moz-opacity: 1;
filter:alpha(opacity=100);
top: 25%;
} .blog a.more-link:before {
background-color: #f4f4f4;
content: "";
height: 1px;
left: -100%;
position: absolute;
top: 15px;
width: 100%;
}
.blog a.more-link:after {
background-color: #f4f4f4;
content: "";
height: 1px;
right: -100%;
position: absolute;
top: 15px;
width: 100%;
}
a.more-link {
background-color: #f4f4f4;
color: #343434;
display: block;
font-family: "Lora", sans-serif;
font-style: italic;
margin: 30px auto 0;
padding: 4px;
position: relative;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
text-align: center;
width: 150px;
} 
a.more-link:hover,
a.more-link:focus {
background-color: #fb876b;
color: #fff;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
overflow: hidden;
width: 1px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow:	0 1px 2px rgba(0, 0, 0, 0.15);
-moz-box-shadow:	0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow:	0 1px 2px rgba(0, 0, 0, 0.15);
clip: auto !important;
color: #fb876b;
display: block;
font-size: 14px;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .alignleft {
display: inline;
float: left;
margin-right: 20px;
}
.alignright {
display: inline;
float: right;
margin-left: 20px;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
} .breadcrumb {
font-size: 13px;
margin-bottom: 10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.breadcrumb,
.breadcrumb a:hover {
color: #999;
}
.breadcrumb a {
color: #333;
}
.breadcrumb .home:before {
content: '\f015';
display: inline-block;
font-family: "FontAwesome";
font-size: 16px;
font-style: normal;
line-height: 1.313;
margin-right: 4px;
vertical-align: top;
}  .clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { 
display: inline-block; 
}/*\*/* html .clearfix { 
height: 1%; 
}
.clearfix { 
display: block; 
}/**/ button,
input,
select,
textarea {
font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type="password"],
textarea {
padding: 10px;
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width: 100%;
margin-bottom: 30px;
background-color: #fafafa;
}
input[type="search"] {
background-color: #f4f4f4;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
input[type="reset"],
input[type="button"],
input[type="submit"] {
background-color: #fb876b;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 0 none;
color: #fff;
cursor: pointer;
display: block;
margin-bottom: 30px;
padding: 6px 18px;
text-align: center;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
background-color: #747474;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
border-color: rgba(0, 0, 0, 0.20);
background-color: #eee;
}
input[type="search"]:focus {
background-color: #f4f4f4;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0; }
input[type=search] {
-webkit-appearance: none;
} .header-search, 
.header-search-x {
background-color: transparent;
border: none;
color: #000;
cursor: pointer;
display: block;
font-family: "FontAwesome";
font-size: 14px;
font-style: normal;
margin: 30px 10px 0;
position: absolute;
right: 0;
top: 0;
}
.is-sticky .header-search, 
.is-sticky .header-search-x {
margin-top: 16px;
}
.header-search:before {
content: '\f002';
}
.header-search-x:before {
content: '\f010';
}
.header-search:hover, .header-search-x:hover,
.header-search:focus, .header-search-x:focus {
color: #fb876b;
} #search-box {
background-color: rgba(255, 255, 255, 0.8);
-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
display: none;
margin: 0 auto;
padding: 15px;
position: absolute;
right: 40px;
top: 60px;
width: 30%;
z-index: 9999;
}
#search-box input.search-field {
width: calc(100% - 70px);
}
#search-box .search-submit {
width: 70px;
}
#search-box input[type="search"] {
background-color: transparent;
border: 1px solid rgba(0, 0, 0, 0.1);
}
#search-box input[type="search"]:focus {
background-color: #eee;
border: 1px solid rgba(0, 0, 0, 0.1);
} #site-branding {
display: inline-block;
padding: 15px 0;
}
.custom-logo-link {
display: block;
}
#site-title {
font-family: "Lora", sans-serif;
font-style: italic;
font-size: 36px;
font-style: inherit;
font-weight: 400;
letter-spacing: 2px;
line-height: 1.222em;
margin: 0;
-webkit-transition: all 300ms ease-out 0s;
-moz-transition: all 300ms ease-out 0s;
-o-transition: all 300ms ease-out 0s;
-ms-transition: all 300ms ease-out 0s;
transition: all 300ms ease-out 0s;
}
#site-title a {
color: #484848;
display: block;
}
#site-description {
clear: both;
color: #747474;
font-family: "Roboto", sans-serif;
font-size: 11px;
font-weight: 400;
letter-spacing: 0.1em;
line-height: 1.727;
margin: 0;
text-transform: uppercase;
}
#sticky-header .nav-site-title {
display: none;
}
#sticky-header .nav-site-title a {
font-size: 18px;
} hr {
background-color: rgba(0, 0, 0, 0.1);
border: 0;
height: 1px;
margin-bottom: 1.5em;
} img {
height: auto; max-width: 100%; vertical-align: top;
}
img.alignleft,
img.alignright,
img.aligncenter {
margin-top: 20px;
margin-bottom: 20px;
}
figure {
margin: 0;
}
img#wpstats {
display: none;
}
.entry-content img,
.comment-content img,
.widget img {
max-width: 100%;
}
.img-border {
background-color: #fff;
padding: 5px;
border: 1px solid #ccc;
} .page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.wp-caption {
margin-bottom: 20px;
max-width: 100%;
}
.wp-caption a {
position: relative;
}
.wp-caption .wp-caption-text {
margin-bottom: 0;
padding: 10px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-caption .wp-caption-text,
.gallery-caption {
font-style: italic;
} .margin-top-none { margin-top: 0 !important;
}
.margin-bottom-none { margin-bottom: 0 !important;
}
.margin-right-none { margin-right: 0 !important;
}
.margin-left-none { margin-left: 0 !important;
}
.padding-top-none { padding-top: 0 !important;
}
.padding-bottom-none { padding-bottom: 0 !important;
}
.padding-right-none { padding-right: 0 !important;
}
.padding-left-none { padding-left: 0 !important;
}
.border-top-none { border-top: 0 none !important;
}
.border-bottom-none { border-bottom: 0 none !important;
}
.border-right-none { border-right: 0 none !important;
}
.border-left-none { border-left: 0 none !important;
}
.shadow-none { -webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
.margin-bottom-none p { margin-bottom: 0 !important;
}  .top-bar {
color: #ddd;
background-color: #fff;
text-align: center;
}
.top-bar .top-bar-menu {
float: left;
}
.top-bar .top-bar-menu a {
color: #747474;
display: block;
font-size: 12px;
line-height: 40px;
padding: 0 8px;
text-align: left;
text-transform: uppercase;
}
.top-bar .top-bar-menu a:hover,
.top-bar .top-bar-menu a:focus {
color: #fb876b;
}
.top-bar .top-bar-menu ul li {
display: inline-block;
position: relative;
}
.top-bar .top-bar-menu ul li ul,
.top-bar .top-bar-menu ul li:hover ul ul,
.top-bar .top-bar-menu ul ul li:hover ul ul,
.top-bar .top-bar-menu ul ul ul li:hover ul ul,
.top-bar .top-bar-menu ul ul ul ul li:hover ul ul {
visibility:hidden;
}
.top-bar .top-bar-menu ul li ul {
background-color: #fff;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
line-height: 2.667;
list-style-type: none;
left: 0;
margin: 0;
opacity: 0;
padding: 5px 5px 0;
position: absolute;
top: 40px;
transition: all 0.5s ease 0s;
visibility: hidden;
width: 200px;
z-index: 9999;
}
.top-bar .top-bar-menu ul li ul li:last-child {
border-bottom: none;
}
.top-bar .top-bar-menu ul li ul li {
border-bottom: 1px solid #eee;
display: block;
}
.top-bar .top-bar-menu > ul > li:hover > ul,
.top-bar .top-bar-menu ul li:hover ul,
.top-bar .top-bar-menu ul li ul li:hover ul {
opacity: 1;
visibility: visible;
display: block;
}
.top-bar .top-bar-menu ul li ul li ul {
left: 190px;
top: 0;
}
.top-bar .widget_contact {
font-size: 13px;
float: right;
margin-bottom: 0;
padding: 6px 0 7px;
}
.top-bar .widget_contact ul li {
float: left;
margin-right: 15px;
padding: 2px 0;
}
.top-bar .widget_contact ul li a {
color: #747474;
}
.top-bar .widget_contact ul li a:hover,
.top-bar .widget_contact ul li a:focus {
color: #fb876b;
}
.top-header {
text-align: center;
}
#sticky-header {
-webkit-transition: all 300ms ease-out 0s;
-moz-transition: all 300ms ease-out 0s;
-o-transition: all 300ms ease-out 0s;
-ms-transition: all 300ms ease-out 0s;
transition: all 300ms ease-out 0s;
width: 100%;
z-index: 999;
}
.is-sticky #sticky-header {
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
border-bottom: none;
}
.header-navigation-wrap:after {
clear: both;
content: "";
display: block;
}
.header-navigation-wrap {
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.is-sticky .header-navigation-wrap {
border-bottom: none;
}
@media only screen and (max-width: 767px) {
.is-sticky #sticky-header {
background-color: #fff;
}
}
.boxed-layout #sticky-header,
.boxed-layout-small #sticky-header {
width: inherit;
} .top-bar .widget-title {
display: none;
} .header-image {
width: 100%;
height: auto;
} .custom-header {
display: block;
height: auto;
width: 100%;
}
.wp-custom-header {
position: relative;
}
#wp-custom-header-video {
width: 100%;
}
video#wp-custom-header-video {
height: auto;
}
.wp-custom-header .wp-custom-header-video-button { 
background-color: rgba(0, 0, 0, 0.3);
border: 1px solid rgba(255, 255, 255, 0.6);
color: rgba(255, 255, 255, 0.6);
cursor: pointer;
font-size: 0;
height: 45px;
overflow: hidden;
padding: 0;
position: absolute;
right: 30px;
top: 30px;
-webkit-transition: all 300ms ease-out 0s;
-moz-transition: all 300ms ease-out 0s;
-o-transition: all 300ms ease-out 0s;
-ms-transition: all 300ms ease-out 0s;
transition: all 300ms ease-out 0s;
width: 45px;
}
.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus { 
border-color: rgba(255, 255, 255, 0.8);
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
}
.wp-custom-header .wp-custom-header-video-button.wp-custom-header-video-play:after,
.wp-custom-header .wp-custom-header-video-button.wp-custom-header-video-pause:after {
color: #fff;
font-family: "FontAwesome";
font-size: 18px;
font-style: normal;
font-weight: normal;
opacity: 0.7;
-moz-opacity: 0.7;
filter:alpha(opacity=70);
vertical-align: middle;
}
.wp-custom-header .wp-custom-header-video-button.wp-custom-header-video-play:after {
content: "\f04c";
}
.wp-custom-header .wp-custom-header-video-button.wp-custom-header-video-pause:after{
content: "\f04b";
} .header-social-block {
float: right;
margin-top: 6px;
}
.social-links {
margin-top: 0;
float: right;
}
.social-links ul li {
float: left;
}
.social-links ul li a {
color: #747474;
display: block;
float: left;
font-family: "FontAwesome";
font-size: 14px;
text-align: center;
line-height: 35px;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
width: 35px;
}
.social-links ul li a[href*="facebook.com"]:before {
content: '\f09a';
}
.social-links ul li a[href*="facebook.com"]:hover {
background-color: #3B5998;
color: #FFF;
}
.social-links ul li a[href*="twitter.com"]:before {
content: '\f099';
}
.social-links ul li a[href*="twitter.com"]:hover {
background-color: #33CCFF;
color: #FFF;
}
.social-links ul li a[href*="pinterest.com"]:before {
content: '\f231';
}
.social-links ul li a[href*="pinterest.com"]:hover {
background-color: #CB2027;
color: #FFF;
}
.social-links ul li a[href*="dribbble.com"]:before {
content: '\f17d';
}
.social-links ul li a[href*="dribbble.com"]:hover {
background-color: #F26798;
color: #FFF;
}
.social-links ul li a[href*="instagram.com"]:before {
content: '\f16d';
}
.social-links ul li a[href*="instagram.com"]:hover {
background-color: #8E6051;
color: #FFF;
}
.social-links ul li a[href*="flickr.com"]:before {
content: '\f16e';
}
.social-links ul li a[href*="flickr.com"]:hover {
background-color: #0063DB;
color: #FFF;
}
.social-links ul li a[href*="linkedin.com"]:before {
content: '\f0e1';
}
.social-links ul li a[href*="linkedin.com"]:hover {
background-color: #007BB6;
color: #FFF;
}
.social-links li a[href*="angel.co"]:before {
content: '\f209 ';
}
.social-links li a[href*="angel.co"]:hover {
background-color: #000000;
color: #FFF;
} .main-navigation {
float: left;
}
.main-navigation > ul > li {
position: relative;
display: inline-block;
}
.main-navigation a {
color: #484848;
display: block;
font-family: "Roboto", sans-serif;
font-size: 13px;
font-weight: normal;
letter-spacing: 0.1em;
line-height: 45px;
padding: 0 10px;
text-align: left;
text-transform: uppercase;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a,
.main-navigation li.current-menu-ancestor.menu-item-has-children > a:after,
.main-navigation li.current-menu-item.menu-item-has-children > a:after,
.main-navigation ul li:hover > a:after,
.main-navigation li.menu-item-has-children > a:hover:after,
.main-navigation li.page_item_has_children > a:hover:after {
color: #fb876b;
} .main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
visibility:hidden;
}
.main-navigation ul li ul {
background-color: #fff;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
line-height: 2.667;
list-style-type: none;
margin: 0;
opacity: 0;
-moz-opacity: 0;
filter:alpha(opacity=0);
padding: 0;
position: absolute;
top: 70px;
-webkit-transition: all .50s ease;
-moz-transition: all .50s ease;
-ms-transition: all .50s ease;
-o-transition: all .50s ease;
transition: all .50s ease;
visibility: hidden;
width: 200px;
z-index: 9999;
}
.main-navigation > ul > li:hover > ul,
.main-navigation > ul > li.focus > ul {
display: block;
opacity: 1;
-moz-opacity: 1;
filter:alpha(opacity=100);	
visibility:visible;
top: 46px;
}
.main-navigation ul li ul li {
float: none;
margin: 0;
position: relative;
text-align: left;
width: 200px;
z-index: 1;
}
.main-navigation ul li ul li:before {
border-top: 1px solid #eee;
content: "";
height: 1px;
left: 10px;
position: absolute;
top: 0;
width: 90%;
}
.main-navigation ul li ul li:first-child:before {
border-top: none;
}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
color: #747474;
float: none;
font-size: 13px;
height: inherit;
line-height: 1.538;
padding: 12px 15px;
text-transform: capitalize;
}
.is-sticky .main-navigation ul li ul li a {
line-height: 1.538;
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li a:focus,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
color: #fb876b;
}
.main-navigation ul li ul li ul {
left: 190px;
top: 10px;
}
.main-navigation ul li:last-child ul li ul {
left: -200px;
}
.main-navigation ul ul li:hover ul,
.main-navigation ul ul li.focus ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul li.focus ul {
top: 0;
display: block;
opacity: 1;
-moz-opacity: 1;
filter:alpha(opacity=100);	
visibility:visible;
}
.main-navigation li.menu-item-has-children > a:after,
.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after,
.main-navigation li li.page_item_has_children > a:after {
font-family: "FontAwesome";
font-style: normal;
font-weight: 400;
text-decoration: inherit;
color: #333;
font-size: 12px;
padding-left: 6px;
}
.main-navigation li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after {
content: "\f107";
}
.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li li.page_item_has_children > a:after {
content: "\f105";
position: absolute;
right: 15px;
} .top-menu-toggle,
.menu-toggle {
display: none;
}
.line-one,
.line-two,
.line-three {
background-color: #333;
} #content {
padding: 50px 0 0;
}
.page #content {
padding: 50px 0 40px;
}
.blog #content {
padding: 60px 0 0;
}
.elementor-template-full-width #content,
.elementor-page #content,
.siteorigin-panels.full-width-layout #content {
padding: 0;
}
#main ul {
list-style-type: disc;
}
#main ol {
list-style-type: decimal;
}
#main ol ol {
list-style: upper-alpha;
}
#main ol ol ol {
list-style: lower-roman;
}
#main ol ol ol ol {
list-style: lower-alpha;
}
#primary {
float: left;
width: 70%;
} #secondary {
float: left;
padding-left: 40px;
width: 30%;
} .sticky .entry-header:before {
color: rgba(0, 0, 0, 0.2);
content: '\f08d';
font-family: "FontAwesome";
font-size: 24px;
right: 10px;
position: absolute;
top: 6px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.entry-header {
padding-bottom: 10px;
position: relative;
}
.blog .entry-header,
.category .entry-header {
text-align: center;
}
.post {
margin-bottom: 60px;
}
.post-content {
background-color: #fff;
position: relative;
}
.single-featured-image-header img {
display: block;
height: auto;
margin: auto;
width: 100%;
} .entry-title {
font-size: 26px;
margin-bottom: 15px;
}
.entry-title,
.entry-title a {
color: #333;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
color: #fb876b;
} .entry-meta {
overflow: hidden;
}
.entry-meta span:last-child {
margin-right: 0;
}
.entry-meta span {
display: inline-block;
margin-right: 15px;
margin-bottom: 10px;
}
.entry-meta,
.entry-meta a {
font-size: 13px;
letter-spacing: 0.8px;
line-height: 1.583;
}
.author span,
.entry-meta .posted-on a,
.entry-meta .comments a,
.entry-meta .comments i {
color: #989898;
}
.entry-meta .author a {
color: #fb876b;
}
.entry-meta span:hover,
.entry-meta a:hover {
color: #fb876b;
}
span.entry-format {
display: block;
margin-bottom: 15px;
margin-right: 0;
}
.entry-format a {
background-color: #fb876b;
padding: 2px 8px;
}
.entry-meta .entry-format a {
color: #fff;
}
.entry-format a:before,
.entry-meta .entry-format a:before,
.entry-header .entry-meta .entry-format a:before {
color: #fff;
display: inline-block;
font-family: "FontAwesome";
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 18px;
margin-right: 5px;
position: relative;
text-align: center;
text-decoration: inherit;
text-transform: none;
vertical-align: top;
} .format-aside .entry-format a:before {
content: "\f06e";
}
.format-image .entry-format a:before {
content: "\f03e";
}
.format-gallery .entry-format a:before {
content: "\f1ad";
}
.format-video .entry-format a:before {
content: "\f03d";
}
.format-status .entry-format a:before {
content: "\f130";
}
.format-quote .entry-format a:before {
content: "\f10d";
}
.format-link .entry-format a:before {
content: "\f0c1";
}
.format-chat .entry-format a:before {
content: "\f086";
}
.format-audio .entry-format a:before {
content: "\f028";
} .entry-content .entry-meta {
float: right;
}
.cat-links,
.cat-links a,
.tag-links,
.tag-links a {
color: #fb876b;
font-size: 12px;
font-weight: 400;
letter-spacing: 0.8px;
text-transform: uppercase;
}
.cat-links:before,
.tag-links:before {
content: "[";
}
.cat-links:after,
.tag-links:after {
content: "]";
}
.cat-links {
position: relative;
}
.entry-footer {
padding: 5px 0;
width: 100%;
}
.comments .fa.fa-comment-o {
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH";
}
.author span {
font-style: italic;
margin-bottom: 0;
margin-right: 0;
}
.entry-footer .entry-meta span.author {
margin-bottom: 0;
}
.entry-footer .more-link {
float: right;
} .post-image-content {
position: relative;
z-index: 2;
}
.post-featured-image {
margin-bottom: 30px;
text-align: left;
}
.post-featured-image a {
display: block;
} .entry-content {
display: block;
margin: 0 0 20px;
}
.entry-content dt,
.comment-content dt {
font-weight: 700;
}
.entry-content dd,
.comment-content dd {
margin-bottom: 20px;
}
.entry-content td,
.comment-content td {
padding: 8px;
}
.entry-content ul,
.entry-content ol {
margin: 0 0 30px 30px;
}
.entry-content li > ul, 
.entry-content li > ol {
margin-bottom: 0;
}
.entry-content a {
text-decoration: underline;
}
.entry-content a:hover {
text-decoration: none;
} .gallery {
margin-bottom: 20px;
}
.gallery-item {
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0 4px 4px 0;
width: 100%;
vertical-align: top;
text-align: center;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 48%;
max-width: -webkit-calc(50% - 4px);
max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
max-width: 32%;
max-width: -webkit-calc(33.3% - 4px);
max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
max-width: 23%;
max-width: -webkit-calc(25% - 4px);
max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
max-width: 19%;
max-width: -webkit-calc(20% - 4px);
max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
max-width: 15%;
max-width: -webkit-calc(16.7% - 4px);
max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
max-width: 13%;
max-width: -webkit-calc(14.28% - 4px);
max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
max-width: 11%;
max-width: -webkit-calc(12.5% - 4px);
max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
max-width: 9%;
max-width: -webkit-calc(11.1% - 4px);
max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
clear: left;
}
.gallery-caption {
text-align: left;
} .wp-pagenavi,
.default-wp-page {
margin: 50px 0;
clear: both;
}
.wp-pagenavi .pages {
border: 1px solid #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #747474;
padding: 9px 15px;
}
.wp-pagenavi .current,
.wp-pagenavi a {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #747474;
display: block;
float: left;
border: 1px solid rgba(0, 0, 0, 0.15);
padding: 4px 11px;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
color: #747474;
border: 1px solid rgba(0, 0, 0, 0.15);
background-color: #f4f4f4;
}
.wp-pagenavi span.current {
font-weight: 200;
} .wp-pagenavi {
text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi a {
display: inline-block;
float: none;
margin-left: 4px;
} #main ul.default-wp-page {
margin-left: 0;
list-style: none;
padding-bottom: 0;
}
ul.default-wp-page li a {
color: #848484;
border: 1px solid #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: inline-block;
padding: 2px 10px;
}
ul.default-wp-page li a:hover {
background-color: #f4f4f4;
}
ul.default-wp-page li {
padding: 0 0 20px;
}
ul.default-wp-page li.previous {
float:left;	
}
ul.default-wp-page li.next {
float:right;
} .navigation.pagination:after {
clear: both;
content: "";
display: table;
table-layout: fixed;
}
.navigation.pagination {
clear: both;
margin-bottom: 50px;
text-align: center;
}
.navigation.pagination .nav-links {
display: inline-block;
}
.page-numbers {
background-color: #f4f4f4;
border: 1px solid #fafafa;
color: #747474;
display: block;
float: left;
margin-right: 8px;
outline: 1px solid #eee;
padding: 4px 11px;
}
.page-numbers:last-child {
margin-right: 0;
}
.page-numbers.current,
.page-numbers:hover {
background-color: #e8e8e8;
}
.navigation.post-navigation {
clear: both;
margin-bottom: 50px;
}
.navigation.post-navigation .nav-links,
.image-navigation .nav-links {
display: inline-block;
width: 100%;
}
.navigation.post-navigation .nav-previous,
.image-navigation .nav-links .nav-previous {
float: left;
}
.navigation.post-navigation .nav-next,
.image-navigation .nav-links .nav-next {
float: right;
}
.navigation.post-navigation .post-title {
color: #949494;
display: block;
}
.image-navigation .nav-links a {
color: #fb876b;
} .image-attachment div.attachment {
background-color: #f9f9f9;
border: 1px solid #ddd;
border-width: 1px 0;
margin: 0 -8.9% 1.625em;
overflow: hidden;
padding: 1.625em 1.625em 0;
text-align: center;
}
.image-attachment div.attachment img {
display: block;
height: auto;
margin: 0 auto 1.625em;
max-width: 100%;
}
.image-attachment div.attachment a img {
border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
border-color: #ddd;
background-color: #fff;
}
.image-attachment .entry-caption p {
font-size: 10px;
letter-spacing: 0.1em;
line-height: 2.6em;
margin: 0 0 2.6em;
text-transform: uppercase;
} .attachment-jpeg .attachment {
text-align: center;
} .comments-title {
font-size: 30px;
font-weight: 400;
line-height: 1.267;
padding-bottom: 15px;
}
#main .comments-area ul,
#main .comments-area ol {
margin: 0 0 30px 30px;
}
#main .comments-area ul ul,
#main .comments-area ol ol {
margin-bottom: 0;
}
.comments-area article {
margin: 24px 0;
margin: 1.714285714rem 0;
}
.comments-area article header {
margin: 0 0 48px;
margin: 0 0 3.428571429rem;
overflow: hidden;
position: relative;
}
.comments-area article header img {
float: left;
padding: 0;
line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
display: block;
margin-left: 85px;
margin-left: 6.071428571rem;
}
.comments-area article header cite {
font-style: normal;
font-size: 15px;
font-size: 1.071428571rem;
line-height: 1.42857143;
}
.comments-area article header time {
line-height: 1.714285714;
text-decoration: none;
font-size: 12px;
font-size: 0.857142857rem;
color: #484848;
}
.comments-area article header a {
text-decoration: none;
color: #484848;
}
.comments-area article header a:hover {
color: #21759b;
}
.comments-area article header cite a {
color: #444;
}
.comments-area article header cite a:hover {
text-decoration: underline;
}
.comments-area article header h4 {
position: absolute;
top: 0;
right: 0;
padding: 6px 12px;
padding: 0.428571429rem 0.857142857rem;
font-size: 12px;
font-size: 0.857142857rem;
font-weight: 400;
color: #fff;
background-repeat: repeat-x;
background: #0088d0;
background: -webkit-linear-gradient(#009cee, #0088d0);
background: -moz-linear-gradient(#009cee, #0088d0);
background: -ms-linear-gradient(#009cee, #0088d0);
background: -o-linear-gradient(#009cee, #0088d0);
background: -webkit-gradient(#009cee, #0088d0);
background: linear-gradient(#009cee, #0088d0);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
position: absolute;
margin-left: 5px;
margin-left: 0.357142857rem;
padding: 2px 5px;
padding: 0.142857143rem 0.357142857rem;
font-size: 10px;
font-size: 0.714285714rem;
}
a.comment-reply-link {
font-size: 13px;
font-size: 0.928571429rem;
line-height: 1.846153846;
color: #747474;
}
a.comment-reply-link:hover {
color: #21759b;
}
.commentlist .pingback {
line-height: 1.714285714;
margin-bottom: 24px;
margin-bottom: 1.714285714rem;
}
.commentlist .children {
margin-left: 48px;
margin-left: 3.428571429rem;
}
#comments .comment ol {
list-style: none;
} #respond {
margin-top: 48px;
margin-top: 3.428571429rem;
}
#respond h3#reply-title {
font-size: 30px;
font-weight: 400;
line-height: 1.267;
padding-bottom: 15px;
}
#respond h3#reply-title #cancel-comment-reply-link {
margin-left: 10px;
margin-left: 0.714285714rem;
font-weight: 400;
font-size: 12px;
font-size: 0.857142857rem;
}
#respond form {
margin: 24px 0;
margin: 1.714285714rem 0;
}
#respond form p {
margin: 11px 0;
margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
margin-bottom: 24px;
margin-bottom: 1.714285714rem;
}
#respond form label {
display: block;
line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
font-size: 0.857142857rem;
line-height: 1.714285714;
padding: 10px;
padding: 0.714285714rem;
width: 100%;
}
#respond form p.form-allowed-tags {
margin: 0;
font-size: 12px;
font-size: 0.857142857rem;
line-height: 2;
color: #484848;
}
.required {
color: red;
}
label ~ span.required {
display: block;
float: left;
margin: -18px 0 0 -16px;
margin: -1.285714286rem 0 0 -1.142857143rem;
}  .page-header {
padding: 0 0 20px;
position: relative;
overflow: hidden;
}
.elementor-template-full-width .page-header,
.elementor-page .page-header,
.siteorigin-panels.full-width-layout .page-header {
display: none;
}
.blog .page-header {
display: none;
}
.error-404 .page-header {
background-color: #fddbdd;
margin-top: 0;
padding: 25px 20px 15px;
}
.error-404 .page-title {
padding: 0;
}
.error-404 .page-content {
padding: 20px 0;
}
.error-404 #colophon {
position: absolute;
bottom: 0;
width: 100%;
}
.page-title {
color: #343434;
font-size: 26px;
line-height: 1.333;
} .wpcf7-select {
background-color: #fafafa;
border: 1px solid rgba(0, 0, 0, 0.1);
margin: 0 0 30px;
padding: 10px;
width: 40%;
display: block;
}
.wpcf7 p {
margin-bottom: 0;
}
input[type="file"]  {
margin: 0 0 30px;
display: block;
}
input[type="checkbox"] {
margin: 0 0 30px;
} .excellent-corporate                                         ,
.page-template-front-page-feature-template #content,
.page-template-latest-blog-template #content,
.page-template-portfolio-template #content {
padding: 0;
} body:not(.boxed-layout):not(.boxed-layout-small) .inner-wrap {
max-width: inherit;
} .boxed-layout #page {
max-width: 1230px;
margin: 30px auto;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
-moz-box-shadow:    0 1px 6px rgba(0, 0, 0, 0.15);
box-shadow:         	0 1px 6px rgba(0, 0, 0, 0.15);
}
.boxed-layout-small #page {
max-width: 1038px;
margin: 30px auto;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
-moz-box-shadow:    0 1px 6px rgba(0, 0, 0, 0.15);
box-shadow:         	0 1px 6px rgba(0, 0, 0, 0.15);
}
.boxed-layout-small .wrap {
margin: 0 auto;
max-width: 978px;
padding: 0;
position: relative;
}
.boxed-layout #page,
.boxed-layout-small #page {
overflow: hidden;
} .two-column-blog #primary .post {
width: calc(50% - 15px);
float: left;
margin-right: 15px;
}
.two-column-blog #primary .post:nth-child(2n+1) {
margin-right: 0;
margin-left: 15px;
}
.two-column-blog #primary .post:nth-child(2n+2) {
clear: both;
}
.two-column-blog .entry-header,
.two-column-blog .entry-content {
padding-bottom: 0;
}
.two-column-blog a.more-link:before {
left: -50%;
width: 50%;
}
.two-column-blog a.more-link:after {
right: -50%;
width: 50%;
} .small-image-blog .post {
clear: both;
float: left;
}
.small-image-blog .entry-title {
text-align: left;
}
.small-image-blog .entry-header .entry-meta {
text-align: left;
}
.small-image-blog .post-featured-image {
display: inline-block;
float: left;
margin-bottom: 20px;
margin-right: 20px;
overflow: hidden;
width: 40%;
}
.small-image-blog .latest-blog-image .post-featured-image {
width: 100%;
}
.search-results.small-image-blog #primary .page,
.search-results.two-column-blog #primary .page {
display: block;
float: left;
margin-bottom: 60px;
} .widget {
margin-bottom: 30px;
}
.widget ul li a {
color: #343434;
}
.widget ul li a:hover,
.widget ul li a:focus {
color: #fb876b;
}
.widget-title {
font-family: "Lora", sans-serif;
font-size: 26px;
line-height: 1.269em;
font-weight: 400;
margin-bottom: 20px;
}
.widget-title,
.widget-title a {
color:#484848;
}
.widget-title a:hover {
color: #fb876b;
}
#secondary .widget-title {
background-color: #f4f4f4;
font-size: 16px;
letter-spacing: 0.5px;
line-height: 39px;
margin-bottom: 25px;
text-align: center;
} input.search-field {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #747474;
float: left;
font-size: 14px;
height: 40px;
line-height: 1.571;
margin: 0;
outline: medium none;
padding: 6px 8px;
width: 80%; width: calc(100% - 50px);
}
.search-submit {
background-color: #fb876b;
border: 1px solid #fb876b;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #fff;
cursor: pointer;
font-size: 18px;
height: 40px;
margin-left: -1px;
outline: medium none;
right: 0;
width: 50px;
-webkit-transition: all 300ms ease-out 0s;
-moz-transition: all 300ms ease-out 0s;
-o-transition: all 300ms ease-out 0s;
-ms-transition: all 300ms ease-out 0s;
transition: all 300ms ease-out 0s;
}
.search-submit:hover,
.search-submit:focus {
background-color: #585858;
border: 1px solid #585858;
} .box-title {
font-size: 30px;
font-weight: 400;
line-height: 1.25;
margin-bottom: 15px;
}
.box-sub-title {
font-size: 16px;
font-weight: 400;
line-height: 1.500;
margin-bottom: 25px;
} .our-feature-box {
background-color: #f4f4f4;
margin-bottom: 0;
padding: 40px 0 0;
position: relative;
text-align: center;
}
.feature-content {
background-color: #fff;
box-shadow: 1px 1px 2px 0 rgba(51, 51, 51, 0.3);
margin: 2px;
padding: 20px;
}
.feature-icon {
display: inline-block;
margin-bottom: 10px;
}
.feature-content img {
width: 100%;
}
.our-feature-box .feature-title a:hover:first-letter {
color: #333;
}
.our-feature-box .feature-title a {
color: #333;
display: block;
font-size: 22px;
font-weight: 400;
line-height: 1.318;
}
.our-feature-box .feature-title a:first-letter {
color: #fb876b;
font-family: "Lora", sans-serif;
font-size: 50px;
line-height: 58px;
}
.our-feature-box a.more-link {
background-color: transparent !important;
color: #fb876b;
font-size: 13px;
margin-top: -10px;
}
.our-feature-box a.more-link:hover {
color: #343434;
} .latest-blog-box {
padding: 65px 0 40px;
text-align: center;
}
.latest-blog-content {
padding: 3px;
text-align: left;
}
.latest-blog-content .post {
margin-bottom: 0;
}
.latest-blog-image {
display: block;
float: left;
margin-bottom: 30px;
overflow: hidden;
position: relative;
width: 100%;
}
.latest-blog-image .post-featured-image a:before {
background-color: rgba(255, 255, 255, 0.3);
bottom: 200px;
content: "";
left: 200px;
opacity: 0;
position: absolute;
right: 200px;
top: 200px;
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
-ms-transition: all 500ms ease-out;
transition: all 500ms ease-out;
z-index: 1;
}
.latest-blog-image .post-featured-image a:after {
color: rgba(255, 255, 255, 0.9);
content: '\f101';
font-family: "FontAwesome";
font-size: 44px;
left: -50%;
opacity: 0;
-moz-opacity: 0;
filter:alpha(opacity=0);
position: absolute;
right: 0;
text-align: center;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.latest-blog-image .post-featured-image a:hover:before {
bottom: 10px;
left: 10px;
right: 10px;
top: 10px;
opacity: 1;
}
.latest-blog-image .post-featured-image a:hover:after {
opacity: 1;
-moz-opacity: 1;
filter:alpha(opacity=100);
left: 0;
}
.latest-blog-image .post-featured-image {
margin-bottom: 0;
overflow: hidden;
position: relative;
}
.latest-blog-image .post-featured-image a img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
-ms-transition: all 500ms ease-out;	
transition: all 500ms ease-out;
}
.latest-blog-image .post-featured-image a:hover img {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.latest-blog-image .post-featured-image a:focus img {
transform: none;
transition: all 0ms ease-out;
}
.latest-blog-text {
float: left;
background-color: #fafafa;
padding: 30px 30px 20px;
text-align: left;
}
.latest-blog-text .entry-title {
font-size: 20px;
line-height: 1.350em;
}
.latest-blog-content .sticky .entry-header:before {
display: none;
}
.latest-blog-text .entry-header {
padding-bottom: 0;
text-align: left;
}
.latest-blog-content .entry-content {
text-align: left;
}
.latest-blog-box .entry-header .entry-meta .entry-format,
.latest-blog-box .entry-header .entry-meta .cat-links,
.latest-blog-box .entry-header .entry-meta .tag-links,
.latest-blog-box .entry-header .entry-meta .posted-on,
.latest-blog-box .entry-header .entry-meta .comments,
.latest-blog-box .entry-content .more-link {
display: none;
}
.latest-blog-text .entry-meta span {
margin-right: 5px;
} .portfolio-box {
background-color: #fafafa;
}
.portfolio-box .four-column-full-width {
float: left;
}
.portfolio-box .portfolio-title-wrap {
border-right: 1px solid #ddd;
margin: 25px 0;
text-align: center;
}
.portfolio-box .four-column-full-width:last-child .portfolio-title-wrap {
border-right: none;
}
.portfolio-title-wrap .portfolio-title {
font-size: 18px;
line-height: 1.333em;
}
.portfolio-img a:before {
background-color: rgba(255, 255, 255, 0.3);
-webkit-border-radius: 200px;
-moz-border-radius: 200px;
border-radius: 200px;
bottom: 200px;
content: "";
left: 200px;
opacity: 0;
-moz-opacity: 0;
filter:alpha(opacity=0);
position: absolute;
right: 200px;
top: 200px;
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
-ms-transition: all 500ms ease-out;
transition: all 500ms ease-out;
z-index: 1;
}
.portfolio-img a:after {
color: rgba(255, 255, 255, 0.9);
content: '\f0c1';
font-family: "FontAwesome";
font-size: 22px;
left: 0;
opacity: 0;
-moz-opacity: 0;
filter:alpha(opacity=0);
position: absolute;
right: 0;
text-align: center;
top: 20%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.portfolio-img a:hover:before {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
bottom: 0;
left: 0;
opacity: 1;
-moz-opacity: 1;
filter:alpha(opacity=100);
right: 0;
top: 0;
}
.portfolio-img a:hover:after {
opacity: 1;
-moz-opacity: 1;
filter:alpha(opacity=100);
top: 50%;
}
.portfolio-img {
overflow: hidden;
position: relative;
}
.portfolio-img img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
-ms-transition: all 500ms ease-out;	
transition: all 500ms ease-out;
}
.portfolio-box .four-column-full-width:hover .portfolio-img img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.portfolio-img a:focus img {
transform: none;
transition: all 0ms ease-out;
} .about-box {
padding: 65px 0 30px;
text-align: center;
height: 100%;
}
.about-box .about-content {
background-color: #fff;
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
left: -50px;
min-height: 240px;
margin-bottom: 80px;
position: relative;
top: 66px;
text-align: left;
}
.about-img {
overflow: hidden;
}
.about-img img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 500ms ease-out 0s;
-moz-transition: all 500ms ease-out 0s;
-o-transition: all 500ms ease-out 0s;
-ms-transition: all 500ms ease-out 0s;
transition: all 500ms ease-out 0s;
}
.about-img:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.about-img a:focus img {
transform: none;
transition: all 0ms ease-out 0s;
}
.about-text {
padding: 50px 50px 35px;
}
.about-title {
font-size: 24px;
line-height: 1.333em;
}
.about-text .more-link {
display: none;
} .testimonial-box {
text-align: center;
}
.testimonial-box .testimonial-bg {
background-color: #fff;
padding: 50px 0 30px;
}
.testimonial-quote {
margin: 0 30px 30px;
}
.testimonial-slider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
html[xmlns] .testimonial-slider .slides {
display: block;
}
* html .testimonial-slider .slides {
height: 1%;
}
.testimonial-slider .slides > li:first-child {
display: block;
}
.testimonial-box .testimonial-slider .slides li img {
background-color: #ffffff;
border: 1px solid #dddddd;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
display: initial;
height: 120px;
margin-bottom: 20px;
padding: 4px;
width: 120px;
}
#main .testimonial-box .flex-control-nav {
display: inline-block;
margin-top: 20px;
}
.testimonial-box .flex-control-nav li {
display: block;
float: left;
margin: 0 25px;
position: relative;
}
.testimonial-box .flex-control-nav li:before {
background: #000;
content: "";
height: 1px;
left: 100%;
opacity: 0.2;
position: absolute;
top: 7px;
width: 50px;
}
.testimonial-box .flex-control-nav li:last-child:before {
width: 0;
}
.testimonial-box .flex-control-nav li a:before {
border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 50%;
content: "";
float: left;
margin: -6px;
padding: 8px;
}
.testimonial-box .flex-control-nav li a.flex-active:before,
.testimonial-box .flex-control-nav li a:hover:before {
border-color: #fb876b;
}
.testimonial-box .flex-control-nav li a {
background: rgba(0, 0, 0, 0.3);
border: 0 none;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: block;
height: 6px;
margin: 5px;
text-indent: -999999px;
width: 6px;
position: relative;
}
.testimonial-box .flex-control-nav li a.flex-active,
.testimonial-box .flex-control-nav li a:hover {
background-color: #fb876b;
}
.testimonial-box .fa-caret-down {
bottom: -39px;
color: #e8e8e8;
font-size: 60px;
left: 0;
position: absolute;
right: 0;
} .widget_contact ul li i {
font-size: 14px;
line-height: 1.714;
padding-right: 5px;
vertical-align: top;
}
.widget_text ul li i.fa {
margin-right: 5px;
}
.widget_contact ul li {
padding: 6px 0 7px 0;
}
.widget_contact ul li a:hover {
color: #fb876b;
} .widget_calendar #wp-calendar {
width: 90%;
margin: 0 auto;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar th,
.widget_calendar #wp-calendar td {
text-align: center;
}
.widget_calendar #wp-calendar caption {
font-size: 18px;
padding: 0 0 30px;
text-transform: uppercase;
}
.widget_calendar #wp-calendar th,
.widget_calendar #wp-calendar tfoot td {
background-color: #f4f4f4;
} .widget_posts {
margin-bottom: 30px;
}
.widget_posts .post-title a:hover {
text-decoration: underline;
}
.widget_posts .article-calendar {
font-size: 14px;
} .widget_tag_cloud a {
background-color: #fafafa;
border: 1px solid #ddd;
-webkit-border-radius: 20px 3px;
-moz-border-radius: 20px 3px;
border-radius: 20px 3px;
color: #747474;
display: inline-block;
font-size: 13px !important;
font-weight: 300;
margin-bottom: 10px;
margin-right: 5px;
padding: 2px 15px;
}
.widget_tag_cloud a:hover {
background-color: #f4f4f4;
} .site-info {
background-color: #f8f8f8;
background-position: center center;
background-size: cover;
font-size: 14px;
line-height: 1.571;
padding: 20px 0 15px;
text-align: center;
}
.site-info .social-links {
float: none;
text-align: center;
}
.site-info .social-links {
display: inline-block;
}
.site-info .social-links a {
border-radius: 20px;
color: #949494;
display: inline-block;
font-size: 18px;
height: 40px;
line-height: 2.222;
margin: 0 5px 0;
width: 40px;
}
.site-info .social-links a:hover {
border-color: transparent;
}
.site-info .copyright {
color: #848484;
font-size: 13px;
line-height: 1.615;
text-align: center;
}
.site-info .copyright a {
color: #949494;
}
.site-info .copyright a:first-child {
color: #fb876b;
font-size: 16px;
}
.site-info .copyright a:hover,
.site-info .copyright a:focus {
color: #fb876b;
} .googlemaps_widget {
width: 100%;
margin-bottom: 50px;
}
.maps-container {
margin: 0;
padding: 0;
height: auto;
}
.googlemaps_widget .maps-container .textwidget {
border: 1px solid #ccc;
height: 402px;
}
.googlemaps_widget iframe {
width: 100%;
height: 400px;
} #colophon p {
margin-bottom: 15px;
}
#colophon {
font-size: 14px;
line-height: 1.500;
}
#colophon .widget-wrap {
background-color: #fff;
border-top: 1px solid rgba(0, 0, 0, 0.05);
color: #333;
}
#colophon .widget-area {
margin: 0 -15px;
padding: 50px 0 10px;
display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-ms-flex-direction: row;
-webkit-flex-direction: row;
flex-direction: row;
}
#colophon .widget {
margin-bottom: 10px;
}
#colophon .widget ul li a {
color: #333;
}
#colophon .widget ul li a:hover,
#colophon .widget ul li a:focus {
color: #fb876b;
}
#colophon .widget_categories ul li a,
#colophon .widget_pages ul li a,
#colophon .widget_nav_menu ul li a,
#colophon .widget_recent_entries ul li a,
#colophon .widget_categories ul li a,
#colophon .widget_recent_comments ul li a,
#colophon .widget_meta ul li a,
#colophon .widget_rss ul li a {
display: block;
}
#colophon .widget_categories ul ul li a,
#colophon .widget_pages ul ul li a,
#colophon .widget_nav_menu ul ul li a,
#colophon .widget_recent_entries ul ul li a,
#colophon .widget_categories ul ul li a,
#colophon .widget_recent_comments ul ul li a,
#colophon .widget_meta ul ul li a,
#colophon .widget_rss ul ul li a {
padding-left: 20px;
}
#colophon .widget_categories ul ul ul li a,
#colophon .widget_pages ul ul ul li a,
#colophon .widget_nav_menu ul ul ul li a,
#colophon .widget_recent_entries ul ul ul li a,
#colophon .widget_categories ul ul ul li a,
#colophon .widget_recent_comments ul ul ul li a,
#colophon .widget_meta ul ul ul li a,
#colophon .widget_rss ul ul ul li a {
padding-left: 30px;
}
#colophon .widget-title {
font-size: 20px;
line-height: 1.444;
}
.widget_search .widget-title {
display: none;
}
.widget_rss ul li {
display: block;
padding: 10px 0;
}
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_archive ul li {
display: block;
padding: 6px 0 7px 22px;
position: relative;
}
.widget_meta ul li:before,
.widget_recent_comments ul li:before,
.widget_categories ul li:before,
.widget_recent_entries ul li:before,
.widget_archive ul li:before {
background-color: #fb876b;
content: "";
height: 7px;
left: 0;
margin-top: 8px;
position: absolute;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
width: 7px;
}
.widget_recent_entries span {
display: block;
}
.widget_text .textwidget li {
margin-bottom: 10px;
}
#colophon .widget_posts .post-title {
font-size: 15px;
line-height: 1.467;
padding-bottom: 0;
} .column-4 {
float: left;
padding: 0 20px 40px;
}
.column-4 {
width: 25%;
}
.column-4:nth-child(4n+5) {
clear: both;
}
#colophon .column-4 {
margin-bottom: 30px;
padding: 0 15px;
display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}
#colophon #site-branding {
float: none;
} #footer-navigation {
border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
margin-bottom: 15px;
padding: 10px 0;
text-align: center;
}
#footer-navigation a:hover,
#footer-navigation a:focus {
color: #fb876b;
}
#footer-navigation a {
color: #747474;
display: block;
float: left;
font-size: 12px;
font-weight: 400;
padding: 0 20px;
text-transform: uppercase;
}
#footer-navigation ul li {
position: relative;
display: inline-block;
}
#footer-navigation ul li:before {
border-right: 1px solid #999;
content: "";
height: 36%;
position: absolute;
right: -3px;
top: 30%;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
#footer-navigation ul li:last-child:before {
border-right: none;
} .main-slider {
clear: both;
}
.main-slider .layer-slider {
height: 100%;
position: relative;
}
.layer-slider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
html[xmlns] .layer-slider .slides {
display: block;
}
* html .layer-slider .slides {
height: 1%;
}
.layer-slider .slides > li:first-child {
display: block;
}
.main-slider .image-slider {
background-position: center center;
background-size: cover;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-height: 500px;
position: relative;
}
.slider-content {
left: 0;
position: absolute;
right: 0;
text-align: center;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0 auto;
width: 50%;
}
.slider-content .slider-title,
.slider-content .slider-title a {
color: #343434;
font-size: 34px;
line-height: 1.1764705882352942em;
}
.slider-content .slider-text {
color: #343434;
font-size: 16px;
font-weight: 400;
line-height: 1.500;
} .main-slider .flex-direction-nav a {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #ccc;
font-size: 0;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;	
transition: all 300ms ease-out;
z-index: 99;
}
.main-slider .flex-direction-nav a:before {
content: '\f104';
display: inline-block;
font-family: "FontAwesome";
font-size: 46px;
vertical-align: middle;
}
.main-slider .flex-direction-nav a.flex-next:before {
content: '\f105';
}
.main-slider .flex-nav-prev a.flex-prev {
left: -50px;
padding: 12px 16px 14px 14px;
}
.main-slider .flex-nav-next a.flex-next {
right: -50px;
padding: 14px 14px 14px 16px;
}
.main-slider:hover a.flex-prev {
left: 50px;
}
.main-slider:hover a.flex-next {
right: 50px;
}
.main-slider .flex-direction-nav a:hover {
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
opacity: 0.5;
-moz-opacity: 0.5;
filter:alpha(opacity=50);
} .main-slider .flex-control-nav {
text-align: center;
line-height: 0;
position: absolute;
width: 100%;
bottom: 80px;
z-index: 99;
}
.main-slider .flex-control-nav li {
display: inline-block;
}
.main-slider .flex-control-nav li a {
background-color: #747474;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
cursor: pointer;
display: inline-block;
font-size: 0;
height: 4px;
line-height: 14px;
margin: 0 2px;
opacity: 0.8;
-moz-opacity: 0.8;
filter:alpha(opacity=80);
text-align: center;
vertical-align: middle;
width: 25px;
}
.main-slider .flex-control-nav a.flex-active, 
.main-slider .flex-control-nav a:hover {
background-color: #fb876b;
-webkit-transition: background .3s ease;
-moz-transition: background .3s ease;
-o-transition: background .3s ease;
-ms-transition: background .3s ease;
transition: background .3s ease;
}
.slides li:not(.flex-active-slide) a:focus {
outline-color: transparent;
outline-style: none;
} #bbpress-forums,
div.bbp-breadcrumb, div.bbp-topic-tags,
div.bbp-template-notice p,
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log, 
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log, 
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
font-size: 14px;
}
#bbpress-forums p.bbp-topic-meta img.avatar, 
#bbpress-forums ul.bbp-reply-revision-log img.avatar, 
#bbpress-forums ul.bbp-topic-revision-log img.avatar, 
#bbpress-forums div.bbp-template-notice img.avatar, 
#bbpress-forums .widget_display_topics img.avatar, 
#bbpress-forums .widget_display_replies img.avatar, 
#bbpress-forums p.bbp-topic-meta img.avatar {
border: 0;
float: none;
margin-bottom: 2px;
margin-right: 1px;
}
.bbp-pagination {
text-align: right;
}
.bbp-pagination-count {
float: none;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
font-size: 14px;
overflow: hidden;
border: 1px solid #ddd;
margin-bottom: 20px;
clear: both;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
background: #f4f4f4;
border: none;
font-weight: 700;
text-align: center;
padding: 15px 18px 15px 18px;
}
#bbpress-forums li.bbp-footer {
padding: 8px;
border-top: 1px solid #ddd;
}
#bbpress-forums .bbp-topics a {
color: #333;
}
#bbpress-forums .bbp-topics a:hover {
color: #fb876b;
}
#bbpress-forums li.bbp-body ul.forum, 
#bbpress-forums li.bbp-body ul.topic {
border-top: 1px solid #ddd;
}
#bbpress-forums li.bbp-header ul {
font-size: 16px;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
font-size: 14px;
padding: 12px 0 10px 18px;	
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
font-size: 14px;
margin: 5px 0 5px;
padding: 0;
word-wrap: break-word;
}
div.bbp-template-notice.info {
color: #1891a8;
}
div.bbp-template-notice.info a {
color: #1891a8;
font-weight: 400;
}
#bbpress-forums p.bbp-topic-meta img.avatar {
width:25px;
height:25px;
}
#bbpress-forums fieldset.bbp-form {
border: none;
padding: 0;
}
#bbpress-forums fieldset.bbp-form legend {
font-size: 15px;
font-weight: 700;
padding: 0 0 10px;
}
div.bbp-template-notice, div.indicator-hint {
background: #f4f4f4;
border: 1px solid #ddd;
padding: 15px 20px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
#bbpress-forums .wp-editor-container, 
#wp-bbp_topic_content-editor-container, 
#wp-bbp_reply_content-editor-container {
border: 1px solid #ddd;
}
#wp-bbp_topic_content-editor-container textarea {
background-color: transparent;
}
.bbp-topic-form input#bbp_topic_title, 
.bbp-topic-form input#bbp_topic_tags,
.bbp-topic-form select#bbp_stick_topic_select, 
.bbp-topic-form select#bbp_topic_status_select { 
color: #AAA9A9;
background-color: #ffffff;
border: 1px solid #ddd;
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:	0 1px 5px rgba(0, 0, 0, 0.1) inset;
box-shadow:	0 1px 5px rgba(0, 0, 0, 0.1) inset;
color: #747474;
font-size: 13px;
padding: 8px 2%;
}
.bbp-submit-wrapper button.submit {
border: 1px solid #fb876b;
background-color: #fb876b;
color: #fff;
padding: 8px 30px;
font-size: 15px;
-ms-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.bbp-submit-wrapper button.submit:hover {
background-color: #ddd;
border: 1px solid #ccc;
color: #666;
cursor: pointer;
}
.bbp-search-form input[type="submit"] {
display: inline-block;
height: 45px;
margin: 0 0 0 -4px;
}
div.bbp-template-notice, div.indicator-hint {
color: #ed1c24;
}
@media only screen and (max-width: 480px) {
.bbp-search-form input[type="submit"] {
height: 29px;
}
} .woocommerce #main .page-title {
display: none;
}
.woocommerce-ordering .orderby {
background-color: #fafafa;
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 5px;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
background-color: #fb876b;
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 14px;
font-weight: 400;
-ms-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
background-color: #fb876b;
color: #fff;
-ms-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
background-color: #999;
color: #fff;
}
.woocommerce .quantity .qty {
height: 34px;
}
.woocommerce span.onsale {
background-color: #2eb851;
font-size: 14px;
font-weight: 500;
left: -20px;
min-height: 4em;
min-width: 4em;
padding: 0.402em;
top: -20px;
}
.woocommerce ul.products li.product .onsale {
margin: -1em -1em 0 0;
}
.woocommerce ul.products li.product h3 {
font-size: 1.2em;
}
.woocommerce ul.products li.product .price {
font-size: 1em;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
color: #747474;
}
.woocommerce ul.products li.product .price {
color: #747474;
}
.woocommerce div.product .woocommerce-tabs .panel {
padding-top: 20px;
}
.woocommerce-demo-store p.demo_store {
background-color: #fb876b;
}
.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
width: auto;
}
.woocommerce .woocommerce-message:before {
color: #fb876b;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
padding: 10px 6px 12px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
padding: 15px;
}
.woocommerce table.shop_table td {
padding: 12px;
border-top: 0;
}
.woocommerce table.shop_table {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
display: none;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
padding: 0.5em 0.8em;
}
.woocommerce .woocommerce-ordering, 
.woocommerce .woocommerce-result-count {
margin: 0 0 3em;
}
.woocommerce ul.products li.product a img {
border: 1px solid #ddd;
margin: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #2eb851;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: #008922;
}
.woocommerce .star-rating,
.comment-form-rating .stars span a {
color: #f9b91e;
}
.woocommerce .woocommerce-product-search input.search-field {
width: calc(100% - 95px);
}
.woocommerce .woocommerce-product-search button[type="submit"] {
cursor: pointer;
height: 40px;
padding: 0 15px;
}
.woocommerce .tagcloud a {
border: 1px solid #ddd;
display: inline-block;
margin: 0 2px 6px 0;
padding: 3px 10px;
}
.woocommerce-review-link {
color: #747474;
}
#main .woocommerce-MyAccount-navigation > ul {
list-style: none;
}
.woocommerce-MyAccount-navigation ul li > a {
border: 1px solid #e4e4e4;
display: block;
height: 100%;
margin-bottom: -1px;
padding: 8px;
width: 100%;
}
.woocommerce-MyAccount-navigation ul li > a:hover,
.woocommerce-MyAccount-navigation ul li.is-active {
background-color: #f8f8f8;
}
.related.products {
display: inline-block;
}
.woocommerce nav.woocommerce-pagination {
display: inline-block;
margin-bottom: 40px;
width: 100%;
}
.woocommerce-pagination .page-numbers {
outline: none;
}
.woocommerce .single-featured-image-header {
display: none;
}
@media only screen and (max-width: 767px) {
.woocommerce span.onsale {
left: 0;
}
.woocommerce ul.products li.product .onsale {
margin: -0.6em -0.6em 0 0;
}
} @media only screen and (max-width: 800px) {
#infinite-handle {
clear: both;
display: block;
}
} .rpwwt-widget ul li {
margin: 0 0 1em;
}
.rpwwt-post-author {
color: #747474;
}
.rpwwt-post-date {
color: #949494;
font-size: 13px;
font-style: italic;
}@media only screen and (max-width: 1300px) {
.wrap,
.boxed-layout #page,
.boxed-layout-small #page {
max-width: 970px;
}
.boxed-layout .wrap,
.boxed-layout-small .wrap {
max-width: 904px;
}
.four-column-full-width {
width: 33.33%;
}
.four-column-full-width:nth-child(4n+5) {
clear: none;
}
.four-column-full-width:nth-child(3n+4) {
clear: both;
}
.main-slider .image-slider {
min-height: 460px;
}
} @media only screen and (max-width: 1023px) {
.wrap,
.boxed-layout #page,
.boxed-layout-small #page,
#site-title a img {
width: 708px;
}
.boxed-layout #page,
.boxed-layout-small #page {
overflow: hidden;
}
.boxed-layout .wrap,
.boxed-layout-small .wrap,
.boxed-layout #site-title a img {
width: 668px;
}
#search-box {
background-color: #fff;
width: 50%;
}
.header-navigation-wrap {
text-align: center;
}
.header-social-block {
display: inline-block;
float: none;
}
.main-navigation {
float: none;
}
.widget-title {
font-size: 22px;
line-height: 1.364;
}
.main-slider .image-slider {
min-height: 320px;
}
.slider-content .slider-title,
.slider-content .slider-title a {
font-size: 22px;
line-height: 30px;
}
.slider-content .slider-text {
font-size: 13px;
line-height: 20px;
}
.slider-content .slider-text a.more-link {
padding: 2px 0;
width: 160px;
}
.slider-content .btn-default {
font-size: 12px;
line-height: 18px;
margin: 10px 5px 0;
padding: 4px 12px;
}
.main-slider .flex-control-nav {
bottom: 20px;
}
.main-slider .flex-direction-nav a:before {
font-size: 30px;
}
.main-slider .flex-direction-nav a {
padding: 0 10px;
}
.main-slider .flex-nav-prev a.flex-prev {
padding: 4px 12px 7px 10px;
}
.main-slider .flex-nav-next a.flex-next {
padding: 4px 10px 7px 12px;
}
.main-slider .flex-control-nav li a {
height: 3px;
width: 20px;
}
.main-slider:hover a.flex-prev {
left: 20px;
}
.main-slider:hover a.flex-next {
right: 20px;
}
#primary,
#secondary {
margin-bottom: 50px;
padding: 0px;
width: 100%;
border: none;
}
.left-sidebar-layout #primary {
float: none;
padding-left: 0px;
}
.left-sidebar-layout #secondary {
float: none;
padding-right: 0px;
border: none;
}
.no-sidebar-layout #main {
margin: 0;
width: 100%;
} .column {
margin: 0 -15px;
}
.two-column,
.three-column,
.four-column {
padding: 0 15px 40px;
}
.two-column,
.four-column,
.three-column,
.four-column-full-width,
.business-sidebar .three-column,
.boxed-layout-small .four-column-full-width {
width: 50%;
}
.three-column:nth-child(3n+4),
.four-column:nth-child(4n+5),
.four-column-full-width:nth-child(3n+4),
.boxed-layout-small .four-column-full-width:nth-child(3n+4),
.column-2:nth-child(2n+3),
.column-3:nth-child(3n+4),
.column-4:nth-child(4n+5) {
clear: none;
}
.three-column:nth-child(2n+3),
.four-column:nth-child(2n+3),
.four-column-full-width:nth-child(2n+3),
.boxed-layout-small .four-column-full-width:nth-child(2n+3) {
clear: both;
}
#colophon .widget-area {
margin: 0;
display: block;
}
#colophon .column-1,
#colophon .column-2,
#colophon .column-3,
#colophon .column-4 {
border-right: none;
width: 100%;
float: none;
padding: 0;
display: block;
}
} @media only screen and (max-width: 980px) {} @media only screen and (max-width: 767px) {
.wrap,
.boxed-layout #page,
.boxed-layout-small #page {
width: 460px;
}
.boxed-layout .wrap,
.boxed-layout-small .wrap {
width: 440px;
}
.comments-title,
#respond h3#reply-title {
font-size: 26px;
line-height: 1.231;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin-bottom: 10px;
}
hr {
margin-bottom: 30px;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
input[type="reset"],
input[type="button"],
input[type="submit"] {
margin-bottom: 20px;
}
input.s {
margin: 0;
}
#site-title {
font-size: 34px;
}
.boxed-layout #site-branding,
.boxed-layout #site-title a img,
.boxed-layout-small #site-branding,
.boxed-layout-small #site-title a img {
max-width: 400px;
}
#site-branding {
padding: 10px 0;
}
.header-search,
.header-search-x {
display: none;
}
.main-slider .image-slider {
min-height: 200px;
}
.slider-content {
left: 0;
width: 90%;
right: 0;
text-align: center;
}
.main-slider .flex-control-nav {
bottom: 20px;
}
.main-slider .flex-direction-nav a:before {
font-size: 30px;
}
.main-slider .flex-direction-nav a {
padding: 0 10px;
}
.main-slider .flex-nav-prev a.flex-prev {
padding: 4px 12px 7px 10px;
}
.main-slider .flex-nav-next a.flex-next {
padding: 4px 10px 7px 12px;
}
.page-header {
padding: 10px 20px;
}
#content {
padding-top: 50px;
} .column {
margin: 0;
}
.two-column,
.three-column {
padding: 0 0 30px;
width: 100%;
}
.two-column-full-width,
.four-column-full-width,
.boxed-layout-small .four-column-full-width,
#primary .three-column,
#primary .four-column-full-width,
#primary .four-column {
margin: 0;
width: 100%;
}
.four-column {
padding: 0 10px 30px;
width: 50%;
}
.three-column:nth-child(2n+3) {
clear: none;
}
.three-column-post .post-container,
.four-column-post .post-container {
width: 50%;
}
.top-bar .widget_contact {
display: none;
}
.top-bar .top-bar-menu {
width: 100%;
}
.portfolio-box,
.latest-blog-box {
text-align: center;
}
.about-box .about-content {
left: 0;
margin: 0 auto -80px;
right: 0;
top: -80px;
width: 90%;
}
.latest-blog-content {
text-align: left;
}
.latest-blog-text {
padding: 20px 20px 10px;
}
#main .post {
margin-bottom: 50px;
}
#main .latest-blog-content .post {
margin-bottom: 0;
}
.two-column-blog #primary .post {
width: 100%;
float: left;
margin-right: 0;
}
.two-column-blog #primary .post:nth-child(2n+1) {
margin-left: 0;
}
.small-image-blog .post-featured-image {
width: 100%;
}
.blog a.more-link:before {
left: -50%;
width: 50%;
}
.blog a.more-link:after {
right: -50%;
width: 50%;
}
.widget {
margin-bottom: 40px;
}
.widget_custom-tagcloud {
margin-bottom: 32px;
}
.widget_posts {
margin-bottom: 20px;
}
#colophon .widget_posts {
margin-bottom: 20px;
}
.site-info #site-branding {
max-width: 100%;
} #sticky-header-sticky-wrapper {
height: auto !important;
}
#sticky-header {
position: relative !important;
}
.is-sticky #sticky-header {
top: 0 !important;
}
#sticky-header,
.is-sticky #sticky-header {
background-color: #fff;
}
.is-sticky #sticky-header .nav-site-title {
display: none;
}
.is-sticky .header-social-block {
display: inline-block;
}
.is-sticky .main-navigation {
float: none;
}
.nav-site-title {
display: none;
}
.menu-toggle {
background-color: rgba(0, 0, 0, 0);
border: 0 none;
color: #666;
cursor: pointer;
display: block;
font-size: 0;
margin: 0 auto;
padding: 20px 0;
width: 28px;
}
.line-one,
.line-two,
.line-three {
backface-visibility: hidden;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
display: block;
height: 3px;
margin: 4px auto;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
width: 100%;
}
.menu-toggle.on .line-one {
-moz-transform: rotate(-135deg) translate(-5px, -5px);
-o-transform: rotate(-135deg) translate(-5px, -5px);
-webkit-transform: rotate(-135deg) translate(-5px, -5px);
transform: rotate(-135deg) translate(-5px, -5px);
}
.menu-toggle.on .line-two {
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
.menu-toggle.on .line-three {
-moz-transform: rotate(135deg) translate(-5px, 5px);
-o-transform: rotate(135deg) translate(-5px, 5px);
-webkit-transform: rotate(135deg) translate(-5px, 5px);
transform: rotate(135deg) translate(-5px, 5px);
}
.menu {
display: none;
}
.widget_nav_menu .menu {
display: block;
}
.toggled-on .menu {
display: block;
}
.main-navigation {
float: none;
padding: 0;
}
.main-navigation>ul>li {
position: inherit;
width: 100%;
border-top: 1px solid rgba(0, 0, 0, 0.1);
margin-left: 0;
}
.main-navigation>ul>li::before {
visibility: hidden;
}
.main-navigation a {
float: none;
height: inherit;
line-height: 1.833;
padding: 10px 0;
} .main-navigation ul li:hover ul {
top: auto;
}
.main-navigation ul li ul {
background-color: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
display: block;
left: 40px;
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
position: static;
top: auto;
visibility: visible;
width: 100%;
}
.main-navigation ul li ul li {
float: none;
margin: 0;
position: relative;
text-align: left;
width: 100%;
z-index: 1;
display: block;
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.main-navigation ul li ul li {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.main-navigation ul li ul li::before {
position: static;
}
.main-navigation ul li ul li ul {
left: 160px;
display: block;
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
#site-navigation ul ul ul a {
padding-left: 40px;
}
.main-navigation ul ul li:hover ul {
top: 0;
display: block;
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.main-navigation li li.menu-item-has-children>a:after,
.main-navigation li li.page_item_has_children>a:after {
content: "\f107";
}
.is-sticky .main-navigation a {
line-height: inherit;
}
#sticky-header .nav-site-title {
display: none;
}
.top-bar .top-bar-menu {
position: relative;
width: 50%;
}
.top-bar-menu .top-menu-toggle {
color: #343434;
cursor: pointer;
display: block;
margin: 0 10px;
padding: 10px 0;
text-align: left;
}
.top-bar-menu .top-menu-toggle.on {
color: #fb876b;
}
.top-menu {
background-color: #f8f8f8;
-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.20);
-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.20);
box-shadow: 0 0px 3px rgba(0, 0, 0, 0.20);
position: absolute;
padding: 0 10px 2px;
left: -150%;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
top: 50px;
z-index: 9999;
}
.toggled-on .top-menu {
left: 0;
}
.top-bar .top-bar-menu ul li:last-child {
border-bottom: none;
}
.top-bar .top-bar-menu ul li {
border-bottom: 1px solid #dfdfdf;
border-top: 1px solid #fff;
display: block;
}
.top-bar .top-bar-menu ul li ul {
border-top: 1px solid #dfdfdf;
background-color: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
display: block;
left: 40px;
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
padding: 0;
position: static;
top: auto;
visibility: visible;
width: 100%;
}
.top-bar .top-bar-menu ul li ul li {
border-bottom: 1px solid #dfdfdf;
display: block;
float: none;
margin: 0;
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
position: relative;
text-align: left;
text-transform: uppercase;
visibility: visible;
width: 100%;
z-index: 1;
}
.top-bar .top-bar-menu ul li ul li a {
margin-left: 15px;
}
.top-bar .top-bar-menu ul li ul li ul li a {
margin-left: 30px;
}
.box-title {
font-size: 26px;
line-height: 33px;
}
.our-feature-box .feature-title a:first-letter {
font-size: 38px;
line-height: 45px;
}
} @media only screen and (max-width: 480px) {
.wrap,
.boxed-layout #page,
.boxed-layout-small #page {
width: 300px;
}
.boxed-layout .wrap,
.boxed-layout-small .wrap {
width: 280px;
}
.boxed-layout #colophon,
.boxed-layout-small #colophon {
margin-bottom: 10px;
}
#site-branding {
margin: 0 auto;
max-width: 265px;
}
.boxed-layout #site-branding,
.boxed-layout #site-title a img,
.boxed-layout-small #site-branding,
.boxed-layout-small #site-title a img {
max-width: 240px;
} .column {
margin: 0;
}
.four-column {
padding: 0 0 30px;
width: 100%;
}
.four-column:nth-child(2n+3) {
clear: none;
}
.two-column-post .post-container,
.three-column-post .post-container,
.four-column-post .post-container {
width: 100%;
}
.btn-default {
padding: 6px 18px;
font-size: 13px;
}
} @media only screen and (max-width: 319px) {
.wrap,
.boxed-layout #page,
.boxed-layout .wrap,
.boxed-layout-small #page,
.boxed-layout-small .wrap {
width: 96%;
}
}html.block,
body.block{
overflow: hidden;
}
@media(min-width: 991px){
.menu-item-has-children .sub-menu{
background: #f6f6f6;
width: 100%;
}
}
@media(max-width: 991px){
.menu-body{
background: #fff;
}
}
.menu-item-has-children .sub-menu a{
padding: 5px 0 5px 10px !important;
}
@media(min-width: 991px){
.shop__wrapper{
display: flex;
gap: 30px;
}
}
.shop__main{
display: flex;
flex-direction: column;
width: 100%;
}
.woof_radio_term_reset img{
display: none;
}
.shop__wrapper .irs--round .irs-handle{
border-color: #ff4806;
}
.shop__wrapper .irs--round .irs-from:before, 
.shop__wrapper .irs--round .irs-to:before, 
.shop__wrapper.irs--round .irs-single:before{
border-top-color: #ff4806;
}
.shop__wrapper .irs--round .irs-from, 
.shop__wrapper .irs--round .irs-to, 
.shop__wrapper .irs--round .irs-single, 
.shop__wrapper .irs--round .irs-bar{
background: #ff4806;
}
.shop__wrapper .irs-grid-text,
.shop__wrapper .irs-grid-pol{
display: none;
}
}
ul.woof_list li{
display: flex;
align-items: flex-start;
}
.woof_container_inner{
border-bottom: 1px solid #E3E3E3;
margin-bottom: 10px;
padding-bottom: 10px;
}
.woof_container_inner h4{
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 20px;
font-family: inherit;
}
ul.woof_list{
max-height: 243px;
overflow-y: scroll;
}
ul.woof_list li{
display: flex;
align-items: flex-start;
}
ul.woof_list li > div{
flex: 0 0 auto;
}
ul.woof_list li label{
padding-top: 0;
}
.show_filter{
display: none;
}
.shop__overlay{
background: rgba(0, 0, 0, 0.3);
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100%;
display: flex;
z-index: 1000;
align-items: center;
padding: 10px;
transform: translateX(100%);
transition: .3s;
}
@media(max-width: 991px){
.go-to-top{
right: 0;
}
.show_filter{
display: flex;
align-items: center;
justify-content: center;
border: none;
color: #fff;
position: fixed;
right: 0;
top: 50%;
width: 60px;
height:60px;
background: transparent;
z-index: 2;
}
.show_filter svg{
position: relative;
z-index: 2;
}
.show_filter .icon-bg{
background-color: #f40;
box-shadow: 0 2px 3px 0 rgba(0,0,0,.08);
height: 40px;
left: 2px;
overflow: hidden;
position: absolute;
top: -12px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
transform-origin: left bottom 0;
-webkit-transition: all .3s ease-out 0s;
-moz-transition: all .3s ease-out 0s;
-o-transition: all .3s ease-out 0s;
-ms-transition: all .3s ease-out 0s;
transition: all .3s ease-out 0s;
width: 40px;
z-index: 0;
}
.shop__filters{
position: fixed;
z-index: 10001;
width: 90%;
height: 100%;
background: #fff;
padding: 10px 0 10px 20px;
right: 0%;
top: 0;
overflow-y: scroll;
transform: translateX(100%);
transition: .3s;
}
.shop__filters._active{
transform: translateX(0%);
}
.shop__overlay._active{
transform: translateX(0%);
}
}
@media(max-width: 460px){
.shop__filters .woof{
width: 90%;
}
.wrap, .boxed-layout #page, .boxed-layout-small #page{
width: 100% !important;
}
}#wpadminbar { }
* {
font-family: "Roboto", sans-serif;
font-size: 16px;
}
a {
color: #ff4400
}
a:hover {
color: #585d5e;
}
p {
font-size: 16px
}
.wrap {
margin: 0 auto;
max-width: 1174px;
padding: 0;
position: relative;
}
.widget_contact {
margin-bottom: 0px;
}
.social-links ul li a[href*="youtube.com"]:before {
content: "\f166";
color: #fff;
}
.social-links ul li a[href*="facebook.com"]:before {
content: "\f082";
color: #fff;
}
.social-links .menu-item a {
border-color: rgb(227, 230, 231);
background: #ff4401;
background-image: initial;
background-position-x: initial;
background-position-y: initial;
background-size: initial;
background-repeat-x: initial;
background-repeat-y: initial;
background-attachment: initial;
background-origin: initial;
background-clip: initial;
background-color: rgb(255, 68, 1);
}
.social-links .menu-item a:hover {
background: #303334 !important;
}
.header-royal {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
#primary-menu li a {
font-weight: bold;
color: #333333;
text-transform: uppercase;
font-size: 13px;
padding: 0 25px 0 0;
letter-spacing: 0;
}
#primary-menu li:hover a {
color: #ff4401;
}
#primary-menu li a:before {
content: "•";
color: #ff4401;
position: absolute;
font-size: 26px;
font-weight: 900;
display: inline-block;
padding: 0px 0px;
margin: 0 -21px;
}
#primary-menu li:first-child a:before {
content: "";
}
.top-header {
padding: 20px 0;
}
#sticky-header {
background-color: #f6f6f6;
}
.is-sticky #sticky-header {
background-color: rgba(255, 255, 255, 0.9);
}
.header-navigation-wrap {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
}
#sticky-header .header-navigation-wrap:after {
display: none
}
.top-menu {
display: flex;
align-items: center;
}
.top-menu li {
font-size: 15px;
color: #585d5e;
padding: 0px 0px 1px 20px;
}
.top-menu li:hover a {
color: #ff4401;
} #site-branding {
display: inline-block;
padding: 0px;
}
.custom-logo-link {
display: block;
width: 240px;
} #custom_html-2 {
width: 100%;
margin-left: 40px;
}
#custom_html-2 .zakaz-dz-link {
display: flex;
margin-left: 15px;
margin-top: -2px;
}
#custom_html-2 .zakaz-dz-link label {
margin-bottom: -4px;
cursor: pointer;
}
#custom_html-2 .contacts {
display: flex;
justify-content: space-between;
margin-left: 0px;
}
.zakaz-dz {
padding-left: 40px;
padding-top: 17px;
text-align: left;
display: flex;
flex-direction: row;
align-items: center;
}
.zakaz-dz-pos.phones-and-search {
padding-top: 0px;
}
.icon-phone {
padding-right: 10px;
padding-top: 4px;
}
.zakaz-dz-al.phones {
margin-bottom: 5px;
display: flex;
align-items: flex-start;
}
.zakaz-dz-text {
text-align: left;
margin-bottom: 0;
font-size: 13px;
color: #979797;
}
.zakaz-dz-number {
font-size: 18px;
margin-bottom: 0px;
font-weight: bold;
color: #585d5e;
}
.zakaz-dz-link {
color: #FF4806;
font-size: 15px;
border-bottom: dotted 2px #FF4806;
display: inline-block;
}
.zakaz-dz-link:hover {
color: #FF7F51;
border-bottom: dotted 2px #FF7F51;
}
.phone-1,
.phone-2,
.phone-3 {
font-size: 15px;
color: #000;
margin-bottom: 3px;
margin-right: 10px;
}
.phone-3 {
margin-right: 0px;
}
.phone-1 img,
.phone-2 img,
.phone-3 img {
width: 16px;
}
.adress-1 {
display: block;
background-image: url(//royalflame.shop/wp-content/uploads/2019/07/adress-1.png);
background-position: 0 3px;
background-repeat: no-repeat;
padding-left: 35px;
font-size: 12px;
color: #000;
text-align: left;
line-height: 16px;
}
.adress-2 {
display: block;
background-image: url(//royalflame.shop/wp-content/uploads/2019/07/adress-2.png);
background-position: 0 4px;
background-repeat: no-repeat;
padding-left: 35px;
font-size: 12px;
color: #000;
line-height: 16px;
text-align: left;
margin-bottom: 10px;
}
.adress-2 .adress-2-span-1 {
font-size: 13px;
display: block;
color: #979797;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
width: 111%;
background: #F6F6F6;
height: 48px;
font-style: normal;
font-weight: normal;
font-size: 15.1485px;
line-height: 24px;
border-radius: 0px;
-webkit-border-radius: 0px;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder {
font-style: normal;
color: #9A9A9A;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder {
color: #9A9A9A;
font-style: normal;
} .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-moz-placeholder {
color: #9A9A9A;
font-style: normal;
} .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder {
color: #9A9A9A;
font-style: normal;
}
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
padding: 15px 15px 15px 40px;
} input[type=submit].wpcf7-submit {
background: #ff4401;
width: 100%;
color: #fff;
border: 0;
padding: 10px;
margin: 10px 0 0 0;
}
input[type="tel"] {
margin-bottom: 18px;
}
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="tel"],
.wpcf7 form textarea {
border-color: #585d5e;
padding: 9px 15px;
border: 1px solid;
font: 21px/24px Roboto, sans-serif;
width: 100%;
}
#mobile-header-top {
background-color: #FFF;
border-bottom: 2px solid #EAEAEA;
}
#mobile-header-top,
.main-navigation>ul>li.menu-item-object-page,
.main-navigation>ul>li.menu-item-object-post {
display: none;
}
#mobile-header-top .zakaz-dz-al {
display: none;
position: absolute;
width: 204px;
background: #FFFF;
border: 2px solid #EAEAEA;
z-index: 9999;
padding: 15px;
}
#mobile-header-top .zakaz-dz-al a {
margin-left: 10px;
}
#mobile-header-top .zakaz-dz-al .phone {
display: flex;
align-items: end;
margin-bottom: 10px;
}
#mobile-header-top .zakaz-dz-al.active {
display: block;
}
#mobile-header-top .zakaz-dz {
padding: 13px 13px 13px 68px;
justify-content: space-between;
position: relative;
}
#mobile-header-top .zakaz-dz-link {
font-size: 18px;
}
#mobile-header-top .zakaz-dz .dropdown-phones {
position: absolute;
background: #F6F6F6;
top: 0px;
left: 0px;
width: 52px;
height: 52px;
display: flex;
justify-content: center;
align-items: center;
}
#mobile-header-top .zakaz-dz .dropdown-phones .arrow {
height: 20px;
display: none;
}
#mobile-header-top .zakaz-dz .dropdown-phones .arrow.active {
display: block;
}
#mobile-header-top .zakaz-dz .zakaz-dz-number {
color: #000;
} .mobile-logo-block {
display: none;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 15px;
}
.mobile-logo-block input[type=search].dgwt-wcas-search-input,
.mobile-logo-block input[type=text].dgwt-cas-search-input {
width: 52px;
height: 52px;
border: none;
}
.mobile-logo-block .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
padding: 10px 12px 10px 40px;
}
.mobile-logo-block .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
left: 15px;
}
.mobile-logo-block .mobile.search {
max-width: 52px;
}
.js-dgwt-wcas-overlay-mobile.dgwt-wcas-overlay-mobile {
padding: 15px;
}
.dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile {
border: 1px solid #DDDDDD;
}
.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input {
height: 44px!important;
}
.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp {
top: 80px!important;
}  .menu-triger {
display: block;
width: 25px;
height: 17px;
background: #F6F6F6;
width: 52px;
height: 52px;
display: flex;
justify-content: center;
align-items: center;
}
.menu-close {
display: block;
width: 28px;
height: 28px;
position: absolute;
right: 25px;
top: 25px;
z-index: 100;
}
.menu-popup {
flex-direction: column;
background: #FFF;
display: none;
position: absolute;
left: -110%;
top: 0;
width: 100%;
height: 100%;
box-sizing: border-box;
z-index: 9999;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.menu-popup .menu-header {
background-color: #F6F6F6;
padding: 25px;
}
.menu-popup .menu-body {
padding: 25px;
}
.menu-popup .menu-body hr {
margin: 30px -25px;
}
.menu-popup .menu-header .title {
font-size: 30px;
font-weight: bold;
}
.menu-popup ul {
margin: 0;
padding: 0;
}
.menu-popup li {
list-style: none;
margin: 15px 0px 15px 20px;
padding: 0;
}
.menu-popup li a {
font-size: 18px;
font-family: "Arial";
color: #000;
line-height: 1.4;
text-decoration: none;
}
.menu-popup .main-categories li {
font-weight: 600;
text-transform: uppercase;
font-size: 18px;
}
.menu-popup .main-categories li a::before {
content: "•";
color: rgb(255, 68, 1);
position: absolute;
font-size: 26px;
font-weight: 900;
display: inline-block;
padding: 0px;
margin: -7px -21px;
}
.menu-popup .articles-list {
margin-top: 30px;
}
.menu-popup .articles-list li {
margin: 15px 0px 15px 0px;
}
.menu-popup .main-phone {
margin-top: -10px;
}
.menu-popup .zakaz-dz {
padding-left: 0px;
}
.menu-popup .zakaz-dz .zakaz-dz-text {
font-size: 14px;
color: #000;
margin-bottom: 5px;
}
.menu-popup .zakaz-dz .zakaz-dz-number {
font-size: 24px;
color: #000;
margin-bottom: 5px;
}
.menu-popup .phones {
margin-top: 25px;
}
.menu-popup .phones .phone {
margin-bottom: 10px;
}
.menu-popup .phones .phone a {
font-size: 18px;
}
.menu-popup .zakaz-dz-pos {
margin-top: 25px;
}
.menu-popup .zakaz-dz-pos .title {
padding-left: 35px;
margin-bottom: 10px;
font-size: 15px;
}
.menu-popup .zakaz-dz-pos .adress-2,
.menu-popup .zakaz-dz-pos .adress-1 {
font-size: 16px;
margin-bottom: 15px;
}  .menu-toggle.menu-toggle2 {
width: 100%;
color: #FFF;
font-size: 22px;
font-weight: 600;
align-items: center;
justify-content: center;
height: 65px;
overflow: hidden;
}
.menu-toggle.menu-toggle2 img {
height: 20px;
margin-right: 10px;
} @media only screen and (max-width: 1300px) {
.header-royal {
flex-direction: row;
}
#custom_html-2 .contacts {
margin-left: 0;
}
.header-navigation-wrap {
flex-direction: column-reverse;
align-items: center;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
width: 100%;
}
}
@media only screen and (max-width: 1024px) {
.header-royal {
flex-direction: column;
align-items: center;
}
#site-branding {
display: flex;
flex-direction: row;
justify-content: center;
}
#custom_html-2 .contacts {
display: flex;
flex-direction: column;
align-items: center;
}
.zakaz-dz-pos {
margin-top: 15px;
}
.zakaz-dz-al {
display: flex;
}
.zakaz-dz-al div {
margin: 0 10px;
}
}
@media only screen and (max-width: 768px) {
#mobile-header-top {
display: block;
}
#custom_html-2 {
display: none;
}
.top-header {
display: none;
}
.mobile-logo-block {
display: flex;
}
#sticky-header {
background-color: #fff;
} .dgwt-wcas-search-form {
width: 50px;
}
.zakaz-dz-al {
display: block;
}
.phone-3 {
display: inline-block;
}
.zakaz-dz-al div {
margin: 0 0 10px 0;
}
.fancybox-content {
padding: 44px 20px !important;
}
.fancybox-content form.wpcf7-form.init input[type="tel"] {
border-radius: 0px;
margin-bottom: 0px;
}
.fancybox-content form.wpcf7-form.init input[type="submit"].wpcf7-submit {
margin: 0 0 0 0;
border-radius: 0px;
}
} #secondary {
display: none;
}
#primary {
width: 100%;
}
.home .page-header {
display: none;
}
.home #content .wrap {
max-width: 100%;
}
.home .wp-block-columns {
margin: 0 auto;
max-width: 1170px;
}
.main-dostigenia {
font-size: 30px;
font-weight: 700;
padding: 60px 0 20px;
background-color: #FFF;
margin-bottom: 50px;
line-height: 2rem;
}
.main-dostigenia-2 {
font-size: 30px;
font-weight: 700;
padding: 50px 0 45px;
margin-bottom: 0;
}
.wp-block-columns {
padding: 45px 0
}
.wrap-icons-main .wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 1170px !important;
}
.wrap-icons-main .wrap:after {
content: none
}
.icon-main {
width: 29%;
display: flex;
flex-direction: row;
align-items: end;
margin-bottom: 50px;
}
.icon-main h3 {
font-size: 16px;
font-weight: 600;
line-height: 24px;
}
.icon-main p {
font-size: 15px;
font-weight: 400;
margin-top: -10px;
}
.icon-circle {
font-size: 38px;
height: 2em;
min-width: 2em;
width: 2em;
display: flex;
justify-content: center;
align-items: center;
margin-right: 15px;
}
.icon-circle i {
color: #ff4400;
}
.main-best-products {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-around;
}
.main-product {
display: flex;
flex-direction: column;
width: 30%;
text-align: center;
}
.price-main {
padding: 20px;
color: #303334;
line-height: 1em;
font-weight: bold;
font-size: 22px;
}
.main-img {
display: flex;
flex-direction: column;
align-items: center;
border: 1px solid #e6e6e6;
margin-bottom: 20px;
}
.main-product a {
color: #585d5e;
font-size: 17px;
}
.main-product a:hover {
color: #ff4401
}
.wp-block-gallery .blocks-gallery-item figcaption {
background: #fff;
color: #303334;
letter-spacing: 0;
font-style: normal;
font-variant-ligatures: normal;
font-variant-caps: normal;
font-variant-numeric: normal;
font-variant-east-asian: normal;
font-weight: 500;
font-stretch: normal;
font-size: 45px;
line-height: 50px;
font-family: Roboto, sans-serif;
background: rgba(255, 255, 255, 0);
}
.wp-block-gallery.is-cropped .blocks-gallery-item img {
padding-bottom: 50px;
}
h2 {
letter-spacing: 0;
color: #303334;
font-style: normal;
font-variant-ligatures: normal;
font-variant-caps: normal;
font-variant-numeric: normal;
font-variant-east-asian: normal;
font-weight: 500;
font-stretch: normal;
font-size: 40px;
line-height: 50px;
font-family: Roboto, sans-serif;
}
h3 {
font-size: 21px;
line-height: 28px;
font-style: normal;
font-family: Roboto, sans-serif;
}
.wp-block-image {
text-align: center;
}
@media only screen and (max-width: 1100px) {
.wp-block-gallery .blocks-gallery-item figcaption {
font-size: 25px;
line-height: 28px;
}
#primary-menu li a {
padding: 0 12px 0 0;
}
#primary-menu li a:before {
font-size: 26px;
margin: 0 -15px;
}
#post-29 iframe {
max-height: 400px;
}
.wrap #primary {
margin-bottom: 0;
}
}
@media only screen and (max-width: 768px) {
.home .wp-block-gallery {
flex-direction: column;
align-items: center;
margin: 0;
}
.main-best-products {
flex-direction: column;
align-items: center;
}
.main-product {
width: 90%;
}
.icon-main {
width: 47%;
}
h2 {
font-size: 37px;
line-height: 37px;
}
article.slider-content {
background: none;
border: none;
}
.slider-content .slider-title,
.slider-content .slider-title a,
.slider-content .slider-text {
color: #303334;
text-shadow: none;
}
slider-content .btn-default {
color: #fff;
}
.slider-content .btn-default {
border-color: #fff;
}
.slider-content .slider-title a {
color: #585d5e;
font-weight: 500;
}
.header-navigation-wrap {
display: block;
}
}
@media only screen and (max-width: 768px) {
.menu-toggle.menu-toggle2 {
display: flex;
background: #FF4806;
}
#primary-menu {
background: #FFF;
padding: 20px;
margin-bottom: -1px;
border: 1px solid #EAEAEA;
box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
}
#primary-menu li {
font-weight: 600;
text-transform: uppercase;
font-size: 18px;
padding: 7px 0px 7px 30px;
border-top: none;
}
#primary-menu li a::before,
#primary-menu li:first-child a:before {
content: "•";
color: rgb(255, 68, 1);
position: absolute;
font-size: 26px;
font-weight: 900;
display: inline-block;
padding: 0px;
margin: -7px -21px;
}
#primary-menu li a {
padding: 0px;
font-size: 18px;
}
#primary-menu li a:before,
#primary-menu li:first-child a:before {
font-size: 26px;
margin: -7px -15px;
}
}
@media only screen and (max-width: 450px) {
h2 {
font-size: 24px;
line-height: 24px;
}
h3 {
line-height: 21px;
}
.wp-block-gallery .blocks-gallery-item {
width: 100%;
}
.wrap-icons-main .wrap {
flex-direction: column;
align-items: center;
}
.icon-main {
width: 90%;
margin: 1rem 0;
}
}
.go-to-top .icon-bg {
background-color: #ff4400;
}
article.slider-content {
background: #fff;
border: 7px solid #fff;
padding: 20px 20px 25px;
max-width: 495px;
}
article.slider-content .slider-title a {
font: 22px/22px Roboto, sans-serif;
font-weight: 700;
text-shadow: none;
}
.slider-content .slider-text {
font: 18px/18px Roboto, sans-serif;
}
.btn-default {
border: 1px solid #ff4400;
background-color: #ff4400;
padding: 15px 44px;
color: #fff;
font-size: 18px;
text-transform: none;
} .woocommerce-result-count,
.woocommerce-ordering {
display: none;
}
.woocommerce.single-product div.product .price {
display: inline-block;
color: #303334;
font-size: 33px;
font-weight: 900;
margin-right: 20px;
padding-top: 3px;
word-break: break-all;
}
.woocommerce div.product form.cart {
margin: 0;
text-transform: uppercase;
font-style: normal;
font-weight: bold;
font-size: 16px;
width: auto;
}
.price-cart {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%;
}
form.wpcf7-form.init {
display: flex;
}
.woocommerce.single-product .blockMsg form.wpcf7-form.init {
display: flex;
flex-direction: column !important;
}
.woocommerce.single-product a.button.alt.awooc-custom-order {
display: flex;
align-items: center;
justify-content: center;
padding: 16px 45px;
background-color: #6FCD4E;
font-size: 16px;
font-weight: 700;
border-radius: 0px;
width: 184px;
height: 52px;
}
.woocommerce.single-product a.button.alt.awooc-custom-order:hover {
background-color: #62DB38;
}
.woocommerce.single-product a.button.alt.awooc-custom-order:active {
background-color: #5CBF39;
}
.single-product .wpcf7 {
margin-top: 15px;
width: 100%;
}
.single-product .wpcf7 p {
display: flex;
flex-direction: row;
align-items: baseline;
justify-content: center;
position: relative;
}
.single-product .wpcf7 input[type=submit].wpcf7-submit {
background: #ff4401;
min-width: 184px;
max-width: 184px;
color: #fff;
border: 0;
padding: 10px;
margin: 0px;
border-radius: 0px;
height: 52px;
}
.single-product .wpcf7 input[type=submit].wpcf7-submit:hover {
background: #FF5F25;
}
.single-product .wpcf7 input[type=submit].wpcf7-submit:active {
background: #F14000;
}
.single-product .wpcf7 .wpcf7-tel {
border-radius: 0px;
background: #F6F6F6;
font-size: 15px;
border: 1px solid #EAEAEA;
padding: 10px 15px;
height: 52px;
}
.single-product .wpcf7 .wpcf7-tel::-webkit-input-placeholder {
color: #9A9A9A;
}
.single-product .wpcf7 .wpcf7-tel:-ms-input-placeholder {
color: #9A9A9A;
}
.single-product .wpcf7 .wpcf7-tel::-ms-input-placeholder {
color: #9A9A9A;
}
.single-product .wpcf7 .wpcf7-tel::placeholder {
color: #9A9A9A;
}
.single-product .wpcf7 .wpcf7-text::-webkit-input-placeholder {
color: #9A9A9A;
}
.single-product .wpcf7 .wpcf7-text:-ms-input-placeholder {
color: #9A9A9A;
}
.single-product .wpcf7 .wpcf7-text::-ms-input-placeholder {
color: #9A9A9A;
}
.single-product .wpcf7 .wpcf7-text::placeholder {
color: #9A9A9A;
}
.single-product .wpcf7 .wpcf7-textarea:-ms-input-placeholder {
color: #9A9A9A;
}
.single-product .wpcf7 .wpcf7-textarea::-ms-input-placeholder {
color: #9A9A9A;
}
.single-product .wpcf7 .wpcf7-textarea::placeholder {
color: #9A9A9A;
}
.single-product .wpcf7 .ajax-loader {
position: absolute;
top: 15px;
right: -30px;
}
.single-product .payments-methods {
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
margin-top: 15px;
}
.single-product .payments-methods .method-item {
display: flex;
flex-direction: row;
align-items: center;
}
.single-product .payments-methods .method-item:first-child {
margin-right: 30px;
}
.single-product .payments-methods .method-item img {
margin-right: 10px;
}
.woocommerce.single-product .product_meta {
display: flex;
flex-direction: row;
justify-content: space-between;
margin-bottom: 15px;
margin-top: -7px;
}
.flex-meta-box {
display: flex;
flex-direction: column;
padding-right: 15px;
}
.nalichie-i-articul {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 30px;
}
.nalichie-i-articul .sku_wrapper {
color: #9A9A9A;
font-weight: normal;
font-size: 12px;
}
.acf-nalichie img {
margin-left: 15px }
.woocommerce div.product .woocommerce-product-rating {
display: none;
}
.acf-true i {
color: #3dcc11
}
.acf-false i {
color: red
}
.flex-price-cart {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
padding: 30px 50px;
background-color: #FFF;
margin: 10px 0 30px 0;
border: 1px solid #EAEAEA;
box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
}
.flex-price-cart.inactive {
filter: grayscale(100%);
}
.cart-disable {
cursor: not-allowed;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 9;
background-color: #ffffffad;
}
.acf-nalichie.acf-true {
font-size: 12px;
white-space: nowrap;
margin-left: 15px;
}
.woocommerce.single-product div.product ins {
background: #ffffff;
text-decoration: none;
margin-bottom: 20px;
font-style: normal;
font-weight: bold;
font-size: 28px;
color: #FF4141;
}
.woocommerce.single-product div.product ins bdi {
background: #ffffff;
text-decoration: none;
margin-bottom: 20px;
font-style: normal;
font-weight: bold;
font-size: 28px;
color: #FF4141;
}
.woocommerce.single-product div.product del {
color: #9A9A9A;
}
.woocommerce.single-product div.product del bdi {
font-style: normal;
font-weight: normal;
font-size: 15px;
color: #9A9A9A;
margin-left: 10px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
background-color: #585d5e;
color: #fff;
}
.woocommerce ul.products li.product .price {
color: #303334;
font-size: 22px;
font-weight: 900;
}
.woocommerce ul.products li.product .woocommerce-loop-product_title a {
font-size: 0.6em;
font-weight: 700;
color: #585d5e;
line-height: 1;
}
.woocommerce ul.products {
display: flex;
flex-wrap: wrap;
align-items: stretch;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
width: 23.2%;
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 16px;
background-color: #FFF;
border: 1px solid #EAEAEA;
box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
margin: 0px 10px 30px 10px;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.2);
}
.woocommerce ul.products li.product a {
flex-grow: 2;
display: flex;
flex-direction: column;
justify-content: center;
padding: 15px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 15px;
font-weight: normal;
color: #333333;
line-height: 1;
margin-bottom: 10px;
}
.woocommerce ul.products li.product a img {
border: none;
}
.woocommerce ul.products li.product .flex-opis a {
padding: 0px;
display: inline-block;
width: 100%;
font-style: normal;
font-weight: normal;
font-size: 15px;
text-align: left;
}
.flex-opis {
text-align: center;
}
.woocommerce .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit {
background-color: #ff4400 !important;
font-size: 20px;
font-weight: 700;
}
.woocommerce .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit:hover {
background-color: #585d5e !important;
}
.main-nazva .wp-block-column:first-child {
display: flex;
flex-direction: column;
justify-content: center;
}
.woocommerce div.product .product_title {
font-size: 28px;
font-weight: 700;
font-family: "Roboto", sans-serif;
font-style: normal;
text-align: left;
}
.woocommerce div.product .posted_in a {
text-transform: uppercase;
font-weight: 600;
font-size: 12px;
margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background-color: #fff;
border: none;
padding: 0px 0px 7px 0px;
color: #9A9A9A;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
border-bottom: 3px solid #ff6600;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: #333333;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border-bottom: 1px solid #E0E0E0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-style: normal;
font-weight: normal;
font-size: 17px;
color: #9A9A9A;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
padding-bottom: 10px;
padding-top: 15px;
margin: 0px 15px;
}
.woocommerce-tabs h2 {
font-weight: 600;
font-size: 25px;
}
.woocommerce-tabs h3 {
font-weight: 700
}
.single-product .related h2 {
text-align: center;
font-size: 30px;
font-weight: 700;
}
.flex-contacts-main {
display: flex;
justify-content: space-around;
}
.flex-contacts {
width: 30%
}
.img-skidka {
text-align: center;
margin-bottom: 20px;
}
.preimushestva {
display: flex;
justify-content: center;
}
.preimushestva .item {
font-size: 12px;
margin: 0px 10px;
display: flex;
align-items: center;
color: #FF4806;
cursor: pointer;
}
.preimushestva .item:hover {
text-decoration: underline;
}
.preimushestva .item img {
margin-right: 10px;
} .product-sale {
background: #FFE8E0;
padding: 20px 20px;
display: flex;
}
.product-sale .info {
display: flex;
justify-content: space-between;
align-items: center;
padding-left: 15px;
width: 80%;
}
.product-sale .image {
width: 84px;
height: 84px;
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.product-sale .title-descr {
display: flex;
flex-direction: column;
justify-content: space-evenly;
margin-top: -8px;
}
.product-sale .title {
font-style: normal;
font-weight: 600;
font-size: 21px;
color: #FF4141;
padding-top: 17px;
}
.product-sale .desc {
font-style: normal;
font-weight: normal;
font-size: 17px;
color: #333333;
padding-top: 10px;
}
.product-sale .timer {
display: flex;
align-items: center;
padding-left: 10px;
max-width: 140px;
}
.countdown.sale-countdown {
display: flex;
font-style: normal;
font-weight: 600;
font-size: 21px;
}
.countdown-number {}
.countdown-time {}  .woocommerce.single-product .banner {
clear: both;
text-align: center;
border: 1px solid #FF4400;
padding: 8px;
margin: 31px 0px;
display: flex;
justify-content: center;
align-items: center;
}
.woocommerce.single-product .banner span {
color: #FF4400;
margin-left: 20px;
font-style: normal;
font-weight: 600;
font-size: 21px;
}  .woocommerce-tabs.wc-tabs-wrapper {
border: 1px solid #E0E0E0;
box-sizing: border-box;
box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs .panel {
padding: 0px 30px 20px 30px;
} .woocommerce table.shop_attributes {
border-top: 1px solid #EAEAEA;
border-left: 1px solid #EAEAEA;
}
.woocommerce table.shop_attributes th {
border-bottom: 1px solid #EAEAEA;
font-style: normal;
font-weight: 600;
font-size: 16px;
text-transform: capitalize;
}
.woocommerce table.shop_attributes td {
border-bottom: 1px solid #EAEAEA;
font-style: normal;
font-weight: normal;
font-size: 15px;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
background: #FFFFFF;
}
#awooc-custom-order-button img {
margin-left: 10px;
} .product-badges {
position: absolute;
top: 8px;
left: -8px;
width: 100%;
z-index: 9;
}
.product-badge.new {
width: 95px;
margin-bottom: 10px;
}
.product-badge.bestseller {
width: 116px;
margin-bottom: 10px;
}
.product-badge.sale {
right: 0px;
top: 0px;
position: absolute;
}
.woocommerce div.product .product-badge.sale img {
width: 48px
}  .rating-nal {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
}
.rating-nal .nalichie {
color: #6FCD4E;
font-size: 12px;
}
.product span.woocommerce-Price-amount.amount {
font-style: normal;
font-weight: 600;
font-size: 21px;
}
.products .woocommerce-Price-amount.amount bdi {
font-size: 22px;
font-weight: bold;
}
.price-cart bdi {
font-size: 28px;
}  .product .flex-opis {
text-align: left;
position: relative;
}
.product .payments-methods {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
margin-top: 15px;
}
.product .payments-methods .method-item {
display: flex;
flex-direction: row;
align-items: center;
font-style: normal;
font-weight: normal;
font-size: 12px;
cursor: pointer;
}
.product .payments-methods .method-item:hover {
color: #FF4806;
text-decoration: underline;
}
.product .payments-methods .method-item:first-child {
margin-right: 0px;
}
.product .payments-methods .method-item img {
margin-right: 2px;
width: 18px;
} .btn-cart-block {
width: 100%;
display: flex;
justify-content: flex-end;
margin-top: -30px;
}
.woocommerce ul.products li.product .flex-opis a.cart-button {
display: flex !important;
flex-grow: inherit !important;
flex-direction: row !important;
align-items: center;
justify-content: center !important;
padding: 16px 45px !important;
background-color: #6FCD4E;
font-size: 16px !important;
font-weight: 700 !important;
border-radius: 0px;
width: 118px !important;
height: 40px;
color: #FFF;
}
.woocommerce ul.products li.product .flex-opis a.cart-button:hover {
background-color: #62DB38;
}
.woocommerce ul.products li.product .flex-opis a.cart-button:active {
background-color: #5CBF39;
}
.woocommerce ul.products li.product .flex-opis a.cart-button img {
width: 20px;
margin-left: 5px;
}
.cart-button img {
width: 24px;
}
.flex-opis ins {
display: block;
width: fit-content;
margin-bottom: 0px;
background: #FFF;
color: #FF4141;
font-weight: 600;
font-size: 21px;
}
.flex-opis del {
color: #9A9A9A;
display: block;
margin-bottom: -45px;
}
.product del span.woocommerce-Price-amount.amount {
font-style: normal;
font-weight: normal;
font-size: 12px;
color: #9A9A9A;
}
.woocommerce ul.products li.product .star-rating {
font-size: .857em;
position: absolute;
top: 4px;
}
.home ul.products.columns-4 {
max-width: 1176px;
}
.home .product .payments-methods .method-item:first-child {
margin-right: 8px;
}
.home .woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 15px;
font-weight: normal;
color: #333333;
line-height: 20px;
margin-bottom: 10px;
margin-top: 23px;
}
.single-product .blockMsg .wpcf7 p {
flex-direction: column;
align-items: inherit;
}
input[name="awooc-text"],
textarea[name="textarea-277"] {
display: none;
}
.blockMsg input[name="awooc-text"],
.blockMsg textarea[name="textarea-277"] {
display: block;
font-size: 15px !important;
}
.blockMsg textarea {
height: 100px;
}
.blockMsg .wpcf7-form-control-wrap {
position: relative;
}
.woocommerce .blockMsg .wpcf7-form-control.wpcf7-submit {
background-color: #6FCD4E !important;
max-width: 200px !important;
height: 52px !important;
}
.woocommerce .blockMsg .wpcf7-form-control.wpcf7-submit:hover {
background-color: #62DB38 !important;
}
.woocommerce .blockMsg .wpcf7-form-control.wpcf7-submit:active {
background-color: #5CBF39 !important;
}
.awooc-popup-inner {
text-align: left;
}
.awooc-popup-sku {
font-size: 12px !important;
color: #9A9A9A;
}
.awooc-price-wrapper {
color: #333333 !important;
font-weight: bold;
font-size: 28px;
margin-left: -40px;
}
.awooc-price-wrapper bdi {
font-size: 28px;
}
.awooc-popup-price {
color: #FFF;
}
h2.awooc-form-custom-order-title.awooc-popup-title {
font-style: normal;
font-weight: bold;
font-size: 28px;
}
.awooc-popup-image img {
max-width: 100% !important;
}
.blockUI.blockMsg.blockPage {
overflow: hidden;
}
@media only screen and (max-width: 1300px) {
.woocommerce.single-product .product_meta {
flex-direction: column;
}
.acf-nalichie {
align-self: auto;
}
}
@media only screen and (max-width: 1100px) {
.flex-price-cart {
padding: 30px 15px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
width: 46.9%;
}
}
@media only screen and (max-width: 768px) {
.price-cart { }
.single-product .payments-methods {
justify-content: space-around;
width: 100%;
}
.single-product .wpcf7 .wpcf7-tel {
font-size: 15px;
}
.product span.woocommerce-Price-amount.amount {
font-size: 20px;
}
.woocommerce.single-product div.product del {
margin-top: -6px;
display: block;
}
.woocommerce.single-product .banner span {
text-align: left;
}
.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
margin: 0 13px 2.992em;
}
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
width: 47%;
float: left;
clear: both;
margin: 0 0 2.992em;
}
}
@media only screen and (max-width: 750px) {
.flex-contacts-main {
flex-direction: column
}
.flex-contacts {
width: 100%
}
.preimushestva .item {
width: 39%;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
width: 46.9%;
}
}
@media only screen and (min-width: 481px) {
.woocommerce table.shop_attributes th {
width: 305px;
}
.woocommerce table.shop_attributes td p {
padding: 8px 10px;
}
}
@media only screen and (max-width: 480px) {
.wrap,
.boxed-layout #page,
.boxed-layout-small #page {
width: 100%;
padding: 0px 15px;
}
.price-cart {
justify-content: space-between;
}
.woocommerce.single-product a.button.alt.awooc-custom-order {
width: 136px;
font-size: 15px;
}
.woocommerce.single-product div.product .price {
font-size: 24px;
line-height: 30px;
}
.single-product .wpcf7 input[type=submit].wpcf7-submit {
min-width: 136px;
max-width: 136px;
font-size: 12px;
padding: 3px 10px 0px 10px;
}
.single-product .wpcf7 .wpcf7-tel {
font-size: 11px;
}
.woocommerce.single-product div.product ins {
font-size: 20px;
}
.acf-nalichie.acf-true {
margin-right: 30px;
}
.product-sale {
flex-direction: column;
}
.product-sale .image {
margin: auto;
}
.product-sale .info {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-left: 0px;
width: 100%;
text-align: center;
}
.product-sale .title-descr {
margin: 15px 0px;
}
.preimushestva {  margin-left: 30px;
}
.preimushestva .item img {
margin-right: 5px;
}
.preimushestva .item {
margin: 0px 0px;
min-width: 105px;
line-height: 15px;
}
.preimushestva .item img {
width: 24px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
margin: 0px 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-size: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
padding: 0px;
}
.woocommerce div.product .woocommerce-tabs .panel {
padding: 0px 10px 10px 10px;
}
.woocommerce-tabs h2 {
font-weight: 600;
font-size: 20px;
}
.menu-toggle.menu-toggle2 {
height: 75px;
}
a.modile-logo {
width: 100%;
text-align: center;
}
a.modile-logo img {
max-width: 85%;
}
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
width: 100%;
}
.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
margin: 0 0px 2.992em;
}
} .site-info {
background: #333333;
}
.c-footer {
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
text-align: left;
padding: 30px 0px;
}
.c-footer .f-logo {
max-width: 240px;
}
.c-footer .f-logo .descr {
color: #9A9A9A;
font-size: 12px;
margin-top: 25px;
}
.c-footer .menus {
display: flex;
padding: 0px 10px;
}
.c-footer .menus #primary-menu li.menu-item {
margin-bottom: 10px;
}
.c-footer .menus #primary-menu li a {
color: #E0E0E0;
text-transform: capitalize;
font-weight: normal;
font-size: 15px;
font-weight: 100;
}
.c-footer .menus #primary-menu li a:before {
content: "";
}
.c-footer .menus .artiles-menu .top-menu {
display: block;
}
.c-footer .menus .artiles-menu ul li {
margin-bottom: 10px;
}
.c-footer .menus .artiles-menu ul li a {
color: #E0E0E0;
text-transform: capitalize;
font-weight: normal;
font-size: 15px;
font-weight: 100;
}
.c-footer .zakaz-dz {
padding-left: 0px;
padding-top: 0px;
margin-bottom: 15px;
margin-top: -5px;
display: flex;
align-items: end;
}
.c-footer .zakaz-dz .icon-phone {
padding-top: 0px;
}
.c-footer .zakaz-dz .info {
font-size: 12px;
color: #9A9A9A;
margin-bottom: 5px;
}
.c-footer .zakaz-dz .zakaz-dz-number {
margin-bottom: 0px;
color: #9A9A9A;
}
#colophon .c-footer p {
margin-bottom: 0px;
color: #9A9A9A;
}
.c-footer .phone-1,
.c-footer .phone-2,
.c-footer .phone-3 {
font-size: 15px;
color: #9A9A9A;
margin-bottom: 0px;
margin-right: 0px;
}
.c-footer .zakaz-dz-al .phone {
margin-bottom: 5px;
}
.c-footer .worktime-location {
padding: 0px 0px 0px 10px;
}
.c-footer .worktime-location .title {
font-size: 12px;
color: #9A9A9A;
margin-bottom: 5px;
}
.c-footer .worktime-location .adress-2,
.c-footer .worktime-location .adress-1 {
font-size: 15px;
color: #9A9A9A;
}
@media only screen and (max-width: 1024px) {
.c-footer {
flex-direction: column;
}
.c-footer .zakaz-dz-al {
display: block;
}
}
@media only screen and (max-width: 768px) {
.c-footer {
flex-direction: column;
}
.c-footer .f-logo {
max-width: 100%;
margin-bottom: 30px;
}
.c-footer .menus {
display: flex;
flex-direction: row;
margin-bottom: 30px;
align-items: baseline;
}
.c-footer .menu {
display: block;
}
.c-footer #primary-menu {
background: #333333;
padding: 0px;
margin-bottom: 0px;
border: none;
box-shadow: none;
}
.c-footer .menus #primary-menu li.menu-item {
margin-bottom: 0px;
padding: 3px 0px 3px 0px;
}
.c-footer .menus .top-menu {
background-color: #333;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
position: inherit;
padding: 0px;
left: 0px;
}
.c-footer .menus .top-menu li {
padding: 0px 0px 1px 0px;
}
.c-footer .menus .artiles-menu {
padding-left: 20px;
}
.c-footer .worktime-location {
margin-top: 0px;
}
.c-footer .worktime-location .title {
padding-left: 35px;
}
.c-footer .worktime-location {
padding: 0px 0px 0px 0px;
}
} .error-404.not-found {
padding: 70px 0px 150px;
text-align: center;
}
.error-404 .page-title {
padding: 0;
max-width: 352px;
margin: 0 auto;
}
.error-404 .page-header {
background-color: #ffffff;
}
.error-404 .page-content {
padding: 0px;
}
.error-404 .message {
color: #333333;
font-weight: 600;
margin-bottom: 40px;
font-size: 21px;
}
.button-catalog {
background: #ff4400;
color: #FFF;
padding: 15px 20px;
margin-top: 30px;
}
@media only screen and (max-width: 768px) {
.error-404.not-found {
padding: 0px 0px 50px;
}
}
.wpsm_panel-group .wpsm_panel-title .fa-plus:before {
content: "\f105";
}
.wpsm_panel-group .wpsm_panel-title .fa-minus:before {
content: "\f107";
} .flameplace-home {
margin-top: -50px; width: 100%;
display: flex;
flex-direction: column;
align-items: center; padding: 50px 0px 309px;
position: relative;
overflow: hidden;
z-index: 1;
}
.flameplace-home .overlay {
z-index: 99;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background-image: url(//royalflame.shop/wp-content/themes/royalflame/images/pattern.png);
}
video.fullscreen-bg__video {
position: absolute;
left: 0px;
top: -210px;
width: 100%;
}
.home-page-logo {
z-index: 99;
}
.flameplace-home .home-slogan {
color: #FFFFFF;
font-weight: 100;
font-style: normal;
font-weight: 300;
font-size: 30px;
line-height: 40px;
text-align: center;
letter-spacing: 0.2em;
text-transform: uppercase;
z-index: 99;
}
.home .main-cats {
z-index: 99;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
overflow: auto;
margin: auto;
position: absolute;
top: 422px;
left: 0;
right: 0;
width: fit-content; width: -moz-max-content; width: -webkit-max-content; box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
}
.home .main-cats .cat-item {
padding: 32px;
background: #FFF;
border: 1px solid #EAEAEA;
}
.home .main-cats .cat-item {
color: #333;
}
.home .main-cats .cat-item:hover {
color: #FF4806;
box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.1);
z-index: 9;
}
.home .main-cats .cat-item .img {
max-width: 212px;
}
.home .main-cats .cat-item .name {
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px;
text-align: center;
text-transform: uppercase;
margin-top: 20px;
}
.home-desc {
width: 768px;
margin: 250px auto 30px;
font-size: 15px;
}
@media only screen and (max-width: 1522px) {
video.fullscreen-bg__video {
top: -50px;
}
}
@media only screen and (max-width: 1240px) {
video.fullscreen-bg__video {
top: 0px;
}
}
@media only screen and (max-width: 1330px) {
.flameplace-home {
padding: 50px 0px;
}
.home .main-cats .cat-item {
padding: 15px;
width: 25%;
text-align: center;
display: inline-block;
}
.home .main-cats .cat-item .img {
max-width: 100%;
}
.home .main-cats {
position: relative;
top: 0px;
width: 100%;
overflow: unset;
justify-content: center;
align-items: inherit;
flex-wrap: wrap;
}
.home-desc {
width: 768px;
margin: 70px auto 30px;
font-size: 15px;
}
.wrap-icons-main {
padding: 0px 30px;
}
}
@media (max-width: 768px) {
.flameplace-home {
background: url(//royalflame.shop/wp-content/uploads/2020/11/flameplace_home.jpg) no-repeat;
background-position: top;
margin: -30px -15px 30px -15px;
width: calc(100% + 30px);
padding: 0px 20px;
text-align: center;
justify-content: center;
height: 340px;
}
.fullscreen-bg__video {
display: none;
}
.home-page-logo img {
max-width: 90%;
}
.flameplace-home .home-slogan {
font-size: 20px;
}
.home .main-cats .cat-item {
padding: 15px;
width: 50%;
text-align: center;
display: inline-block;
}
.home .main-cats .cat-item .img {
max-width: 100%;
}
.home .main-cats {
position: relative;
top: 0px;
width: 100%;
overflow: unset;
justify-content: center;
align-items: inherit;
flex-wrap: wrap;
}
.home-desc {
width: 100%;
margin: 50px auto 30px;
padding: 0px 15px;
}
} .page-id-976 .site-content {
padding: 100px 0 140px !important;
}
.page-id-976 .page-title {
display: none;
}  .blog .page-header {
display: block;
}
.blog .page-content {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.small-image-blog .post {
clear: none;
float: none;
display: flex;
flex-direction: column;
width: 33%;
padding: 0px 15px;
margin-bottom: 0px;
}
.small-image-blog .post:hover .entry-title a {
color: #FF4806;
}
.post-image-content {
position: relative;
z-index: 2;
width: 100%;
height: 236px;
background: #C4C4C4;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.blog .entry-title,
.entry-title a {
font-size: 16px;
font-weight: 600;
text-align: center;
}
@media only screen and (max-width: 768px) {
.small-image-blog .post {
width: 50%;
}
}
@media only screen and (max-width: 400px) {
.small-image-blog .post {
width: 100%;
}
}  .page-numbers {
background-color: #FFF;
padding: 8px 14px;
border: 1px solid #EAEAEA;
outline: none;
}
.page-numbers.current {
background-color: #FF4806;
color: #FFF;
cursor: pointer;
}
.page-numbers:hover {
color: #FF4806;
border: 1px solid #FF4806;
background-color: #FFF;
box-shadow: 0px 10px 15px rgba(255, 111, 102, 0.15);
}  .page-header {
padding: 0px 15px 20px 15px;
}
.page-title {
color: #333333;
font-size: 28px;
font-weight: 700;
line-height: 1.333;
font-family: 'Roboto';
font-style: normal;
}  .single .post {
max-width: 968px;
margin: 0px auto 150px;
}
.single .entry-title,
.single .entry-title a {
color: #333;
width: 100%;
text-align: center;
font-style: normal;
font-family: 'Roboto';
font-size: 28px;
font-weight: 700;
}
.single .entry-meta {
display: none;
}
.single .post-navigation {
display: none;
}  .breadcrumb.home {
display: none;
}
.breadcrumbs {
padding-top: 15px;
display: flex;
}
.divider:first-child {
display: none;
}
.breadcrumbs span {
width: fit-content;
padding: 0px;
color: #9A9A9A;
font-size: 12px;
}
.breadcrumbs a {
color: #9A9A9A;
font-size: 12px;
padding: 0px !important;
}
.breadcrumbs a:hover span {
color: #FF4806;
}
.breadcrumbs .divider {
padding: 0px 7px;
color: #9A9A9A;
}
.small-image-blog .breadcrumbs .post {
padding: 0px;
width: 100%;
}
.bc-home {
background-image: url(//royalflame.shop/wp-content/themes/royalflame/images/home.png);
width: 20px;
height: 20px;
}
.bc-home:hover {
background-image: url(//royalflame.shop/wp-content/themes/royalflame/images/home-red.png);
width: 20px;
height: 20px;
}
@media only screen and (max-width: 1070px) {
.breadcrumbs {
padding-top: 45px;
}
}
@media only screen and (max-width: 768px) {
.breadcrumbs {
padding-top: 20px;
flex-wrap: wrap;
}
}  .flex-direction-nav {
margin-left: 0;
padding-left: 0;
}
ul.flex-direction-nav {
position: absolute;
top: 45%;
z-index: 99;
width: 100%;
left: 0;
margin: 0;
padding: 0px;
list-style: none;
}
li.flex-nav-prev {
float: left;
list-style-type: none;
margin-left: -50px;
}
li.flex-nav-next {
float: right;
list-style-type: none;
margin-right: -50px;
}
a.flex-next {
visibility: hidden;
}
a.flex-prev {
visibility: hidden;
}
a.flex-next::after {
visibility: visible;
content: '\f105';
font-family: FontAwesome;
margin-right: 20px;
font-size: 40px;
}
a.flex-prev::before {
visibility: visible;
content: '\f104';
font-family: FontAwesome;
margin-left: 20px;
font-size: 40px;
}
.flex-viewport {
max-height: 460px;
} .wpcf7-not-valid-tip {
color: #FF4806;
}
.woocommerce .awooc-custom-order-wrap .wpcf7-form-control {
border-radius: 0px;
padding: 14px 20px;
box-shadow: none;
}
.woocommerce .awooc-custom-order-wrap .wpcf7-form-control:hover {
background-color: #EAEAEA;
}
.woocommerce .awooc-custom-order-wrap .wpcf7-form-control:active {
background-color: #EAEAEA;
}
.woocommerce #main .page-title {
display: block;
padding-bottom: 15px;
}