﻿/*
Theme Name: tentackle
Theme URI: http://tentackles.com/
Description: Award-winning Design Agency offering UI/UX Design, Development, and Marketing services. Tentackles specializes in UX Design, UI Design, Content, and Branding.
Author URI: http://tentackles.com/
*/
/* TABLE OF CONTENTS:

1. Reset tags and predefined classes
2+ See in the active skin styles

-------------------------------------------------------------- */
/* 1. Reset tags
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, video, audio,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  outline: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

applet, object, iframe, video, audio,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
}

html {
  font-size: 100%;
  /*62.5%;*/
                	          		/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units
									   http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
                            	/* www.456bereastreet.com/archive/201012/
									   controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html:not(.edit-post-visual-editor) {
  height: 100%;
  overflow-y: scroll !important;
  overflow-x: hidden;
}

html:not(.edit-post-visual-editor),
body:not(.edit-post-visual-editor) {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  color: inherit;
  background: none;
  border-style: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

div.ui-datepicker {
  background-color: #fff;
}

div.ui-accordion .ui-accordion-header {
  padding: 0;
}

div.ui-accordion .ui-accordion-header-icon {
  display: none;
}

div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
  padding: 0;
}

div.ui-tabs .ui-tabs-nav li {
  float: none;
  margin: 0;
}

div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}

/* Predefined classes for users
-------------------------------------------------------------- */
/* Round object corners */
.rounded_none {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.rounded_tiny {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.rounded_small {
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.rounded_medium {
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.rounded_large {
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.editor-styles-wrapper .wp-elements-0 a {
    color: #194893;
}
.rounded {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* Overflow hidden */
.overflow_hidden {
  overflow: hidden !important;
}

.overflow_x_hidden {
  overflow-x: hidden !important;
}

.overflow_y_hidden {
  overflow-y: hidden !important;
}
.our-researchlist{
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:5px;
}
.our-researchlist span li a{
	color:#cccec9 !important;
	cursor:pointer !important;
}
.slider_pagination_style_title .slider_pagination_wrap .slider_pagination_bullet{
	font-weight: bold !important;
	font-size:36px !important;
}
.rating-review .sc_icon_type_svg svg{
	vertical-align: top;
}
.rating-review .sc_icons_divider4 .sc_icons_item_title + .sc_icons_item_description {
  margin-top: 2px;
}
.who-we-style .sc_icons .sc_icons_item_title{
	font-size:20px;
	margin-top:10px;
}
.service-card .sc_icons_accent .sc_icons_item{
	padding:25px 20px;
}
.service-card .sc_icons_accent .sc_icons_item:hover{
	background:#101010;
	box-shadow:none;
}
.portfolio_page_details_top .portfolio_page_title,
.portfolio_page_details_top .portfolio_page_details_wrap,
.portfolio_page_details_item.portfolio_page_details_share{
	display:none;
}
.portfolio_page_details_top .sc_title .sc_item_subtitle_above{
	margin-bottom:0.1em;
	text-transform: capitalize;
}
.single-cpt_portfolio .post-navigation .nav-links{
	margin-bottom:30px;
}
.scrollheader.she-header .menu-item a:hover,
.scrollheader.she-header .menu-item.current_page_item a{
  color: #1D1D1D !important;
}
.scrollheader.she-header .menu-item > a::after {
  background-color: #1D1D1D !important;
}
.grecaptcha-badge { 
    visibility: hidden;
}
@media(min-width: 1441px){
	.testwordmt{
		height:35px;
	}
	.textdescription{
		height:56px;
		line-height:1.5;
	}
}
@media(max-width: 1440px and min-width:991px){
	.testwordmt{
		height:55px;
		line-height:1.5;
	}
	.textdescription{
		height:56px;
		line-height:1.5;
	}
	
}
.effect-text ul.premium-atext__items-wrapper li{
	font-size:32px;
	font-weight:600;
	font-family:"oxygen";
	color:#212d65;
}

#wp-content-editor-container a {
    color: red !important;
}

