/*
	Theme Name: selkirk
	Theme URI: https://demo.myherothemes.com/dentaly/
	Description: Dentaly - Dental Care WordPress Theme
	Author: PEGO
	Author URI: http://themeforest.net/user/pego
	Version: 1.2
	License: GNU General Public License
	License URI: licensing/README_License.txt
	Tags: two-columns, three-columns, four-columns, right-sidebar, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, theme-options
	Text Domain: dentaly
*/

/*------------------------------------------------------------------
[Table of contents]

1. Basic WP styles
2. Header
3. Upper Panel
4. Page Titles
5. Shortcodes
6. Footer
7. Contact
8. Error Page
9. Testimonials
10. Blog
11. Comments Posts
12. Sidebar
13. Rtl
-------------------------------------------------------------------*/



/*------------------------------------------------------------------
[ 1. Basic WP styles ]
------------------------------------------------------------------*/

* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

html, body, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video
{
	border: 0;
	font: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	letter-spacing: 0;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
    font-family: 'Raleway', sans-serif;
}

html {
    -webkit-text-size-adjust: 100%;
}

html, body {
	margin:0;
   	padding:0;
   	height:100%;
   	-webkit-font-smoothing: antialiased; 
}

.entry-content img { margin: 0 0 20px 0; }
.alignleft, img.alignleft { float: left; margin: 10px 20px 10px 0; }
.alignright, img.alignright { display: block; float: right; margin: 10px 0 10px 20px; }
.aligncenter, img.aligncenter { clear: both; display: block; margin: 10px auto 10px auto; }
.wp-caption {  max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption img { border: 0 none; margin: 0; padding: 0; }
.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 5px;
    color: #1b1b1b;
    line-height: 1.9;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
}

.wp-caption p.wp-caption-text a{
    color: #000;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
}
.wp-smiley { max-height: 12px; margin: 0 !important; }
.gallery img, .gallery dl { margin: 0; }
.gallery-caption { margin: -20px 0 0 0; }
.textaligncenter { text-align: center; }
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; }

p {
	margin-bottom: 10px;
}

strong {
	font-weight: 400;
	color: #000;
	font-size: 14px;
}

a {
	outline: none;
	text-decoration: none;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;	
	color: #000;
}

a:hover {
	color: #888;
}

.display-none { 
	display: none;
}
.display-block {
	display: block;
}

img {
	border: 0 none;
    height: auto;
    max-width: 100%;
}

