/*  
Theme Name: TUBORG
Author: Maria Marchenko
Version: Mar 25
*/
/* ===================== import css ===================== */
@import "includes/css/nivo-slider.css";
/* ===================== reset ===================== */
#main-widget #reload_captcha_btn_link {
    margin-top: -20px !important;
}
* {
    margin: 0;
    padding: 0;
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* ===================== general ===================== */
html {
    background: #555;
}
body {
    font: normal 15px/20px 'Lato', sans-serif;
    color: #323232;
    text-align: left;
    background: #F8F8F8;
}
a {
    color: #0A84C0;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    color: #333;
    font-weight: bold;
    font-family: 'Merriweather';
}
h1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
}
h2 {
    font-size: 20px;
    line-height: 20px;
}
h3 {
    font-size: 18px;
    line-height: 18px;
}
h4 {
    font-size: 16px;
    line-height: 16px;
}
h5 {
    font-size: 14px;
    line-height: 14px;
}
h6 {
    font-size: 14px;
    line-height: 14px;
}
input, textarea {
    font-size: 12px;
    padding: 2px;
}
hr {
    display: none;
}
p {
    padding: 7px 0;
}
code {
    color: #5886a3;
}
pre {
    margin: 10px 0;
    padding: 15px;
    background: #eee;
    border: 1px solid #ddd;
    clear: both;
    width: 558px;
    overflow: auto /*--If the Code exceeds the width, a scrolling is available--*/;
    overflow-Y: hidden /*--Hides vertical scroll created by IE--*/;
}
small {
    font-size: 11px;
    line-height: 12px;
}
blockquote {
    display: block;
    margin: 25px 0;
    padding: 0 0 0 45px;
    clear: both;
    font-size: 14px;
    font-style: italic;
    background: url(images/quote.png) no-repeat;
    font-family: Georgia, Times;
}
blockquote.pullquote, blockquote.pullquoteleft {
    font-size: 2em;
    line-height: 1em;
    font-style: italic;
    width: 200px;
    color: #a1a1a1;
    background-image: none;
}
blockquote.pullquote {
    margin: 0 0 0 30px;
    border-left: 5px solid #eee;
    padding: 10px 0 10px 30px;
}
blockquote.pullquoteleft {
    margin: 0 30px 0 0;
    border-right: 5px solid #eee;
    padding: 10px 30px 10px 0;
    text-align: right;
}
table {
    margin: 0;
}
.multi_col {
    -moz-column-width: 14em;
    -webkit-column-width: 14em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
}
.list_inline li {
    display: inline;
    margin: 0 5px 0 0;
    list-style: none;
    padding: 0;
}
.box_yellow {
    clear: both;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff58f;
    border: 1px solid #efdb00;
}
.box_green {
    clear: both;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #aaff8f;
    border: 1px solid #5fdf37;
}
.box_blue {
    clear: both;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #9fcfff;
    border: 1px solid #4593df;
}
.checklist ul {
    margin-left: 0;
    list-style: none !important;
}
.checklist ul li {
    padding: 0 0 0 30px;
    background-image: url(images/check.png);
    background-position: left center;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='images/check.png');
}
.left {
    float: left;
}
.right {
    float: right;
}
.dropcap {
    font-size: 270%;
    line-height: 100%;
    font-weight: bold;
    float: left;
    padding-top: 0;
    padding-right: 5px;
}
.highlight {
    background: #ffff66;
}
.rounded {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: block;
}
div.divider {
    clear: both;
    display: block;
    height: 1px;
    padding-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #aaa;
}
div.divider.no_border {
    border: none;
}
div.gap {
    clear: both;
    display: block;
    height: 1px;
    padding-top: 10px;
}
.transparent_class {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
/* ===================== shortcodes/framework fluid width ===================== */
.one_half {
    width: 48%;
}
.one_third {
    width: 30.66%;
}
.two_third {
    width: 65.33%;
}
.one_fourth {
    width: 22%;
}
.three_fourth {
    width: 74%;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth {
    position: relative;
    float: left;
    display: inline;
    overflow: hidden;
    margin-right: 4%;
}
.first {
    margin-left: 0; /* the first left column */
}
.last {
    margin-right: 0;
    clear: right; /* the last right column */
}
/* ===================== images ===================== */
img, img a {
    border: none;
    vertical-align: bottom;
}
.alignleft {
    float: left;
    margin: 0 15px 5px 0;
    display: inline;
}
.alignright {
    float: right;
    margin: 0 0 5px 15px;
    display: inline;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.wp-caption, .imgthumb, .entry img {
    text-align: center;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption-dd {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
.post_image {
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 12px;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #dedede;
    padding: 20px;
    padding-bottom: 15px;
}
.post_image img {
    background-color: #f9f9f9;
    border: 1px solid #888;
    margin: auto;
}
.post_image .wp-caption {
    background-color: #f9f9f9;
    overflow: hidden;
}
.post_image .wp-caption img {
    background: none;
    float: left;
}
.post_image p.wp-caption-text {
    clear: left;
    border-top: none;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    color: #555;
}
.special img, .special img a {
    border: 5px solid #ccc;
    vertical-align: bottom;
}
/* ===================== layout ===================== */
#header.homepage {
    background: url(images/main-background.png) bottom center, linear-gradient(to right, #ededed, #f3f3f3);
    background-repeat: no-repeat !important;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    box-shadow: 0 0 6px 3px #999;
}
#header-inner {
    margin: auto;
    width: 960px;
    position: relative;
}
#header #logo {
    float: left;
    margin-top: 20px;
}
#logo-img {
    display: block;
    width: 250px;
    height: 100px;
    background: url(/wp-content/uploads/2018/08/online-summarizing-help-logo.png) no-repeat;
    background-size: contain;
}
#header #navigation {
    float: right;
    display: inline;
    margin: 20px 0;
}
#top-menu {
    height: 30px;
    position: relative;
    z-index: 600;
    background: #222;
    display: none;
}
#top-menu-inner {
    margin: auto;
    height: 100%;
    width: 1150px;
    position: relative;
}
#top-menu #feed {
    float: right;
    display: inline;
    margin-right: 10px;
}
#top-menu #feed img {
    margin-bottom: 5px;
}
#top-menu #feed a {
    color: #fff;
    font-size: 12px;
    text-shadow: #036D9E 0 1px;
}
#navigation {
    position: relative;
    z-index: 500;
}
#navigation-inner {
    margin: 0 auto;
    position: relative;
    width: 955px;
}
#featured-area {
    padding: 0;
    position: relative;
    z-index: 1;
}
#featured-area-inner {
    position: relative;
    padding: 22px 22px 22px 105px;
    width: 590px;
    height: 230px;
    float: left;
    margin-bottom: 20px;
}
#featured-area-inner a:hover {
    text-decoration: none;
}
#page {
    padding: 0 35px;
    position: relative;
}
#page-inner {
    margin: 10px auto 20px;
    width: 960px;
    background: #fff;
    box-shadow: 0 0 20px #9c9c9c
}
#content {
    width: 675px;
    float: left;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