.table_view {
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.table_cell {
	display: table-cell;
	vertical-align: middle;
}

p {
    margin-bottom: 20px;
    color: #555;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
    font-family: 'Raleway', sans-serif;
}


body {
	word-break: break-word;
    background: url(images/pattern-bg.jpg) repeat fixed;
}

ul li {
	margin-left: 18px;
}
ul li li {
	margin-left: 36px;
}

ol li {
	margin-left: 25px;
}

ol li li {
	margin-left: 50px;
}

blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
 blockquote p:last-child {
	margin-bottom: 0;
}
 code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
 pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
 pre code {
	display: block;
}
 abbr
 dfn
 acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
 address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

 embed,
 iframe,
 object,
 video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
 dl {
	margin: 0 1.714285714rem;
	margin-bottom: 30px;
}
 dt {
	font-weight: 600;
	line-height: 1.714285714;
	color: #000;
}
 dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
 table {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
 table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
 td {
	padding: 6px 10px 6px 6px;
}
table th {
	color: #000;
	font-weight: 600;
    padding: 10px;
}

 embed,  iframe,  object,  video {
    max-width: 100%;
}

 dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

.gallery-caption {
	margin-top: 15px;
}

.pagination-wrapper .alignleft {
	margin-left: 10px; 
	margin-bottom: 20px;
}

.pagination-wrapper .alignright {
	margin-right: 10px;  
	margin-bottom: 20px;
}

.pagination-wrapper .alignleft a, .pagination-wrapper .alignright a {
	text-decoration: none;
	color: #444;
	text-transform: uppercase;
	font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.pagination-wrapper .alignleft a:hover, .pagination-wrapper .alignright a:hover {
	text-decoration: underline;
	color: #888;
}

.bypostauthor {position: relative;}

.sticky .all-blog-item {
    border: 2px solid #ccc;
    padding: 30px;
}

.post-password-form input[name="post_password"] { 
	background: #fff;
	color: #888;
	padding: 10px;
	font-size: 13px;
	font-weight: 400;
	border: 1px solid #eee;
	outline: none;
}

.post-password-form input[name="Submit"] { 
	background: #000;
	color: #fff;
	padding: 10px 30px;
	font-size: 13px;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	border: 1px solid #000;
}
.post-password-form input[name="Submit"]:hover { 
	cursor: pointer;
}

.ares .tp-bullet {
	width: 10px;
	height: 10px;
	position: absolute;
	background: none;
	border-radius: 50%;
	cursor: pointer;
	box-sizing: content-box;
	background: #fff;
}

.ares .tp-bullet:hover, .ares .tp-bullet.selected {
	width: 20px;
	height: 20px;
	margin-left: -5px;
	margin-top: -5px;
	background: #fff;
}

.global-wrapper { 
    position: relative;
    min-height: 100%;
    padding-bottom: 1px;
}

.boxed-wrapper {
	width: 1290px;
	margin: 30px auto;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
	 box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
	 background: #fff;
	 position: relative;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    line-height: 1;
}

h1 { font-size: 38px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

/*preloader */
#preloader {
    background-color:#fff;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%; 
    z-index: 9998;
    display:table;
    text-align: center;
}

.spinner {
    margin:auto;
    text-align: center;
    display:table-cell;
    vertical-align:middle;
} 


@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-ms-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-o-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
.uil-ripple-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  margin-top: 0;
}
.uil-ripple-css div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  border-width: 6px;
  border-style: solid;
  -ms-animation: uil-ripple 2s ease-out infinite;
  -moz-animation: uil-ripple 2s ease-out infinite;
  -webkit-animation: uil-ripple 2s ease-out infinite;
  -o-animation: uil-ripple 2s ease-out infinite;
  animation: uil-ripple 2s ease-out infinite;
}
.uil-ripple-css div:nth-of-type(1) {
  border-color: #000;
}
.uil-ripple-css div:nth-of-type(2) {
  border-color: #000;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.page-content {
    padding: 30px 90px;
    position: relative;
    z-index: 99;
}

.vc_row.fullwidth_row {
	margin-left: -90px;
	margin-right: -90px;
	padding-left: 75px;
	padding-right: 75px;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

.preloader-logo-retina {
    display: none;
}



.wpb_content_element, ul.wpb_thumbnails-fluid > li, .wpb_button {
  margin-bottom: 90px !important;
}


.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_col-has-fill > .vc_column-inner {
  padding-top: 90px !important;
}

.vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_col-has-fill > .vc_column-inner {
      padding-top: 90px !important;
}




/*------------------------------------------------------------------
[ 2. Header ]
------------------------------------------------------------------*/
.header-inside {
    display: table;
    vertical-align: middle;
    padding: 30px 90px;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.logo {
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
}

.logoImageRetina {
    display: none;
}

.logo a {
    display: inline-block;
    line-height: 0;
}

.menu-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.main-menu {
	float: right;
}

.rtl-style .main-menu {
    float: left;
}

.main-menu.standard-menu ul.sf-menu {
    margin-right: 0;
}

.main-menu ul.sf-menu {
	float: right;
}

.main-menu ul {
	color: #888;
    list-style: none;
    text-align: left;
    margin-top: 2px;
}

.main-menu ul.sf-menu > li {
	display: inline-block;
    margin: 0 15px;
    position: relative;
}
.main-menu ul.sf-menu > li:last-child {
    margin-right: 0;
}
.main-menu ul.sf-menu > li > a {
    color: #888;
    font-size: 15px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0px;
    font-style: italic 
}
span.sf-sub-indicator {
	display: none;
}

.main-menu ul.sf-menu > li:first-child::before {
    content: '';
}

.main-menu ul.sf-menu > li::before {
    content: "\2044";
    padding-right: 25px;
    display: inline-block;
    display: none;
}
/* submenu  */
.main-menu .sf-menu ul {
    position: absolute;
    min-width: 220px;
    background: #fff;
    z-index: 1000;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.2);
	visibility: hidden;
	display: none;
	padding: 25px 0 12px 10px;
}
.main-menu .sf-menu ul li {
	margin: 0;
	color: #888;
}
.main-menu .sf-menu ul li::before {
	content: "";
}
.main-menu .sf-menu ul li a {
	-webkit-font-smoothing: antialiased; 
	text-transform: none;
	font-size: 14px;
	padding: 0px 20px;	
	display: block;
	font-weight: 400;
	color: #888;
	margin-bottom: 15px;
}

.main-menu .sf-menu ul li:last-child {
	margin-bottom: 0px;
}

.main-menu .sf-menu ul li:first-child a {
	border: none;
}
.sf-menu > li > ul { 
	top: 30px;
	left: 0;
}

.main-menu .sf-menu ul ul {
	margin-top: -50px;
	left: 220px;
} 

.main-menu ul.sf-menu > li li.current-menu-item > a, .main-menu .sf-menu ul li > a:hover, .main-menu .sf-menu ul li.sfHover > a, .main-menu .sf-menu ul li.sfHover > a, .main-menu .sf-menu ul li li.current-menu-item > a, .main-menu .sf-menu ul li.current-menu-parent >  a, .main-menu .sf-menu ul li.current-menu-ancestor >  a,
.main-menu ul.sf-menu > li > a:hover, .main-menu ul.sf-menu > li.sfHover > a, .main-menu ul.sf-menu > li.current-menu-item > a, .main-menu ul.sf-menu > li.current-menu-parent > a, .main-menu ul.sf-menu > li.current-menu-ancestor > a  { 
	color: #000 !important;
}

.main-menu ul.sf-menu ul li a:hover {
	color: #000 !important;
}

.main-menu ul.sf-menu ul li.current-menu-item a {
	color: #000 !important;
}


/* Menu mobile */
.menu-icons-inside-mobile {
    display: none;
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -13px;
}	

.menu-wrapper {
    z-index: 9999;
    margin-top: 50px;
}

.menu-icon {
	position: relative;
	color: #000;
	float: right;
	height: 26px;
	margin-right: 0;
	display: inline-block;
    cursor: pointer;
}

.menu-icon:hover {
	color: #000;
}

.menu-icon-close {
	display: none;
}

.menu-icon.menu-icon-close {
	font-size: 48px;
	top: 3px;
	right: 25px;
}

.menu-icon-create {
	display: inline-block;
	width: 30px;
	height: 2px;
	position: relative;
	top: 12px;
	vertical-align: bottom;
	background: #000;
	white-space: nowrap;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	float: left;
}
  
.menu-icon-create:after, .menu-icon-create:before {	
	position: absolute;
	content: '';
	display: inline-block;
	width: 23px;
	height: 2px;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	outline: 1px solid transparent;
	left: 0;
	background: #000;	
}

.menu-icon-create:before {
	top: -8px;
}

.menu-icon-create:after {
	top: 8px;
}

.menu-icon.opened .menu-icon-create:before {
	top: 100%;
	-webkit-transform: rotate(-48deg) translate(2px, 0);
	-moz-transform: rotate(-48deg) translate(2px, 0);
	-ms-transform: rotate(-48deg) translate(2px, 0);
	-o-transform: rotate(-48deg) translate(2px, 0);
	transform: rotate(-48deg) translate(2px, 0)
}

.menu-icon.opened .menu-icon-create:after{
	-webkit-transform: rotate(45deg) translate(0, 1px);
	-moz-transform: rotate(45deg) translate(0, 1px);
	-ms-transform: rotate(45deg) translate(0, 1px);
	-o-transform: rotate(45deg) translate(0, 1px);
	transform: rotate(45deg) translate(0, 1px);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.menu-icon.opened  .menu-icon-create { 
	background: none;
}


.mobile-menu-wrapper {
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.85);
	display: none;
	position: absolute;
	height: auto;
	z-index: 9999;
	float: left;
	margin-bottom: 30px;
	display: none;
    top: 80px;
    left: 0;
    text-align: left;
}

.mobile-menu-wrapper ul {
	list-style: none;
}

.mobile-menu-wrapper ul.mobile-menu  li {
	display: block;
	margin: 0;
}

.mobile-menu-wrapper ul.mobile-menu  li:before {
	content: '';
}

.mobile-menu-wrapper ul.mobile-menu  li a {
	padding-left: 40px;
}

.mobile-menu-wrapper ul.mobile-menu li li a {
	font-size: 13px;
	padding-left: 30px
}

.mobile-menu-wrapper ul.mobile-menu ul {
    margin-left: 0px !important;
}

.mobile-menu-wrapper ul.mobile-menu  li li  li a  {
	padding-left: 80px;
}

.mobile-menu-wrapper ul.mobile-menu li a {
    width: 100%;
    padding: 12px 20px 10px;
    display: block;
    color: #fcf6ec;
    border-bottom: 1px solid #000;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
}

.mobile-menu-wrapper ul.mobile-menu  li a:hover, .mobile-menu-wrapper ul.mobile-menu  li.current_page_item a {
    color: #000 !important;
    background: #abca2a;
}

.header-sticky {
    z-index: 9999;
    position: fixed;
    width: 100%;
    top: -300px;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    background: #242520;
    border-bottom: 1px solid #353630;
}



/*------------------------------------------------------------------
[ 3. Upper Panel ]
------------------------------------------------------------------*/
.upper-panel {
    padding: 27px 90px 23px;
}

.upper-panel-left {
    float: left;
}

.upper-panel-right {
    float: right;
}

.upper-panel-item {
    float: left;
	margin-top: 2px;
}

.upper-panel-item:last-child {
    margin-left: 50px;
}

.upper-panel-icon {
    float: left;
    font-size: 18px;
	margin-right: 30px;
}

.upper-panel-icon.upper-panel-icon1 {
    color: #3cb8c9;
}

.upper-panel-icon.upper-panel-icon2 {
    color: #abca2a;
}

.upper-panel-value {
    float: left;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
	margin-top: 4px;
}

.upper-panel-socials ul.socials-sh {
    list-style: none;
}

.upper-panel-socials ul.socials-sh li {
    list-style: none;
    padding: 0;
    float: left;
    margin-left:25px;
    color: #bebebe;
}

.upper-panel-socials ul.socials-sh li a {
    color: #bebebe;
}
.upper-panel-socials ul.socials-sh li a:hover {
    color: #444;
}

 /* Seach in upper panel */
.upper-panel-socials {
    float: left;
}
                   
.upper-panel-search-wrapper {
    float: left;
    margin-left: 20px;
    position: relative;
}

.upper-panel-search-wrapper .upper-panel-search {
    cursor: pointer;
}

.upper-panel-search-wrapper  #s {
    background-color: #fff;
    background-size: 100% auto;
    border: 1px solid #e9e8e8;
    color: #888;
    cursor: text;
    display: none;
    float: right;
    font-size: 13px;
    padding: 15px 14px 15px 14px;
    position: absolute;
    right: 0;
    top: 60px;
    width: 225px;
    z-index: 99999;
    font-family: 'Raleway', sans-serif;
    outline: none;
}

.upper-panel-search-wrapper i {
	color: #3cb8c9;
}

.header-extra {
    position: relative;
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

.header-extra-inside {
    background: url(images/shadow-small.png) no-repeat;
    width: 700px;
    height: 20px;
    margin: 0 auto;
    position: absolute;
	z-index: 999;
	text-align: center;
}


/*------------------------------------------------------------------
[ 4. Page Titles ]
------------------------------------------------------------------*/
.page-title-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 90px;
    height: 280px;
    position: relative;
    margin-bottom: -100px;
    z-index: 0;
}
    
h1.page-title {
    margin-bottom: 0;
    background: #fff;
    display: inline-block;
    padding: 15px 50px;
    position: relative;
    z-index: 2;
    margin-top: 30px;
    font-size: 26px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}
    
.page-title-wrapper .page-title-inner {
    width: 100%;
    text-align: center;
}
    
.page-title-overlay-bottom-left {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 50%;
    height: 190px;
    background: #fff;
}

.page-title-overlay-top-left {
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    height: 90px;
    overflow: hidden;
    direction: ltr;
}
               
.page-title-overlay-top-left-inside {
    width: 2000px;
    height: 2000px;
    border-radius: 2000px;
    border: 200px solid #fff;
    z-index: 1;
    position: relative;
    bottom: 1710px;
    left: -460px;
}

.page-title-overlay-bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 50%;
    height: 190px;
    overflow: hidden;
    direction: ltr;
}