#sidebar {
    width: 280px;
    padding: 0;
    /*margin: 20px 0;*/
    float: right;
    display: inline;
    /*border-left:1px dotted #ccc;*/
}
#sidebar .box {
    padding: 0;
    margin: 0;
}
#sidebar .smfix.boxinside {
    padding: 0 0 10px !important;
    border-right: 5px solid #aecac2;
}
#sidebar .smfix .textwidget {
    padding: 0 10px;
}
.sidebar-bottom {
}
.sidebar-top {
}
#sidebar-left, #sidebar-right {
    width: 230px;
    padding: 0;
    display: inline;
}
#sidebar-left {
    float: left;
}
#sidebar-right {
    float: right;
}
#sidebar-left .boxinside.clearfloat {
    border-left: 5px solid #aecac2;
    border-bottom: 5px solid #aecac2;
    box-shadow: -2px 2px 4px #969696;
}
#sidebar-left .boxinside.clearfloat .textwidget {
    padding: 0 5px;
}
#sidebar-right .boxinside.clearfloat {
    border-right: 5px solid #aecac2;
    border-bottom: 5px solid #aecac2;
    box-shadow: 2px 2px 4px #969696;
}
#sidebar-right .boxinside.clearfloat .textwidget {
    padding: 0 5px;
}
/* ===================== post-slider ===================== */
.post-slider {
    color: #ccc;
    font-size: 90%;
    padding: 10px 20px;
    top: 250px;
    position: absolute;
    height: 80px;
    text-shadow: #000 0 1px;
    font-style: italic;
    background: #333;
    display: none;
}
.nivo-caption p {
    background: #333;
    text-transform: uppercase;
    text-shadow: #000 0 1px;
}
/* ===================== myslidemenu ===================== */
#myslidemenu {
    background: #dcd9dc;
    box-shadow: 0 2px 4px #b9b9b9;
    display: flex;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.jqueryslidemenu {
    width: 100%;
    font-size: 13px;
}
.jqueryslidemenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.jqueryslidemenu ul li {
    position: relative;
    float: left;
}
.jqueryslidemenu ul li:hover {
    background: #a2c3ba;
}
.jqueryslidemenu ul li.menu-item.current-menu-item {
    background: #a2c3ba;
}
.jqueryslidemenu ul li a {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    width: auto;
    line-height: 45px;
    font-size: 18px;
    color: #000;
}
.jqueryslidemenu ul li a img {
    vertical-align: middle;
    padding-bottom: 5px;
}
.jqueryslidemenu ul ul {
    top: 40px;
    padding: 0 0 0 10px;
}
.jqueryslidemenu ul ul li {
    border-right: none;
}
.jqueryslidemenu ul ul ul {
    margin: 0 0 0 10px;
    padding: 0 10px;
}
* html .jqueryslidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}
.jqueryslidemenu ul#menu-main li a {
    color: #0A84C0;
    font-weight: bold;
}
ul#menu-main li a:hover {
    color: #555;
}
.jqueryslidemenu ul ul, .jqueryslidemenu ul ul ul, #top-menu-inner .jqueryslidemenu ul ul li a, .jqueryslidemenu ul li a:hover {
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
    position: absolute;
    left: 0;
    width: 140px;
    display: block;
    visibility: hidden;
    clear: both;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
    display: list-item;
    float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
    top: 0;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
    width: 140px;
    padding: 5px 5px;
    margin: 0;
    border-top-width: 0;
    background: #ccc;
}
/* ===================== top-menu-inner ===================== */
#top-menu-inner .jqueryslidemenu {
    font-size: 12px;
    font-weight: normal;
    float: left;
    width: 900px;
    text-transform: none;
}
#top-menu-inner .jqueryslidemenu ul li {
    padding-bottom: 0;
    border-right: none;
}
#top-menu-inner .jqueryslidemenu ul ul li a {
    padding: 5px 0;
}
#top-menu-inner .jqueryslidemenu ul ul, #top-menu-inner .jqueryslidemenu ul ul ul, #top-menu-inner .jqueryslidemenu ul ul li a, #top-menu-inner .jqueryslidemenu ul li a:hover {
}
#top-menu-inner .jqueryslidemenu ul li a {
    color: #fff;
    padding: 5px 10px 4px;
    margin-right: 0;
}
#top-menu-inner .jqueryslidemenu ul ul li a {
    color: #fff;
    padding: 5px 0;
    margin-right: 0;
}
#top-menu-inner .jqueryslidemenu ul ul li {
    border: none;
}
#top-menu-inner .jqueryslidemenu ul li a:hover {
    color: #fff !important;
    text-decoration: underline;
}
#top-menu-inner .jqueryslidemenu ul li ul, #top-menu-inner .jqueryslidemenu ul li ul li a {
    width: 100px;
}
#top-menu-inner .jqueryslidemenu ul ul a, #top-menu-inner .jqueryslidemenu ul ul ul a, #top-menu-inner .jqueryslidemenu ul ul li a {
    color: #fff;
}
#top-menu-inner .jqueryslidemenu ul ul a:hover, #top-menu-inner .jqueryslidemenu ul ul ul a:hover, #top-menu-inner .jqueryslidemenu ul ul li a:hover {
    color: #fff;
}
/* ===================== searchform ===================== */
#search {
    width: 220px;
    height: 40px;
    float: left;
    display: inline;
}
#s {
    background: url(images/bg-search.png) no-repeat;
    border: none;
    width: 170px;
    height: 25px;
    color: #777;
    font-size: 90%;
    font-style: italic;
    display: inline;
    float: left;
}
#searchform {
    float: right;
    padding-top: 7px;
    padding-right: 0;
}
#searchform, #searchform div {
    position: relative;
}
#searchsubmit {
    background: url(images/search-btn.png) no-repeat;
    height: 25px;
    width: 30px;
    border: none;
    text-indent: -999%;
    display: inline;
    float: left;
}
form#searchform input#s {
    padding: 0 10px;
    width: 150px;
}
/* ===================== subtitle  ===================== */
#subtitle {
    font-size: 12px;
    font-weight: 300;
    color: #777;
    margin: 0;
    padding: 20px;
    font-style: italic;
}
/* ===================== content  ===================== */
.post {
    padding: 20px;
    float: left;
    width: 640px;
}
.post .thumbnail {
    float: left;
    width: 150px;
}
.post .thumbnail img {
    background: #fff;
    padding: 5px;
    border: 1px solid #bbb;
}
.post .post-content {
    float: left;
    width: 360px;
    font-style: italic;
}
.post .post-content-no-thumb {
    padding: 0;
}
.post h2 {
    color: #333;
    margin-bottom: 10px;
    font-style: normal;
}
.post h2 a {
    color: #333;
}
.entry {
    padding: 0;
    text-align: justify;
}
.entry a {
    text-decoration: underline;
}
.entry a:hover {
    text-decoration: none;
}
.entry ul, .entry ol {
    padding: 9px 40px;
}
#nav-below {
    margin: 0 0 20px;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.nav-previous {
    float: left;
    width: 50%;
}
.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/* ===================== content / postinfo ===================== */
.postinfo {
    margin: 15px 0 0;
    float: left;
    margin-top: 15px;
}
.postmeta_box {
    float: left;
    /* width: 760px; */
    display: inline;
    color: #888;
    padding-right: 10px;
}
.postmeta li {
    display: inline;
    font-size: 90%;
    font-style: normal;
    background: #FFA601;
    color: #fff;
    padding: 1px 3px;
}
.postmeta li a {
    text-decoration: none;
    color: #fff;
}
.postmeta li a:hover {
    text-decoration: underline;
}
.postmeta_bottom li {
    display: inline;
    font-size: 90%;
    font-style: normal;
    background: transparent;
    color: #777;
}
.postmeta_bottom li a {
    text-decoration: none;
    color: #777;
}
.postmeta_bottom li a:hover {
    text-decoration: underline;
}
.postmeta-top-single {
    clear: both;
    display: block;
    height: 1px;
    margin-bottom: 40px;
}
.readmore {
    float: right;
    width: 90px;
    background: #ebe9e2;
    text-align: center;
}
.readmore a {
    color: #777;
}
.postmeta-fullsize {
    float: right;
    display: inline;
    color: #888;
    font-size: 90%;
    font-style: italic;
}
/* ===================== sidebar ===================== */
#sidebar ul, #sidebar-left ul, #sidebar-right ul {
    padding: 0 0 10px 20px;
    margin: 0;
}
#sidebar ul li {
}
#sidebar ul li a, #sidebar-left ul li a, #sidebar-right ul li a {
    line-height: 22px;
}
#sidebar ul li li, #sidebar-left ul li li, #sidebar-right ul li li {
    padding-left: 10px;
    border-bottom: none;
}
#sidebar h4, #sidebar h4 a, #sidebar-left h4, #sidebar-left h4 a, #sidebar-right h4, #sidebar-right h4 a {
    margin: 0 0 10px;
    padding: 10px;
    font-weight: bold;
}
#sidebar h4 a:hover, #sidebar-left h4 a:hover, #sidebar-right h4 a:hover {
    text-decoration: none;
}
#sidebar a, #sidebar-left a, #sidebar-right a {
    color: #565656;
}
#twitter h4, #twitter h4 a {
    margin: 0 0 10px;
    padding: 0;
    background: none;
    font-weight: normal;
}
#ads {
    padding: 5px 0 0 18px;
    width: 270px;
}
#ads ul {
    list-style: none;
    overflow: hidden;
}
#ads ul li {
    float: left;
}
#ads ul li a {
    float: left;
    display: block;
    height: 135px;
    width: 135px;
}
#ads ul li a img {
    margin: 0 7px 10px 0;
}
#ads ul li.wide a {
    width: 260px;
    height: 130px;
    margin-right: 0;
}
#ads ul li {
    border-bottom: 0;
}
#ads ul li li {
    border-bottom: 0;
}
.latest-post {
    margin-bottom: 2px;
}
.latest-post a {
    float: none;
}
.latest-post img {
    float: left;
    margin: 2px 12px 4px 0;
    padding: 2px;
    border: 1px solid #dedbd1;
}
.latest-post .clear {
    clear: both;
}
/* -------------------- sidebar tabs -------------------- */
#sidebartop {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
    border: none;
}
#sidebartabs {
    width: 295px;
    margin: 0;
}
#sidebartabs li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidebartabs ul {
    border-top: 1px solid none;
}
#sidebartabs ul li {
    padding: 5px;
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
#sidebartabs ul ul li {
    padding: 0;
}
#sidebartabs ul ul ul li {
    padding: 0;
}
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
}
ul.tabs li {
    width: 86px;
    height: 22px;
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
ul.tabs li a {
    text-decoration: none;
    display: block;
    padding: 0 0 1px;
    outline: none;
    text-align: center;
}
#sidebartabs h4, #sidebartabs h4 a {
    margin: 0 0 10px;
    padding: 0;
    color: #555;
    background: none;
    border: none;
}
html ul.tabs li {
    background: #fff;
    border-bottom: 1px solid #dedbd1;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
    background: #ebe9e2;
}
.tab_container {
    clear: both;
    float: left;
    width: 100%;
}
.tab_content {
    padding: 0;
    margin: 0;
}
/* ===================== bottom-menu ===================== */
#bottom-menu {
    padding: 20px 20px 0;
    position: relative;
    z-index: 1;
    list-style-type: none;
    background: #222;
}
#bottom-menu-inner {
    margin: auto;
    width: 1150px;
    position: relative;
    color: #ccc;
    border-bottom: 1px dotted #444;
    padding-bottom: 40px;
}
#bottom-menu a {
    text-decoration: none;
    color: #ccc;
}
#bottom-menu a:hover {
    text-decoration: underline;
}
#bottom-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#bottom-menu ul li {
    border-bottom: 1px dotted #aaa;
}
#bottom-menu ul li a {
    line-height: 22px;
}
#bottom-menu ul li li {
    padding-left: 10px;
    border-bottom: none;
}
#bottom-menu h4 {
    border-bottom: 1px solid #555;
    margin-bottom: 10px;
    color: #eee;
    text-transform: uppercase;
    font-weight: bold;
}
#bottom-menu-left {
    width: 330px;
    margin: 0 40px;
    float: left;
    display: inline;
}
#bottom-menu-center {
    width: 330px;
    margin: 0 40px 0 0;
    float: left;
    display: inline;
}
#bottom-menu-right {
    width: 330px;
    margin: 0 40px 0 0;
    float: left;
    display: inline;
}
/* ===================== footer ===================== */
#footer {
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    list-style-type: none;
    background: #5c8379;
    color: #eee;
}
#footer-inner {
    margin: auto;
    width: 960px;
    position: relative;
}
#footer-left, #footer-right {
    display: inline;
    font-size: 12px;
}
#footer-left {
    width: 65%;
    float: left;
}
#footer-right {
    width: 35%;
    float: right;
    text-align: right;
}
#footer-left p, #footer-right p {
    padding: 0 40px;
}
#footer-left a, #footer-right a {
    font-weight: 500;
}
#footer-left, #footer-left a, #footer-right, #footer-right a {
    color: #eee;
}
/* ===================== pagenavi ===================== */
#pagenavi {
    clear: both;
    text-transform: uppercase;
    margin: 20px;
}
#pagenavi a {
    text-decoration: none;
    padding: 7px 9px 6px;
    border: none;
}
#pagenavi span {
    text-decoration: none;
    padding: 7px 9px 6px;
}
#pagenavi a:hover, #pagenavi span.current {
    color: #000;
}
#pagenavi span.current {
    font-weight: bold;
}
/* ===================== calendar ===================== */
table#wp-calendar {
    width: 100%;
    text-transform: none;
    padding-top: 0;
    margin-top: 0;
}
table#wp-calendar caption {
    padding: 0 10px 10px;
}
table#wp-calendar th {
    padding: 0;
    text-align: center;
}
table#wp-calendar td {
    padding: 0;
    text-align: center;
}
/* ===================== comments ===================== */
.comments {
    margin: 10px 0;
}
.comments h3 {
    margin: 50px 0 30px 0;
    font-size: 24px;
}
ol.commentlist {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-indent: 0;
}
ol.commentlist li.comment {
    border: 1px solid #ddd;
    padding: 1em;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
ol.commentlist li div.vcard {
    font-size: 20px;
}
ol.commentlist li div.vcard cite.fn {
    font-style: normal;
}
ol.commentlist li div.vcard img.avatar {
    border: 5px solid #ccc;
    float: left;
    margin: 0 1em 1em 0;
}
ol.commentlist li div.comment-meta {
    font-size: 9px;
    margin-bottom: 10px;
}
ol.commentlist li div.comment-meta a {
    color: #aaa;
}
ol.commentlist li p {
    margin: 0;
}
ol.commentlist li ul {
    list-style: square;
    margin: 0 0 1em 2em;
}
ol.commentlist li div.reply {
    font-size: 11px;
}
ol.commentlist li div.reply a {
    font-weight: bold;
}
ol.commentlist li ul.children {
    list-style: none;
    margin: 1em 0 0;
    text-indent: 0;
}
ol.commentlist li ul.children li.depth-2 {
    margin: 0 0 .25em .25em;
}
ol.commentlist li ul.children li.depth-3 {
    margin: 0 0 .25em .25em;
}
ol.commentlist li ul.children li.depth-4 {
    margin: 0 0 .25em .25em;
}
ol.commentlist li.even {
    background: #fff;
}
ol.commentlist li.odd {
    background: #f5f5f5;
}
ol.commentlist li.pingback {
    border-bottom: 1px dotted #676767;
    padding: 1em;
}
#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
    border: 1px solid #ccc;
    border-radius: 3px;
    font: inherit;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 1px;
    padding: 5px;
}
#commentform #author:focus, #commentform #email:focus, #commentform #url:focus, #commentform #comment:focus {
    border: 1px solid #aaa;
}
#commentform #author, #commentform #email, #commentform #url {
    width: 200px;
}
#commentform #comment {
    width: 400px;
}
#commentform p {
    padding: 15px 0;
}
#commentform small {
    line-height: 26px;
}
/* ===================== NEW ===================== */
div.boxinside.clearfloat {
    background: #ebebeb;
    border-bottom: 5px solid #aecac2;
    box-shadow: 0 2px 3px #909090;
    margin: 10px 9px;
}
table#prices_table td {
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
}
table#prices_table th {
    font-size: 100%;
    border: 1px solid #dfdfdf;
    background: #f7ffec;
    text-align: center;
    line-height: 30px;
}
#prices_table {
    border-collapse: collapse;
}
span#contacts {
    /*position: absolute;*/
    float: left;
    /*left: 80px;*/
    /*top: 74px;*/
    font-family: Arial;
    font-size: 17px;
    color: #d3d3d3;
    vertical-align: middle;
    line-height: 23px;
    margin-top: 25px;
    margin-left: 50px;
}
span#contacts span {
    vertical-align: middle;
}
h4.widgettitle {
    color: #333;
    background: #aecac2;
}
.entry h2 {
    margin-bottom: 0;
}
.wrapper {
    background: linear-gradient(#fff, #c2d7d2);
    background-repeat: no-repeat;
    background-size: cover;
}
.wrapper.main {
    background: url(images/brillant.png);
}
canvas {
    fill: black;
}
#main-widget {
    clear: both;
    position: relative;
    text-align: center;
}
#main-form {
    display: none;
    width: 260px;
    float: right;
    background: #ebebeb;
    border-right: 5px solid #a2c3ba;
    border-bottom: 5px solid #a2c3ba;
    box-shadow: 0 3px 5px #6f6f6f;
    position: relative;
    z-index: 2;
    vertical-align: top;
    display: inline-block;
    margin-left: -20px;
}
#main-form #quote_form p:empty,
#main-form #quote_form #agree_tc br {
    display: none;
}
#main-form form {
    margin: 0 25px;
    margin-top: -82px;
}
#main-form p {
    margin: 3px 0 !important;
    padding: 0;
    color: #ccc;
    position: relative;
}
h4.main-widget-title {
    color: #000;
    font-size: 28px;
    text-align: center;
    background: #a2c3ba;
    line-height: 45px;
    height: 45px;
}
#main-form label.error {
    position: absolute;
    top: 12px;
    right: -80px;
    background: #fff;
    border: 1px solid red;
    padding: 0 5px;
    line-height: 20px;
}
#main-form #msg_ok, #main-form #msg_err {
    color: #fff;
}
.border {
    border: 5px solid rgba(180, 180, 180, 0.3);
    margin: 0 1px 20px 20px;
    border-radius: 11px;
}
.textwidget form p {
    padding: 0;
    margin: 3px 0 !important;
}
.main #page-inner {
    margin: 10px auto 20px;
    padding: 0 0 10px 0;
    width: 960px;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    border: 1px solid #E0E1E2;
}
.main #content {
    width: 920px;
    padding: 0;
    float: left;
    border: none;
    box-shadow: none;
    background: none;
    margin: 0;
}
.main .post {
    width: 100%;
}
.main h2 {
    margin: 15px 0 5px;
    color: #344c46;
}
#footer-left ul {
    list-style: none;
    margin: 0;
    padding: 0 5px !important;
}
#footer-left li {
    display: inline;
    border-left: 1px dotted #999;
    padding: 0 10px;
}
#footer-left li:first-child {
    border: none;
}
#contacts .textwidget {
    /*float:left;*/
    /*margin-top:-12px;*/
    padding-left: 25px;
    margin-top: -14px;
}
#main-hww {
    float: left;
    width: 680px;
    /*background: url(images/home/hww-title.png) no-repeat 50% 20%;*/
    display: block;
}
#home_btns {
    position: absolute;
    /*bottom:30px;*/
    clear: both;
    width: 680px;
    padding-top: 40px;
}
#btn_align {
    text-align: center;
    width: 518px;
    margin: 0 auto;
}
.btnfloat {
    float: left;
}
a.pricesbtn {
    display: block;
    background: url(https://www.summarizing.biz/wp-content/uploads/2014/10/See-Samples.png) no-repeat 50% 50%;
    width: 269px;
    height: 58px;
    margin: 0 auto;
    padding: 0 15px;
}
a.orderbtn {
    display: block;
    background: url(images/order-now.png) no-repeat 50% 50%;
    width: 189px;
    height: 58px;
    margin: 0 auto;
    padding: 0 15px;
}
#main-hww img {
    display: block;
    margin: 0 auto;
    padding-top: 40px;
    -ms-user-select: none !important;
}
#guarantees {
    position: absolute;
    right: 5px;
    /*float:left;*/
    margin-top: 15px;
    margin-left: 40px;
    -ms-user-select: none;
}
#guarantees img {
    padding: 0 5px;
    width: 100px;
    height: 100px;
}
#discount-coupon {
    width: 815px;
    margin: 20px auto;
    position: relative;
    height: 325px;
}
#dc-gift {
    background: url(images/discount-coupon.png) no-repeat 0 0;
    width: 161px;
    height: 172px;
    position: absolute;
    z-index: 10;
}
#main-desc {
    background: #356aa0;
    border-radius: 20px;
    width: 500px;
    height: 260px;
    position: absolute;
    bottom: 0;
    left: 35px;
    z-index: 9;
    color: #cde5fe;
    font-size: 13px;
    font-family: arial;
    line-height: 17px;
}
#about-desc {
    position: absolute;
    right: 0;
    bottom: 5px;
    background: #dfdfdf;
    width: 210px;
    height: 245px;
    border: 1px solid #c4c4c4;
    color: #828282;
    font-size: 13px;
    line-height: 18px;
    font-family: arial;
}
#discount-coupon-info {
    width: 61px;
    height: 61px;
    position: absolute;
    right: 185px;
    z-index: 10;
    top: 70px;
    background: url(images/discount-coupon-info.png) no-repeat 50% 50%;
}
.info-title {
    font-size: 14px;
    font-weight: bold;
    color: #5e5e5e;
    margin: 15px 5px 0 30px;
    display: block;
}
#savetext {
    position: absolute;
    color: #fff600;
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    left: 175px;
    top: 15px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #023162;
    font-family: arial;
}
#codetext {
    position: absolute;
    top: 65px;
    left: 180px;
    color: #91b2d5;
    font-size: 22px;
    font-weight: bold;
    font-family: arial;
}
#codetext + p {
    padding-top: 110px;
}
#main-desc p {
    margin: 0 15px;
}
#dc-link {
    display: block;
    width: 177px;
    height: 55px;
    background: url(images/discount-coupon-btn.png) no-repeat 50% 50%;
    position: absolute;
    bottom: 6px;
    left: 160px;
}
#sidebar-left.home .img, #sidebar-right.home .textwidget img {
    max-width: 180px;
}
#sidebar .textwidget img {
    display: block;
    margin: 0 auto;
}
#sidebar .textwidget form img {
    display: inline;
    margin: auto;
}
.jqueryslidemenu ul#menu-main li.current_page_item a, .jqueryslidemenu ul#menu-main li.current-menu-item a {
    color: #444;
}
#menu-item-17 {
    background: #e84655;
}
#menu-item-17 a {
    color: #fff;
}
div#wpcf7-f129-w1-o1 .your-name input, div#wpcf7-f129-w1-o1 .your-email input, div#wpcf7-f129-w1-o1 .topic input, div#wpcf7-f129-w1-o1 .file-813 input {
    width: 190px;
}
div#wpcf7-f129-w1-o1 .serv select, div#wpcf7-f129-w1-o1 .urgen select {
    width: 200px;
}
.medal-24 li {
    padding: 5px 5px 5px 28px;
    background: url(images/medal-24.png) no-repeat 0 50%;
    margin: 0 -20px;
    list-style: none;
}
.arrow-l li {
    padding: 5px 5px 5px 23px;
    background: url('images/star icon.png') no-repeat 0 50%;
    margin: 0 -20px;
    list-style: none;
}
.editing li {
    padding: 5px 5px 5px 23px;
    /*background: url(images/edit.png) no-repeat 0 50%;*/
    margin: 0 -20px;
    list-style: none;
}
.how-we-24 li {
    padding: 5px 5px 5px 28px;
    background: url(images/how-we-24.png) no-repeat 0 50%;
    margin: 0 -20px;
    list-style: none;
}
.check-l li {
    padding: 5px 5px 5px 23px;
    background: url('images/cube icon.png') no-repeat 0 50%;
    margin: 0 -20px;
    list-style: none;
}
.check-li li {
    padding: 5px 5px 5px 28px;
    background: url(images/check-l.png) no-repeat 0 50%;
    margin: 0 -20px;
    list-style: none;
}
.question {
    border: 1px solid #2EBDD1 !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    background: #1299C0 url(/wp-content/uploads/2015/03/question.png) no-repeat 2% 50% !important;
    padding: 10px 10px 10px 60px;
}
.question h3 {
    font-size: 18px !important;
    line-height: 1.3;
    margin: 6px 0 0.2em !important;
    color: rgb(46, 189, 209) !important;
}
.answer {
    border: 1px solid #2EBDD1;
    border-top: none;
    background: #F2F2F2;
    padding: 10px;
    margin-bottom: 10px;
}
.sitemanager-phone {
    position: relative;
    /*left: 40px;*/
    color: black;
}
.sitemanager canvas {
    fill: black;
}
#quote_form .error_block p {
    color: red;
}
li {
    list-style-position: inside;
}
.list li {
    List-style-type: none;
    padding: 3px 5px 3px 20px !important;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/list.png) no-repeat 0 50% !important;
}
li.girl {
    List-style-type: none;
    padding: 3px 5px 3px 20px !important;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/girl.png) no-repeat 0 50% !important;
}
li.boy {
    List-style-type: none;
    padding: 3px 5px 3px 20px !important;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/boy.png) no-repeat 0 50% !important;
}
li.writer {
    List-style-type: none;
    padding: 3px 5px 3px 20px !important;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/writer.png) no-repeat 0 50% !important;
}
li.ava {
    List-style-type: none;
    padding: 3px 5px 3px 20px !important;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/ava.png) no-repeat 0 50% !important;
}
li.man {
    List-style-type: none;
    padding: 3px 5px 3px 20px !important;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/man.png) no-repeat 0 50% !important;
}
.descktop_hidden {
    display: none;
}
.next li {
    List-style-type: none;
    padding: 0px 5px 8px 20px !important;
    margin-left: -20px;
    border: none;
    line-height: 20px !important;
    background: url(/wp-content/themes/tuborg/images/next.png) no-repeat 0 2% !important;
}
.cancel li {
    List-style-type: none;
    padding: 7px 10px 10px 20px !important;
    margin-left: -20px;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/cancel.png) no-repeat 0 10px !important;
}
.checked li {
    List-style-type: none;
    padding: 3px 5px 3px 20px !important;
    margin-left: -20px;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/checked.png) no-repeat 0 3px !important;
}
body #quote_form .filename {
    color: #242424 !important;
}
.uk li {
    List-style-type: none;
    padding: 3px 5px 3px 20px !important;
    margin-left: -20px;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/uk.png) no-repeat 0 3px !important;
}
.australia li {
    List-style-type: none;
    padding: 3px 5px 3px 20px !important;
    margin-left: -20px;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/australia.png) no-repeat 0 3px !important;
}
.canada li {
    List-style-type: none;
    padding: 3px 5px 3px 20px !important;
    margin-left: -20px;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/canada.png) no-repeat 0 3px !important;
}
.saudi-arabia li {
    List-style-type: none;
    padding: 3px 5px 3px 20px !important;
    margin-left: -20px;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/saudi-arabia.png) no-repeat 0 3px !important;
}
.uae li {
    List-style-type: none;
    padding: 3px 5px 3px 20px !important;
    margin-left: -20px;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/uae.png) no-repeat 0 3px !important;
}
.south-korea li {
    List-style-type: none;
    padding: 3px 5px 3px 20px !important;
    margin-left: -20px;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/south-korea.png) no-repeat 0 3px !important;
}
.ireland li {
    List-style-type: none;
    padding: 3px 5px 3px 20px !important;
    margin-left: -20px;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/ireland.png) no-repeat 0 3px !important;
}
.kuwait li {
    List-style-type: none;
    padding: 3px 5px 3px 20px !important;
    margin-left: -20px;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/kuwait.png) no-repeat 0 3px !important;
}
.oman li {
    List-style-type: none;
    padding: 3px 5px 3px 20px !important;
    margin-left: -20px;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/oman.png) no-repeat 0 3px !important;
}
.japan li {
    List-style-type: none;
    padding: 3px 5px 3px 20px !important;
    margin-left: -20px;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/japan.png) no-repeat 0 3px !important;
}
.new-zealand li {
    List-style-type: none;
    padding: 3px 5px 3px 20px !important;
    margin-left: -20px;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/new-zealand.png) no-repeat 0 3px !important;
}
.france li {
    List-style-type: none;
    padding: 3px 5px 3px 20px !important;
    margin-left: -20px;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/france.png) no-repeat 0 3px !important;
}
.hong-kong li {
    List-style-type: none;
    padding: 3px 5px 3px 20px !important;
    margin-left: -20px;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/hong-kong.png) no-repeat 0 3px !important;
}
.red-tick li {
    List-style-type: none;
    padding: 3px 5px 3px 20px !important;
    margin-left: -20px;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/red-tick.png) no-repeat 0 3px !important;
}
.color li {
    List-style-type: none;
    padding: 3px 5px 3px 25px !important;
    margin-left: -20px;
    border: none;
    line-height: 18px !important;
    background: url(/wp-content/themes/tuborg/images/color.png) no-repeat 0 3% !important;
}
.right-arrow li {
    List-style-type: none;
    padding: 3px 5px 3px 25px !important;
    margin-left: -20px;
    border: none;
    line-height: 20px !important;
    background: url(/wp-content/themes/tuborg/images/right-arrow.png) no-repeat 0 6% !important;
}
.right-arrows li {
    List-style-type: none;
    padding: 3px 5px 3px 25px !important;
    margin-left: -20px;
    border: none;
    line-height: 20px !important;
    background: url(/wp-content/themes/tuborg/images/right-arrows.png) no-repeat 0 6% !important;
}
table.redTable {
    border: 1px solid #24478F;
    background-color: white;
    width: 640px;
    text-align: center;
    border-collapse: collapse;
    margin-bottom: 10px;
}
table.redTable td, table.redTable th {
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
}
table.redTable tbody td {
    font-size: 15px;
}
table.redTable tr:nth-child(even) {
    background: #D6E0F5;
}
table.redTable thead {
    background: #24478F;
}
table.redTable thead th {
    font-size: 19px;
    padding: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border-left: 2px solid #24478f;
}
table.redTable thead th:first-child {
    border-left: none;
}
table.redTable tfoot td {
    font-size: 13px;
}
table.redTable tfoot .links {
    text-align: right;
}
table.redTable tfoot .links a {
    display: inline-block;
    background: #FFFFFF;
    color: #A40808;
    padding: 2px 8px;
    border-radius: 5px;
}
.header-contacts {
    font-family: 'Lato';
    background: url(images/mail.png) no-repeat 348px 20px, url(images/phone.png) no-repeat 73px 5px;
    width: 520px;
    height: 110px;
    position: absolute;
    top: 15px;
    right: 0;
}
.header-contacts canvas {
    vertical-align: middle;
}
.header-contacts #summ-phone {
    position: absolute;
    bottom: 0;
    left: 23px;
}
.header-contacts #summ-mail {
    position: absolute;
    bottom: 0;
    right: 0;
}
.sitemanager-phone {
    color: #000;
    font-size: 19px;
    height: 20px;
}
#main-form #quote_form #attachment_button {
    background: url(/wp-content/themes/tuborg/images/choose-file-btn.png) no-repeat !important;
    width: 210px;
    height: 39px;
}
#main-form #quote_form #send_quote {
    background: #5c8379 !important;
    border: 0;
    border-radius: 0;
    text-shadow: none;
    box-shadow: 0 1px 3px #6f6f6f;
    margin-bottom: 10px;
}
#sidebar #quote_form #attachment_button {
    background: url(/wp-content/themes/tuborg/images/choose-file-btn.png) no-repeat !important;
    width: 210px;
    height: 39px;
}
#sidebar #quote_form .upload_flile_cont div {
    text-align: center;
}
#sidebar #quote_form #send_quote {
    background: #5c8379 !important;
    border: 0;
    border-radius: 0;
    text-shadow: none;
    box-shadow: 0 1px 3px #6f6f6f;
    margin-bottom: 10px;
}
#main-form #quote_form #agree_tc p {
    color: #333;
}
.order-btn {
    display: block;
    background: #e84655;
    margin: 15px auto 0;
    width: 200px;
    line-height: 50px;
    height: 50px;
    text-decoration: none !important;
    text-align: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 2px 7px #8a8a8a;
}
.textwidget .sm-t-item p {
    padding: 0;
}
.textwidget .sm-t-item .sm-t-item-heading {
    padding-bottom: 10px;
}
.home-hover-block {
    text-align: center;
}
.home-hover-block a {
    width: 280px;
    height: 120px;
    display: inline-flex;
    vertical-align: top;
    background: #e1e8e6;
    margin: 7px 6px;
    align-items: center;
    text-decoration: none;
}
.home-hover-block svg {
    width: 70px;
    margin-left: 15px;
}
.home-hover-block a:hover,
.home-hover-block a:hover span,
.home-hover-block a:hover svg rect,
.home-hover-block a:hover svg path,
.home-hover-block a:hover svg polygon {
    background: #5c8379;
    color: #fff;
    fill: #fff !important;
}
.home-hover-block span {
    width: 150px;
    margin-left: 25px;
    line-height: 25px;
    font-size: 21px;
    font-family: 'Merriweather';
    color: #000;
}
.home-hover-block-price {
    font-family: 'Merriweather';
    font-size: 21px;
    margin: 20px 0;
    position: relative;
}
.home-hover-block-price span {
    color: #e84655;
    font-weight: bold;
    margin: 0;
}
.home-hover-block-price:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 250px;
    background: url(/wp-content/themes/tuborg/images/home-discount.svg) no-repeat;
    width: 55px;
    height: 70px;
    transform: rotate(45deg);
}
.cancel-list {
    padding: 0 !important;
}
.cancel-list li {
    list-style: none;
    background: url(/wp-content/themes/tuborg/images/cancel-list.svg) 0 50%/50px 50px no-repeat;
    padding-left: 55px;
    height: 80px;
}
.cancel-list li::before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.cancel-list li div {
    display: inline-block;
    vertical-align: middle;
    width: 99%;
}
.cancel-list li span {
    display: block;
    color: #344c46;
    font-weight: bold;
    font-family: 'Merriweather';
}
.home-faq-block {
    background: #e1e8e6;
    border-radius: 20px 0 20px 0;
    margin-bottom: 15px;
}
.home-faq-block div {
    display: flex;
    align-items: center;
    padding-left: 55px;
    padding-right: 15px;
    position: relative;
}
.home-faq-block div:nth-child(1) {
    height: 55px;
    font-weight: bold;
    border-bottom: 2px solid #e84655;
}
.home-faq-block div:nth-child(2) {
    height: 65px;
    align-items: baseline;
    padding-top: 15px;
}
.home-faq-block div:before {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 40px;
    font-family: 'Merriweather';
    font-weight: normal;
    color: #e84655;
}
.home-faq-block div:nth-child(1):before {
    content: "Q";
}
.home-faq-block div:nth-child(2):before {
    content: "A";
    top: 25px;
}
.red-dot-list li {
    list-style: none;
    position: relative;
    padding: 0 0 5px;
}
.red-dot-list li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -15px;
    width: 10px;
    height: 10px;
    background: #e84655;
    border-radius: 10px;
}
/* Contact Us Redesign START */
#post-125 h1 {
    display: none;
}
#post-125 div.divider {
    display: none;
}
.custom-tool {
    border: solid #a2c3ba;
    border-width: 0 0 4px 4px;
    box-shadow: -1.873px 4.636px 6px rgba(45, 46, 47, 0.43);
}
.custom-tool .custom-tool-title {
    background: #a2c3ba;
    font-size: 24px;
    line-height: 37px;
    color: #000000;
    font-family: "Merriweather";
    font-weight: bold;
    font-style: italic;
    padding-left: 25px;
}
.custom-tool #contactusform {
    background: #ebebeb;
    padding: 10px 0;
    text-align: center;
}
.custom-tool #contactusform p {
    margin: 0 20px;
    font-style: normal;
    font-size: 16px;
    width: calc(50% - 50px);
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.custom-tool #contactusform input,
.custom-tool #contactusform textarea {
    width: 100%;
    min-height: 35px;
    margin-top: 5px;
    box-shadow: 1.634px 2.516px 6px rgba(45, 46, 47, 0.09);
    background-color: #ffffff;
    border: 1px solid #ebebeb;
}
.custom-tool #contactusform a#contact_us_btn {
    margin: 0 auto;
    width: 145px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    box-shadow: -1.873px 4.636px 6px rgba(45, 46, 47, 0.43);
    background-color: #5c8379;
    border-radius: 0;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
}
.custom-tool #contactusform input[type="checkbox"] {
    box-shadow: none;
    min-height: auto;
    height: 15px;
    width: 15px !important;
    margin: 0 5px 0 0;
    position: relative;
}
.custom-tool #contactusform input[type="checkbox"]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 1.634px 2.516px 6px rgba(45, 46, 47, 0.09);
    cursor: pointer;
}
.custom-tool #contactusform input[type="checkbox"]:checked:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 4px;
    width: 5px;
    height: 8px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    cursor: pointer;
}
/* Contact Us Redesign END */
#navigation #of-widgets-login-tooltip .of-widgets-open-tooltip {
    background: #29a1da;
    padding: 0 10px;
    display: block;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
}
#sidebar .pps-tpl-1-0-mobile {
    background: none;
}

.footer-center {
    text-align: center !important;
}

.cancel-float {
    float: none !important;
}
/*order custom*/
#post-9, #post-734{
    padding: unset;
}
#post-9 h1{
     display: none;
}
#post-9 h1, #post-734 h1{
    text-align: center;
    padding: 20px 0;
}

@media (max-width: 1024px){
    .writers__item{
        max-width: 200px!important;
    }
}
.selectr-options{
    padding: 0!important;
}

@media (max-width: 775px){
    .writers{
        justify-content: space-around!important;
    }
    .writers__item{
        max-width: 200px!important;
    }
}