.page-title-overlay-bottom-right-inside {
    width: 2000px;
    height: 2000px;
    border-radius: 2000px;
    border: 200px solid #fff;
    z-index: 1;
    position: relative;
    top: 0;
    right: 900px;
}
                            
.page-title-overlay-top-left-inside {
    width: 2000px;
    height: 2000px;
    border-radius: 2000px;
    border: 200px solid #fff;
    z-index: 1;
    position: relative;
    bottom: 1710px;
    left: -460px;
}



/*------------------------------------------------------------------
[ 5. Shortcodes ]
------------------------------------------------------------------*/
.cwi {
    margin-left: -15px;
    margin-right: -15px;
}

.cwi-single {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    float: left;
    margin-bottom: 30px;
}

.cwi-icon span:before {
    color: #3cb8c9;
    font-size: 44px;
	margin-left: 0;
}

.cwi-title {
    color: #222;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
	padding-right: 40px;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 15px;
}

/* Info Box */
.infobox {
    background-repeat: no-repeat;
    background-position: 30px;
    background-color: #abca2a;
    border-radius: 100px;
    width: 890px;
    margin: 0 auto;
    padding: 41px 100px 30px;
	min-height: 105px;
}

.infobox-inside {
    text-align: center;
}

.infobox-data1-caption,
.infobox-data2-caption {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 20px;
    font-style: italic;
    letter-spacing: -0.5px;
    display: inline-block;
    line-height: 1.2;
}

.infobox-data1-content,
.infobox-data2-content {
    display: inline-block;
    margin-left: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    top: 1px;
}

.infobox-data1,
.infobox-data2 { 
    position: relative;
    display: inline-block;
}

.infobox-data1 {
    text-align: left;
    padding-right: 30px;
}

.infobox-data2 {
    text-align: left;
    padding-left: 30px;
}

.infobox-separator {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
}

/* about */
.vc_dentaly_about.type1 {
    width: 958px;
    margin-left: auto;
    margin-right: auto;
}

.about-details {
    width: 500px;
    float: left;
    text-align: right;
    margin-top: 60px;
	margin-right: 60px;
}

.vc_dentaly_about.type2 .about-details {
    text-align: left;
}

.about-slider {
    width: 398px;
    float: right;
}

.vc_dentaly_about.type2 .about-slider {
    width: 398px;
    float: right;
}

.vc_dentaly_about.type2 .about-details {
	margin-left: 60px;
}

.about-image.item {float: left;}

.about-image img {
    border-radius: 50%;
}

.about-title {	
	font-size: 32px;
	color: #222;
	line-height: 1;
	margin-bottom: 30px;
}

.about-content {
    margin-bottom: 40px;
    color: #555;
}

a.about-button {
    background: #3cb8c9;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
	padding: 10px 30px;
	border-radius: 30px;
}

a.about-button:hover {
    background: #abca2a;
}


.owl-carousel .owl-item img {
    width: auto;
}

.vc_dentaly_about.type2 .about-details {
    float: right;
}


/* CWI - Columns with icons #2  - Advantages */
.cwi2 {
    margin-left: -15px;
    margin-right: -15px;
}

.cwi2-single {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    float: left;
    margin-bottom: 30px;
}

.sh-title.cwi2-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}

.cwi2-icon span:before {
    color: #fff;
    font-size: 44px;
	margin-left: 0;
}

.cwi2-title {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
	padding-right: 40px;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.cwi2-summary {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    font-weight: 500;
}
 
/* Counter */
.counter-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.single-counter {
    width: 20%;
    float: left;
    text-align: center;
}
		
.counter-number-wrapper {
	z-index: 9;
	background: #fff;
	padding: 0 34px;
	font-size: 40px;
	display: inline-block;
	color: #404040;
}

.counter_execute {
    z-index: 9;
    font-size: 32px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
		
.counter-title {
    border: 1px solid #eee;
    padding-bottom: 56px;
    margin-top: -20px;
    padding-top: 20px;
    border-left: none;
    font-size: 15px;
    color: #555;
    line-height: 1;
    font-style: italic;
}
		
.single-counter.first-counter .counter-title {
	border-left: 1px solid #eee;
} 
.counter-icon span:before { 
	margin-left: 0; 
	font-size: 40px; 
}

.counter-icon span {
	color: #abca2a;
	line-height: 1;
}


/* Testimonials */
.testimonials-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.testimonial-item {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3334%;
    float: left;
    margin-bottom: 40px;
}


/* Team */
.team-members-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}

.team-member-single {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    float: left;
    margin-bottom: 30px;
}

.team-member-single-image img {
    border-radius: 50%;
}

p.team-member-name,
a.team-member-name {
    font-family: 'Montserrat', sans-serif;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
    line-height: 1  !important;;
    float: none;
    text-align: center;
    padding: 0;
    display: inline-block;
    margin-top: 15px;
	letter-spacing: 0  !important;
	margin-bottom: 0  !important;
}

.team-member-position {
    margin-bottom: 10px  !important;;
    color: #888;
    font-style: italic;
}

a.team-member-email {
    font-weight: 500;
    color: #555;
}

a.team-member-email:hover {
    font-weight: 500;
    color: #000;
}

.sh-title.team-member-title {
    text-align: center;
    margin-bottom: 60px;
    font-size: 22px;
    font-weight: 500;
    color: #222;
    line-height: 1;
}

/* Services */
.service-grid {
    margin-left: -15px;
    margin-right: -15px;
}

.service-grid-single {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3334%;
    float: left;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.service-grid .service-grid-single:nth-child(3n+1)  {
    clear: both;
}

.service-grid-with-icon {
    margin-left: -15px;
    margin-right: -15px;
}

.service-grid-with-icon-single {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    float: left;
    margin-bottom: 30px;
}

.service-border {
    width: 40px;
    height: 5px;
    background: #abca2a;
}

h2.service-title,
h2.service-title a {
    font-weight: 600;
    font-size: 18px;
    color: #222;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 15px;
}

a.service-grid-icon span:before {
    color: #3cb8c9;
    font-size: 44px;
    margin-left: 0;
}

h2.service-with-icon-title a {
    color: #222;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    padding-right: 100px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 15px;
}

.service-grid-single-thumb {
    position: relative;
    display: block;
    line-height: 0;
    float: left;
}

.service-grid-single-thumb::before, .post-type-link::before, .main-gallery-image::before, .small-gallery-image::before  {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.service-grid-content-area {
    position: relative;
    z-index: 9999;
    float: left;
}

.service-grid-single-thumb:hover::before, .post-type-link:hover::before, .main-gallery-image:hover::before, .small-gallery-image:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* Price list */
.single-pricelist-category-filter {
    float: left;
    width: 320px;
    border-radius: 30px;
    list-style: none;
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-color: #abca2a;
	padding: 30px 50px;
}

.pricelist-items {
    margin-left: 400px;
}

ul.single-pricelist-category-filter li {
    margin-bottom: 5px;
}

ul.single-pricelist-category-filter li a {
    color: #edfbb2;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

ul.single-pricelist-category-filter li a.selected,
ul.single-pricelist-category-filter li a:hover {
    color: #fff;
}


.single-pricelist-title {
    color: #222;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    float: left;
}

.single-offer-price {
    float: left;
    color: #abca2a;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-left: 30px;
}

.single-pricelist-item {
    margin-bottom: 30px;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.sh-title.pricelist-title {
    text-align: center;
    margin-bottom: 60px;
    font-size: 28px;
    font-weight: 600;
    color: #222;
    line-height: 1;
}



/*------------------------------------------------------------------
[ 6. Footer ]
------------------------------------------------------------------*/
.prefooter {
    text-align: center ;
    padding: 70px 90px;
    background-size: cover;
    position: relative;
}

.prefooter span {
    background: #fff;
    border-radius: 30px;
    padding: 15px 35px;
    color: #444;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

.prefooter-overlay { 
    background: #000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute; 
}

.footer-inside {
    padding: 50px 90px 20px;
    background: #0f2b33;
}

.footer-column {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.footer-column.footer-col1 {
    width: 100%;
}

.footer-column.footer-col2 {
    width: 50%;
}
.footer-column.footer-col3 {
    width: 33.3334%;
}

.footer-column.footer-col4 {
    width: 25%;
}

.under-footer {
    text-align: center;
    background: #0b2026;
    padding: 20px;
    color: #aeb4b6;
    font-weight: 500;
}

.under-footer a {
    color: #fff;
	font-weight: 500;
}

.under-footer a:hover {
    color: #d8d8d8;
}

.footer h3.widget-title {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
}

.footer .textwidget,
.footer .textwidget p, 
.footer .textwidget p a,
.footer .textwidget a {
    color: #b4c9cf;
    font-weight: 500
}

.footer .textwidget a {
    display: block;
}

.footer .textwidget p a { display: inline-block;}

.footer .textwidget p a:hover,
.footer .textwidget a:hover {
    color: #fff;
}



/*------------------------------------------------------------------
[ 7. Contact ]
------------------------------------------------------------------*/
.contact1-maps .mapStyleClass {
    height: 360px;
    margin-left: -90px;
    margin-right: -90px;
    margin-bottom: -30px;
}

.contact1-details {
    background-repeat: no-repeat;
	background-position: 20px 20px;
	background-color: #abca2a;
    width: 320px;
    float: left;
    border-radius: 30px;
    padding: 40px 50px 20px;
}

.contact1-detail-title {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.contact1-detail-content p {
    color: #f4fdcc;
    font-size: 16px;
    font-weight: 500;
}

.contact1-detail-content p a {
    color: #f4fdcc;
    font-size: 16px;
    font-weight: 500;
}

.contact1-detail-content p a:hover {
    color: #fff;
}

.contact1-form-wrapper {
    position: relative;
    margin-left: 400px;
    margin-bottom: 30px;
}

.pego-contact-form {
	float: left;
	width: 100%;
}

.pego-contact-form input,
.pego-contact-form textarea {
	background: #fff;
	border: 1px solid #dedede;
	padding: 18px 30px;
	font-family: 'Raleway', sans-serif;
	color: #888;
	font-size: 14px;
	text-transform: none;
	outline: none;
	width: 100%;
	margin-bottom: 20px;  
	-webkit-appearance: none;
	border-radius: 30px;
}

.pego-contact-form textarea {
    height: 230px;
    margin-bottom: 15px;
}

[placeholder]::-webkit-input-placeholder {
   color: #888;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.5s 0.5s ease;
    text-indent: -100%;
    opacity: 1;
}

.pego-contact-form input.wpcf7-submit {
	background: #3cb8c9;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	padding: 10px 30px;
	-webkit-appearance: none;
	width: auto;
}
.pego-contact-form input.wpcf7-submit:hover {
	background: #abca2a;
	color: #fff;
	cursor: pointer;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

div.wpcf7 {
	width: 100%;
	margin: 0 auto;
}
span.wpcf7-form-control-wrap.your-name {
    width: 49%;
    float: left;
}

span.wpcf7-form-control-wrap.your-email {
    width: 49%;
    float: right;
}
.wpcf7 p {
    margin-bottom: 0;        
}
input.wpcf7-captchar {
	
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 12px !important;
	display: block !important;
	font-family: 'Merriweather', serif !important;
	font-style: italic !important;
	top: -5px;
	position: relative;
}
.wpcf7-response-output {
	margin: 10px 0 !important;
	padding: 10px 30px !important;
}
.wpcf7-validation-errors {
	background: #eee;
	border: none !important;
	font-size: 12px !important;
	font-family: 'Merriweather', serif !important;
}
.wpcf7-mail-sent-ng {
	border: none !important;
	background: #e1776d;
	font-size: 12px !important;
	font-family: 'Merriweather', serif !important;
	font-style: italic !important;
	color: #fff;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
	position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}

.contact2-maps {
    float: left;
    width: 300px;
    position: relative;
}

.contact2-maps .mapStyleClass {
    width: 400px;
    height: 400px;
}

.contact2-form-wrapper {
    position: relative;
    margin-left: 500px;
}

.contact2-details {
    background-repeat: no-repeat;
    background-position: 20px 20px;
    background-color: #abca2a;
    width: 100%;
    float: left;
    border-radius: 30px;
    padding: 40px 50px 20px;
    margin: 70px 0;
}

.contact2-details-inside {
    margin-left: -15px;
    margin-right: -15px;
}

.contact2-detail-title {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.contact2-detail-content p {
    color: #f4fdcc;
    font-size: 16px;
    font-weight: 500;
}

.contact2-detail-content p a {
    color: #f4fdcc;
    font-size: 16px;
    font-weight: 500;
}

.contact2-detail-content p a:hover {
    color: #fff;
}

.contact2-detail {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.contact2-detail:last-child {
	margin-right: 0px;
}


/*------------------------------------------------------------------
[ 8. Error Page ]
------------------------------------------------------------------*/
.error-elements {
    text-align: center;
}

.error-content1 {
    font-family: 'Montserrat', sans-serif;
    color: #444;
    font-weight:500;
    font-size: 210px;
	line-height: 1;
	margin-bottom: 20px;
}

.error-content2 {
    font-size: 24px;
	margin-bottom: 20px;
	font-weight: 500;
}

.error-content3 {
	margin-bottom: 100px;
	font-weight: 500;
}


/*------------------------------------------------------------------
[ 9. Testimonials ]
------------------------------------------------------------------*/
.testimonial-item-inside {
    border: 1px solid #eee;
}

.testimonial-quote-sign {
    text-align: center;
    border: 1px solid #eee;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    top: -20px;
    position: relative;
    font-size: 62px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    padding-top: 5px;
    color: #abca2a;
}

.sh-title.testimonial-title {
    text-align: center;
    margin-bottom: 60px;
    font-size: 28px;
    font-weight: 600;
    color: #222;
    line-height: 1;
}

.testimonial-content-wrapper {
    text-align: center;
    padding: 0px 50px 30px;
}

span.testimonial-author-name {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
    float: none;
    text-align: center;
    padding: 0;
    display: block;
    margin-top: 30px;
}

span.testimonial-author-position {
    margin-bottom: 10px;
    color: #888;
    font-style: italic;
    font-size: 13px;
}


/*------------------------------------------------------------------
[ 10. Blog ]
------------------------------------------------------------------*/
.all-blog-item {
    margin-bottom: 70px;
}

.all-blog-items {
    width: 740px;
    float: left;
    margin-right: 70px;
}
.sidebar {
    width: 300px;
    float: left;
}

ul.all-blog-details {
    list-style: none;
    margin-left: 3px;
}

ul.all-blog-details li {
    float: left;
    margin: 0;
    padding: 0;
    font-style: italic;
    color: #a3a1a1;
	margin-right: 10px;
}

ul.all-blog-details li:after {
    content: "/";
	margin-left: 10px;
}

ul.all-blog-details li:last-child:after {
    content: "";
}

ul.all-blog-details li a {
    font-style: italic;
    color: #a3a1a1;
}

ul.all-blog-details li a:hover {
    color: #555;
}

a.all-blog-title,
h1.all-blog-title.single-post-title {
    font-size: 28px;
    color: #222;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    display: block;
    letter-spacing: -1px;
    font-family: 'Montserrat', sans-serif;
}

.all-blog-image {
    margin-bottom: 10px;
    display: block;
}

a.all-blog-title:hover {
    color: #3cb8c9;
}

a.post-grid-readmore {
    background: #3cb8c9;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 10px 30px;
    -webkit-appearance: none;
    width: auto;
    border-radius: 30px;
	margin-top: 0px;
	display: inline-block;
}

a.post-grid-readmore:hover {
    background: #abca2a;
    color: #fff;
    cursor: pointer;
}



/*------------------------------------------------------------------
[ 11. Comments Posts ]
------------------------------------------------------------------*/
h1.comment-main-title {
    margin: 50px 0 0px 0;
    font-size: 24px;
    color: #222;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    letter-spacing: -1px;
    font-family: 'Montserrat', sans-serif;
}

h3#reply-title {
    margin-top: 50px;
}

#comments input, #comments label {
    width: 100%;
}

textarea#comment {
	outline: none;
	width: 100%;
	resize: none;
}

input#author,
input#email,
input#url,
textarea#comment{
	border: none;
	font-size: 13px;
	text-transform: none;
	outline: none;
	border-bottom: solid 1px #dfdfdf;
    font-family: 'Raleway', sans-serif;
    color: #000;
    padding-left: 10px;
    padding-bottom: 10px;
	margin-bottom: 30px;
}

p.comment-form-author,
p.comment-form-email {
    float: left;
    width: 48%;
}

p.comment-form-author {
    margin-right: 4%;
}

input#author::-webkit-input-placeholder,
input#email::-webkit-input-placeholder,
input#url::-webkit-input-placeholder,
textarea#comment::-webkit-input-placeholder {
    color: #777;
	font-size: 13px;
	font-weight: 400;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.5s 0.5s ease;
    text-indent: -100%;
    opacity: 1;
}

span.required { display: none; }

input#submit.submit {
	background: #3cb8c9;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	padding: 10px 30px;
	-webkit-appearance: none;
	width: auto;
	border-radius: 30px;
	text-decoration: none;
}

input#submit.submit:hover {
	background: #abca2a;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

p.form-submit { text-align: center; margin-bottom: 50px; }

p.comment-notes {
    color: #777;
    font-style: normal;
    font-size: 12px;
    margin-bottom: 30px
}

.comment-author.vcard {
	float: left;
	width: auto;
    margin-bottom: 30px;
}

span.says { display: none; }

.comment-author img {
	float: left;
}

cite.fn {
    position: relative;
    margin-left: 120px;
    display: block;
    font-style: normal;
    line-height: 1;
    color: #242424;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
cite.fn a {
    position: relative;
    margin-left: 120px;
    display: block;
    font-style: normal;
    line-height: 1;
    color: #242424;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

a.comment-date {
	font-size: 12px;
	color: #777;
	margin-top: 3px;
}

.reply {
	margin-left: 120px;
} 

.reply a {
    position: absolute;
    float: right;
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

.reply a:hover {
	color: #777;
}

.comment-content {
	margin-left: 120px;
}

.comment-content p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 6px;
}

.comment-content ul,
.comment-content ol {
    margin-bottom: 30px;
}

.all-comments {
	list-style: none;
    position: relative;
}

.all-comments > li {
	border-bottom: 1px solid #dfdfdf;
}

.all-comments li.comment, .all-comments li.pingback {
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
	float: left;
}

.comment-meta.commentmetadata {
	margin-left: 120px;
}

em.comment-awaiting-moderation {
	margin-left: 20px;
	font-size: 12px;
	font-style: normal;
}

p.logged-in-as,
p.logged-in-as a {
	color: #555;
	font-size: 12px;
    font-family: 'Raleway', sans-serif;
}

#respond.comment-respond {
	display: block;
    width: 100%;
    float: left;
}
.all-comments ul.children li {
	margin-top: 0px;
	display: block;
	margin-bottom: -30px;
    width: auto;
}

.all-comments ul.children li ul.children li {
	margin-top: 0px;
	display: block;
	margin-bottom: 0;
	width: auto;
}

.all-comments ul.children li.byuser {
    margin-top: 0px;
    display: block;
    clear: left;
    width: auto;
}

.all-comments ul li {
	margin-left: 50px !important;
}

p.comment-form-author,
p.comment-form-email,
p.comment-form-comment {margin-bottom: 0;}

.page-wrapper ul.children {
    margin-bottom: 0px;
}

#cancel-comment-reply-link {
    color: #555;
}

a.url {margin-left: 0 !important;}

a.comment-edit-link {
    color: #555;
    font-size: 12px;
}

.all-comments li.comment, .all-comments li.pingback {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 50px;
}

.all-comments ul.children li {
    margin-bottom: 0;
}

.comment-author.vcard {
    margin-bottom: 50px;
}

.comment-content p {
    margin-bottom: 10px;
}


/*------------------------------------------------------------------
[ 12. Sidebar ]
------------------------------------------------------------------*/
.widget {
	margin-bottom: 30px;
    width: 100%;
    float: left;
}

h3.sidebar-title {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #222;
    font-family: 'Montserrat', sans-serif;
}

.widget ul { list-style: none; list-style-position: inside;}
.widget ul li { 
	margin: 0;
	color: #777;
	font-size: 14px;
}

.widget ul li a {
	color: #777;
	font-size: 14px;
}

.widget ul li a:hover {
	color: #000;
}

.widget_recent_entries li a {
    display: block;
    margin-bottom: 10px;
}

.widget ul li ul {
	margin-left: 10px;
}

label.screen-reader-text { display: none; }

.widget select {
	-webkit-appearance: none;  
	-moz-appearance: none; 
	min-width: 165px; 
	text-indent: 0.01px; 
	text-overflow: "";  
	color: #fff;
	outline: none;
	cursor: pointer;
	max-width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
    text-transform: uppercase;
    padding: 13px 40px 13px 30px;
    font-weight: 500 !important;
    background: url('images/arrow1.png') no-repeat right #333;
}


/* calendar */
.wp-calendar {width: 100%;}
.calendar_wrap caption {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    padding: 5px 0;
    margin-bottom: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.calendar_wrap th {
	color: #212121;
	font-weight: 500;
	border: none;
	font-size: 14px;
    text-align: center;
	font-family: 'Raleway', sans-serif;
}
.calendar_wrap td {
	text-align: center;
	color: #777;
	text-decoration: none;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
}
.calendar_wrap td.pad {
	color: #000;
	border: none;
}

.calendar_wrap a {
	font-weight: 400;
	color: #212121;
	text-decoration: none;
}

.calendar_wrap table, .calendar_wrap td, .calendar_wrap th, table#wp-calendar { border: none; }

.calendar_wrap td#today {
	color: #000;
}

.calendar_wrap th {
	color: #212121;
	font-weight: 500;
	border: none;
	font-size: 14px;
}
.calendar_wrap td {
	text-align: center;
	color: #777;
	text-decoration: none;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
    padding: 0;
}
.calendar_wrap td.pad {
	color: #000;
	border: none;
}
.calendar_wrap a {
	font-weight: 400;
	color: #212121;
	text-decoration: none;
}

.widget li.recentcomments {
    color: #000;
    margin-bottom: 20px;
	line-height: 1
}
.widget li.recentcomments a {
	line-height: 1.4;
}
.widget li.recentcomments a.url {color: #000;}

.widget_recent_entries ul li  {
    margin-bottom: 20px;
}

.widget_recent_entries ul li a {
    line-height: 1.4;
}

/* rss */
a.rsswidget {
    color: #000;
}
.widget_rss ul li {
	margin-bottom: 30px;
    list-style-position: inside;
	list-style: none;
	color: #000;
}
.widget_rss ul li a {
    color: #000;
    padding-left: 0 !important;
    font-size: 16px;
    display: block;
    line-height: 1.2;
}
.widget_rss ul li a:hover {
	color: #555;
}

.widget_rss span.rss-date {
    font-size: 12px;
    font-weight: 400;
    color: #777;
    margin-bottom: 10px;
    display: block;
}

.widget_rss .rssSummary {
    font-size: 13px;
    color: #777777;
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    margin-bottom: 10px;
}

.widget_rss cite { 
	color: #000; 
	font-style: italic;
}

/* cloud tags */
.tagcloud a {
	color: #fff;
	font-size: 13px !important;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	text-decoration: none;
	padding: 10px 20px;
	line-height: 1;
	background: #333;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	border: none;
    border-radius: 20px;
}

.tagcloud a:hover {
    background: #e8e8e8;
    color: #000;
    transition: all ease 0.3s;
}

input#s {
    background: #333;
    border: none;
    color: #999;
    padding: 17px 35px 17px 25px;
    font-size: 14px;
    margin-bottom: 10px;
    z-index: 2;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    font-family: 'Raleway', sans-serif;
    line-height: 1;
    width: 100%;
    margin-top: 10px;
    font-weight: 500;
}

/* Home slider */

 .home-slider {
    position: relative;
    margin-bottom: -100px;
    z-index: 1;
}

.slider-overlay {
    display: none;
}

.slider-overlay-bg {
    position: absolute;
    left: 0;
    bottom: 0;
}
.slider-overlay-bg img{
    float: left;
}
    
.slider-overlay-bottom-left {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 50%;
    height: 150px;
    background: gold;
}

.slider-overlay-top-left {
    height: 210px;
    position: absolute;
    left: 0;
    right: 50%;
    bottom: 150px;
    overflow: hidden;
}

.slider-overlay-top-left-inside {
    width: 3000px;
    height: 3000px;
    border-radius: 1500px;
    border: 400px solid gold;
    z-index: 1;
    position: relative;
    bottom: 2390px;
    left: -860px;
}
    
.slider-overlay-bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 50%;
    height: 150px;
    overflow: hidden ;
}

.slider-overlay-bottom-right-inside {
    width: 3500px;
    height: 3500px;
    border-radius: 1750px;
    border: 310px solid gold;
    z-index: 99999;
    position: relative;
    top: 0;
    right: 1750px;
}


/* Book an appointment */
.book-an-appointment {
    width: 290px;
    height: 290px;
    background-color: #abca2a;
    display: block;
    position: absolute;
    bottom: 100px;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    left: 150px;
}

.ba-icon:before {
    margin-left: 0;
    color: #fff;
    font-size: 46px;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}

.ba-content {
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    font-style: italic;
    padding: 0 30px;
    text-align: center;
    display: inline-block;
}

.post ul,
.post ol {
    margin-bottom: 20px;
}

dl.gallery-item {
    margin-bottom: 20px;
}

a.more-link {
    font-weight: 600;
}

.wp-audio-shortcode {
    margin-bottom: 30px;
}

.footer .widget ul li { 
	margin: 0;
	color: #9cb0b6;
	font-size: 14px;
}

.footer .widget ul li a {
	color: #9cb0b6;
	font-size: 14px;
}

.footer .widget ul li a:hover {
	color: #fff;
}


/* calendar */
.footer .calendar_wrap caption {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    padding: 5px 0;
    margin-bottom: 5px;
	border-top: 1px solid #9cb0b6;
	border-bottom: 1px solid #9cb0b6;
}
.footer .calendar_wrap th {
	color: #9cb0b6;
	font-weight: 500;
	border: none;
	font-size: 14px;
    text-align: center;
	font-family: 'Raleway', sans-serif;
}
.footer .calendar_wrap td {
	text-align: center;
	color: #9cb0b6;
	text-decoration: none;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
}
.footer .calendar_wrap td.pad {
	color: #9cb0b6;
	border: none;
}

.footer .calendar_wrap a {
	font-weight: 400;
	color: #212121;
	text-decoration: none;
}

.footer .calendar_wrap td#today {
	color: #fff;
}

.footer .calendar_wrap th {
	color: #fff;
	font-weight: 500;
	border: none;
	font-size: 14px;
}
.footer .calendar_wrap td {
	text-align: center;
	color: #9cb0b6;
	text-decoration: none;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
    padding: 0;
}
.footer .calendar_wrap td.pad {
	color: #fff;
	border: none;
}
.footer .calendar_wrap a {
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

.footer .widget select {
	-webkit-appearance: none;  
	-moz-appearance: none; 
	min-width: 165px; 
	text-indent: 0.01px; 
	text-overflow: "";  
	color: #fff;
	outline: none;
	cursor: pointer;
	max-width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
    text-transform: uppercase;
    padding: 15px 40px 13px 30px;
    font-weight: 500 !important;
    background: url('images/arrow1.png') no-repeat right #728e96;
    border: none;
}

.footer .widget li.recentcomments {
    color: #fff;
}
.footer .widget li.recentcomments a.url {color: #fff;}


.footer a.rsswidget {
    color: #fff;
}
.footer .widget_rss ul li {
	margin-bottom: 30px;
    list-style-position: inside;
	list-style: none;
	color: #fff;
}
.footer .widget_rss ul li a {
    color: #fff;
    padding-left: 0 !important;
    font-size: 16px;
    display: block;
    line-height: 1.2;
}
.footer .widget_rss ul li a:hover {
	color: #fff;
}

.footer .widget_rss span.rss-date {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

.footer .widget_rss .rssSummary {
    font-size: 13px;
    color: #9cb0b6;
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    margin-bottom: 10px;
}

.footer .widget_rss cite { 
	color: #fff; 
	font-style: italic;
}

.footer input#s {
    background: #fff;
    color: #555;
}

.footer strong {
	color: #fff;
}

.footer .tagcloud a {
	color: #fff;
	font-size: 13px !important;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	text-decoration: none;
	padding: 10px 20px;
	line-height: 1;
	background: #728e96;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	border: none;
}

.footer .tagcloud a:hover {
	background: #fff;
    color: #000;
}

.service-content ul,
.service-content ol {
    margin-bottom: 25px;
    margin-left: 30px;
    color: #000;
}

.service-content ul em,
.service-content ol em {
    color: #000;
}

.service-content .wpb_content_element {
   margin-bottom: 30px !important;
}

.widget_recent_entries li:last-child {
    margin-bottom: 0;
}

.cat-tag-title {
    font-family: 'Montserrat', sans-serif;
    color: #222;
    font-weight: 500;
}

.post-tags a {
    color: #555;
	font-size: 14px;
    font-style: italic;
}

.post-tags a:hover {
    color: #3cb8c9;
}

.index-content .sidebar {margin-top: 30px;}

/*------------------------------------------------------------------
[ 13 RTL ]
------------------------------------------------------------------*/
.rtl-style .cwi-title {
	padding-right: 0px;
}

.rtl-style .upper-panel-left {
    float: right;
}

.rtl-style .upper-panel-right {
    float: left;
}

.rtl-style .upper-panel-item {
    float: left;
}

.rtl-style .upper-panel-item:last-child {
    margin-left: 50px;
}

.rtl-style .upper-panel-icon {
	margin-right: 0px;
    float: right;
    margin-left: 30px;
}

.rtl-style .logo {
    padding-right: 0px;
}

.rtl-style .main-menu ul.sf-menu > li:last-child {
    margin-left: 0;
    margin-right: 20px;
}

.rtl-style .upper-panel-socials ul.socials-sh li {
    margin-right: 25px;
    margin-left: 0;
}

.rtl-style .upper-panel-search-wrapper {
    margin-left: 0px;
}

.rtl-style .infobox-data2 {
    text-align: right;
    padding-left: 0px;
}

.rtl-style .infobox-data1-content,
.rtl-style .infobox-data2-content {
    margin-right: 20px;
    margin-left: 0;
}

.rtl-style .infobox-separator {
    margin: 0 30px;
}

.rtl-style .cwi2-title {
	padding-right: 0px;
}

.rtl-style .tagcloud a {
	float: right;
}

.rtl-style ul.all-blog-details {
    list-style: none;
    margin-right: 0px;
    float: right;
}

.rtl-style ul.all-blog-details li {
    float: right;
    margin: 0;
    padding: 0;
    font-style: italic;
    color: #a3a1a1;
	margin-right: 0px;
}

.rtl-style ul.all-blog-details li:after {
    content: "/";
    margin-left: 10px;
    margin-right: 10px;
}

.rtl-style ul.all-blog-details li:last-child:after {
    display: none
}

.rtl-style .single-pricelist-details {
    float: right;
}

.rtl-style .single-pricelist-title {
    float: right;
}

.rtl-style .single-offer-price {
    margin-right: 30px;
    margin-left: 0;
}

.rtl-style h2.service-with-icon-title a {
    padding-left: 100px;
    padding-right: 0;
}

.rtl-style .pego-contact-form h3 {
    text-align: right;
}

.rtl-style .pego-contact-form input.wpcf7-submit {
    float: right;
}

.rtl-style .contact2-maps {
    left: 100px;
}

/* END of style.css */