first commit
This commit is contained in:
110
wp/wp-content/themes/thbusiness/css/admin.css
Normal file
110
wp/wp-content/themes/thbusiness/css/admin.css
Normal file
@@ -0,0 +1,110 @@
|
||||
.media-picker-remove {
|
||||
position: absolute;
|
||||
margin-top: -40px;
|
||||
margin-left: 5px;
|
||||
background-color: #E0E0E0;
|
||||
color: #FF4D4D;
|
||||
padding: 4px;
|
||||
border-radius: 50%;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
opacity: 0.7;
|
||||
right: 20px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.media-picker-wrap {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.thbusiness-theme-info {
|
||||
margin-top: 50px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-bottom: 50px;
|
||||
padding: 50px;
|
||||
background-color: #fff;
|
||||
max-width: 1000px;
|
||||
}
|
||||
|
||||
h1.thbusiness-info-title {
|
||||
font-size: 36px;
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
color: #353535;
|
||||
}
|
||||
|
||||
.thbusiness-info-header {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.thbusiness-theme-description {
|
||||
font-size: 14px;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.thbusiness-info-blocks {
|
||||
clear: both;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.thbusiness-info-block {
|
||||
width: 30%;
|
||||
height: 100px;
|
||||
float: left;
|
||||
text-align: center;
|
||||
margin: 0 0 5% 5%;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.thbusiness-info-block {
|
||||
padding-top: 5px;
|
||||
width: 100%;
|
||||
margin: 0 0 50px;
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
|
||||
.aw-n-margin {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.thbusiness-info-block .dashicons {
|
||||
display: block !important;
|
||||
font-size: 30px;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.thbusiness-info-block a {
|
||||
color: #00a0d2;
|
||||
text-transform: uppercase;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.thbusiness-info-block a:hover {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.thbusiness-info-block .dashicons-book-alt {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.thbusiness-info-block .dashicons-awards {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
.thbusiness-options p {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.thbusiness-options {
|
||||
font-size: 16px;
|
||||
}
|
||||
10263
wp/wp-content/themes/thbusiness/css/bootstrap.css
vendored
Normal file
10263
wp/wp-content/themes/thbusiness/css/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
7
wp/wp-content/themes/thbusiness/css/bootstrap.min.css
vendored
Normal file
7
wp/wp-content/themes/thbusiness/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
254
wp/wp-content/themes/thbusiness/css/flexslider.css
Normal file
254
wp/wp-content/themes/thbusiness/css/flexslider.css
Normal file
@@ -0,0 +1,254 @@
|
||||
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
|
||||
outline: none
|
||||
}
|
||||
.slides, .flex-control-nav, .flex-direction-nav {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
width: 100% !important;
|
||||
}
|
||||
.flexslider {
|
||||
margin: 0;
|
||||
padding: 0
|
||||
}
|
||||
.flexslider .slides > li {
|
||||
display: none;
|
||||
-webkit-backface-visibility: hidden
|
||||
}
|
||||
.flexslider .slides img {
|
||||
display: block
|
||||
}
|
||||
.flexslider .slides img.mobile-hero {
|
||||
display: none
|
||||
}
|
||||
.flex-pauseplay span {
|
||||
text-transform: capitalize
|
||||
}
|
||||
.slides:after {
|
||||
content: "\0020";
|
||||
display: block;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
line-height: 0;
|
||||
height: 0
|
||||
}
|
||||
html[xmlns] .slides {
|
||||
display: block
|
||||
}
|
||||
* html .slides {
|
||||
height: 1%
|
||||
}
|
||||
.no-js .slides > li:first-child {
|
||||
display: block
|
||||
}
|
||||
.slider {
|
||||
padding: 16px 0;
|
||||
background: #FFF;height:522px;
|
||||
}
|
||||
.flexslider {
|
||||
position: relative;
|
||||
zoom: 1;
|
||||
max-width: 1140px;
|
||||
margin: 0 auto
|
||||
}
|
||||
.flex-viewport {
|
||||
max-height: 2000px;
|
||||
-webkit-transition: all 1s ease;
|
||||
-moz-transition: all 1s ease;
|
||||
-o-transition: all 1s ease;
|
||||
transition: all 1s ease
|
||||
}
|
||||
.loading .flex-viewport {
|
||||
max-height: 300px
|
||||
}
|
||||
.flexslider .slides {
|
||||
zoom: 1
|
||||
}
|
||||
.carousel li {
|
||||
margin-right: 5px
|
||||
}
|
||||
.flex-direction-nav {
|
||||
*height:0
|
||||
}
|
||||
.flex-direction-nav a {
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
margin: -20px 0 0;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
z-index: 10;
|
||||
overflow: hidden;
|
||||
opacity: 0;
|
||||
cursor: pointer;
|
||||
color: rgba(0,0,0,0.8);
|
||||
text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
|
||||
-webkit-transition: all .3s ease;
|
||||
-moz-transition: all .3s ease;
|
||||
transition: all .3s ease
|
||||
}
|
||||
.flex-direction-nav a:hover {
|
||||
color: #222222 !important
|
||||
}
|
||||
.flex-direction-nav .flex-prev {
|
||||
left: 0
|
||||
}
|
||||
.flex-direction-nav .flex-next {
|
||||
right: 0;
|
||||
text-align: right
|
||||
}
|
||||
.flexslider:hover .flex-prev {
|
||||
opacity: 0.7;
|
||||
left: 20px
|
||||
}
|
||||
.flexslider:hover .flex-next {
|
||||
opacity: 0.7;
|
||||
right: 23px
|
||||
}
|
||||
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
|
||||
opacity: 1
|
||||
}
|
||||
.flex-direction-nav .flex-disabled {
|
||||
opacity: 0 !important;
|
||||
filter: alpha(opacity=0);
|
||||
cursor: default
|
||||
}
|
||||
.flex-direction-nav a:before {
|
||||
font-family: "FontAwesome";
|
||||
font-size: 40px;
|
||||
display: inline-block;
|
||||
content: '\f104'
|
||||
}
|
||||
.flex-direction-nav a.flex-next:before {
|
||||
content: '\f105'
|
||||
}
|
||||
.flex-pauseplay a {
|
||||
display: block;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
position: absolute;
|
||||
bottom: 5px;
|
||||
left: 10px;
|
||||
opacity: 0.8;
|
||||
z-index: 10;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
color: #000
|
||||
}
|
||||
.flex-pauseplay a:before {
|
||||
font-family: "flexslider-icon";
|
||||
font-size: 20px;
|
||||
display: inline-block;
|
||||
content: '\f004'
|
||||
}
|
||||
.flex-pauseplay a:hover {
|
||||
opacity: 1
|
||||
}
|
||||
.flex-pauseplay a.flex-play:before {
|
||||
content: '\f003'
|
||||
}
|
||||
.flex-control-nav {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
text-align: center;
|
||||
z-index: 999
|
||||
}
|
||||
.flex-control-nav li {
|
||||
margin: 0 6px;
|
||||
display: inline-block;
|
||||
zoom: 1;
|
||||
*display:inline
|
||||
}
|
||||
.flex-control-paging li a {
|
||||
width: 11px;
|
||||
height: 11px;
|
||||
display: block;
|
||||
background: #666;
|
||||
background: rgba(0,0,0,0.5);
|
||||
cursor: pointer;
|
||||
text-indent: -9999px;
|
||||
-webkit-border-radius: 20px;
|
||||
-moz-border-radius: 20px;
|
||||
-o-border-radius: 20px;
|
||||
border-radius: 20px;
|
||||
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
|
||||
-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
|
||||
-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
|
||||
box-shadow: inset 0 0 3px rgba(0,0,0,0.3)
|
||||
}
|
||||
.flex-control-paging li a:hover {
|
||||
background: #333;
|
||||
background: rgba(0,0,0,0.7)
|
||||
}
|
||||
.flex-control-paging li a.flex-active {
|
||||
background: #333;
|
||||
background: rgba(0,0,0,0.7);
|
||||
cursor: default
|
||||
}
|
||||
.flex-control-thumbs {
|
||||
margin: 5px 0 0;
|
||||
position: static;
|
||||
overflow: hidden
|
||||
}
|
||||
.flex-control-thumbs li {
|
||||
width: 25%;
|
||||
float: left;
|
||||
margin: 0
|
||||
}
|
||||
.flex-control-thumbs img {
|
||||
width: 100%;
|
||||
display: block;
|
||||
opacity: .7;
|
||||
cursor: pointer
|
||||
}
|
||||
.flex-control-thumbs img:hover {
|
||||
opacity: 1
|
||||
}
|
||||
.flex-control-thumbs .flex-active {
|
||||
opacity: 1;
|
||||
cursor: default
|
||||
}
|
||||
.site-hero {
|
||||
display: block
|
||||
}
|
||||
.mobile-hero {
|
||||
display: none
|
||||
}
|
||||
.flex-active-slide {
|
||||
z-index: 0 !important;
|
||||
}
|
||||
@media screen and (max-width: 994px) {
|
||||
.site-hero {
|
||||
display: none
|
||||
}
|
||||
.mobile-hero {
|
||||
|
||||
display: block;
|
||||
width: 100%
|
||||
}
|
||||
.flexslider .slides img.site-hero {
|
||||
display: none
|
||||
}
|
||||
.flexslider .slides img.mobile-hero {
|
||||
display: block
|
||||
}
|
||||
.slider {height:auto;}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 860px) {
|
||||
.flex-direction-nav .flex-prev {
|
||||
opacity: 1;
|
||||
left: 10px
|
||||
}
|
||||
.flex-direction-nav .flex-next {
|
||||
opacity: 1;
|
||||
right: 10px
|
||||
}
|
||||
.slider {
|
||||
padding: 0 0;
|
||||
background: #EEE
|
||||
}
|
||||
}
|
||||
1566
wp/wp-content/themes/thbusiness/css/font-awesome.css
vendored
Normal file
1566
wp/wp-content/themes/thbusiness/css/font-awesome.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
4
wp/wp-content/themes/thbusiness/css/font-awesome.min.css
vendored
Normal file
4
wp/wp-content/themes/thbusiness/css/font-awesome.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
599
wp/wp-content/themes/thbusiness/css/news.css
Normal file
599
wp/wp-content/themes/thbusiness/css/news.css
Normal file
@@ -0,0 +1,599 @@
|
||||
.entry-content, .entry-summary, .page-content {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.one-company p {
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 16px;
|
||||
color:rgba(112,112,112,1);
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
.One_Company__One_Community {
|
||||
position: absolute;
|
||||
overflow: visible;
|
||||
width: 334px;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 24px;
|
||||
color:
|
||||
rgba(32,45,96,1);
|
||||
}
|
||||
|
||||
.welcome {
|
||||
position: absolute;
|
||||
top: 13em;
|
||||
width: 95%;
|
||||
padding: 0px 45px 0 45px;
|
||||
}
|
||||
.welcome p {
|
||||
line-height: 22px;
|
||||
text-align: left;
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 16px;
|
||||
color:rgba(51,51,51,1);
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
|
||||
#divider {
|
||||
position : relative;
|
||||
top : 80px;
|
||||
left : 9px;
|
||||
width : 95%;
|
||||
text-align : center;
|
||||
margin: 0 0 0 0;
|
||||
border-bottom : 7px solid #202D60;
|
||||
}
|
||||
|
||||
.News___Updates_for_One_Connect {
|
||||
position: absolute;
|
||||
left: 58px;
|
||||
top: 4em;
|
||||
overflow: visible;
|
||||
width: 595px;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
font-size: 30px;
|
||||
color:
|
||||
rgba(51,51,51,1);
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
.News___Updates_for_One_Connect hr {
|
||||
border: 6px solid#202D60;
|
||||
background-color: #202D60;
|
||||
position: absolute;
|
||||
width: 32em;
|
||||
}
|
||||
|
||||
#CONNECTIONS {
|
||||
position: absolute;
|
||||
left: 58px;
|
||||
top: 1em;
|
||||
overflow: visible;
|
||||
width: 353px;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 50px;
|
||||
color:
|
||||
rgba(11,34,101,1);
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
hr.news5 {
|
||||
border: 6px solid#202D60;
|
||||
background-color: #202D60;
|
||||
position: relative;
|
||||
bottom: 13em;
|
||||
width: 56em;
|
||||
}
|
||||
|
||||
|
||||
div.test {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border: 1px solid red;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.test::after {
|
||||
content: '';
|
||||
border: 10px solid black;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.three-widgets {
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
}
|
||||
.get-social p {
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 16px;
|
||||
letter-spacing: 0.2px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.get-social {
|
||||
background-color: #0B2265;
|
||||
height: 1355px;
|
||||
}
|
||||
|
||||
.best-philly {
|
||||
background-color: #E01D39;
|
||||
height: 960px;
|
||||
}
|
||||
|
||||
#thought-leadership h1 {
|
||||
white-space: nowrap;
|
||||
line-height: 29px;
|
||||
text-align: center;
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 24px;
|
||||
color:
|
||||
rgba(32,45,96,1);
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
.thought-leadership-title {
|
||||
text-align: center;
|
||||
line-height: 29px;
|
||||
text-align: center;
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 24px;
|
||||
color:rgba(32,45,96,1);
|
||||
letter-spacing: 0.2px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.thought-leadership {
|
||||
background-color: #ABCAE9;
|
||||
text-align: center;
|
||||
line-height: 29px;
|
||||
text-align: center;
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 24px;
|
||||
color:rgba(32,45,96,1);
|
||||
letter-spacing: 0.2px;
|
||||
|
||||
}
|
||||
|
||||
.thought-leadership-body p {
|
||||
line-height: 22px;
|
||||
text-align: left;
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 16px;
|
||||
color: rgba(112,112,112,1);
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
.thought-leadership-highlights {
|
||||
margin-top: 20px;
|
||||
line-height: 25px;
|
||||
text-align: left;
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 20px;
|
||||
color:
|
||||
rgba(0,0,0,1);
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
.thought-leadership-quote {
|
||||
line-height: 22px;
|
||||
text-align: left;
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
font-size: 16px;
|
||||
color:
|
||||
rgba(0,0,0,1);
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
|
||||
.announcement-1 {
|
||||
padding: 0;
|
||||
background-color: #FDD6F4;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
.healthcare-news-heading {
|
||||
background-color: #202D60;
|
||||
color:#fff;
|
||||
text-align: center;
|
||||
font-size: 32px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.tech-title{
|
||||
text-align: left;
|
||||
margin-top: 20px;
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 24px;
|
||||
color: rgba(32,45,96,1);
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
.announcement-1-title {
|
||||
text-align: left;
|
||||
margin-top: 20px;
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 24px;
|
||||
color: rgba(32,45,96,1);
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
.announcement1-text p {
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 16px;
|
||||
color: rgba(0,0,0,1);
|
||||
}
|
||||
|
||||
.announcement-side {
|
||||
background-color: #ABCAE9;
|
||||
}
|
||||
|
||||
.announcement-2 {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.announcement-2 p {
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 16px;
|
||||
color: rgba(0,0,0,1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
.announcement2-title {
|
||||
text-align: left;
|
||||
margin-top: 20px;
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 24px;
|
||||
color: rgba(32,45,96,1);
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
.announcement2 p {
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 16px;
|
||||
color: rgba(0,0,0,1);
|
||||
}
|
||||
|
||||
.announcement2 ol, ul {
|
||||
font-size: 16px;
|
||||
list-style: disc;
|
||||
margin: 0 0 1.5em 3em;
|
||||
}
|
||||
|
||||
.tech-talk ol, ul {
|
||||
font-size: 16px;
|
||||
list-style: disc;
|
||||
margin: 0 0 1.5em 3em;
|
||||
}
|
||||
|
||||
.tech-talk p {
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 16px;
|
||||
color: rgba(0,0,0,1);
|
||||
}
|
||||
|
||||
|
||||
.division-news-title {
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 24px;
|
||||
color: rgba(32,45,96,1);
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
.consumer-news-title {
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 24px;
|
||||
color: rgba(32,45,96,1);
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
|
||||
.consumer-news-heading {
|
||||
background-color: #202D60;
|
||||
color:#fff;
|
||||
text-align: center;
|
||||
font-size: 32px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
||||
.tech-news-heading {
|
||||
background-color: #E01D39;
|
||||
color:#fff;
|
||||
text-align: center;
|
||||
font-size: 32px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.hr-corner-heading {
|
||||
background-color: #202D60;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
font-size: 32px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.hr-corner h1 {
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
color: #DB001C;
|
||||
|
||||
}
|
||||
|
||||
.hr-footer {
|
||||
background-color: #202D60;
|
||||
font-size: 7px;
|
||||
}
|
||||
|
||||
.hr-corner p {
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 16px;
|
||||
color:rgba(112,112,112,1);
|
||||
letter-spacing: 0.2px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.footer-text {
|
||||
font-size: 14px;
|
||||
color:#707070;
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.awards p {
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 16px;
|
||||
color:rgba(112,112,112,1);
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
.awards h1 {
|
||||
line-height: 30px;
|
||||
text-align: center;
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 24px;
|
||||
color:
|
||||
rgba(11,34,101,1);
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
.bold-red {
|
||||
color: rgba(219,0,28,1);
|
||||
line-height: 34px;
|
||||
margin-top: -5px;
|
||||
text-align: center;
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.shoutout p {
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 16px;
|
||||
color:rgba(112,112,112,1);
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
.shoutout h1 {
|
||||
text-align: left;
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 24px;
|
||||
color: rgba(32,45,96,1);
|
||||
}
|
||||
|
||||
.get-social h1 {
|
||||
font-weight: 700;
|
||||
color: #fff;
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
letter-spacing: 0.2px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.social-icons {
|
||||
margin-top: 20px;
|
||||
line-height: 50px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.center-social {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.hero-main .promo-text {
|
||||
position: absolute;
|
||||
top: 10%;
|
||||
left: 15%;
|
||||
right: 85%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@media all and (max-width: 991px) {
|
||||
|
||||
.News___Updates_for_One_Connect hr {
|
||||
border: 6px solid#202D60;
|
||||
background-color:#202D60;
|
||||
position: absolute;
|
||||
width: 22em;
|
||||
}
|
||||
|
||||
|
||||
.News___Updates_for_One_Connect {
|
||||
|
||||
position: absolute;
|
||||
left: 58px;
|
||||
top: 100px;
|
||||
overflow: visible;
|
||||
width: 595px;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
font-size: 30px;
|
||||
color:rgba(51,51,51,1);
|
||||
letter-spacing: 0.2px;
|
||||
line-height: 5px;
|
||||
}
|
||||
|
||||
.welcome {
|
||||
|
||||
position: absolute;
|
||||
top: 7em;
|
||||
width: 95%;
|
||||
padding: 0px 45px 0 45px;
|
||||
|
||||
}
|
||||
|
||||
.News___Updates_for_One_Connect hr {
|
||||
|
||||
border: 4px solid #202D60;
|
||||
background-color: #202D60;
|
||||
position: absolute;
|
||||
width: 22em;
|
||||
}
|
||||
#CONNECTIONS {
|
||||
|
||||
position: absolute;
|
||||
left: 58px;
|
||||
top: 1rem;
|
||||
overflow: visible;
|
||||
width: 353px;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
font-family: ‘Roboto’, sans-serif;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-size: 50px;
|
||||
color:
|
||||
|
||||
rgba(11,34,101,1);
|
||||
letter-spacing: 0.2px;
|
||||
|
||||
}
|
||||
|
||||
.entry-content, .entry-summary, .page-content {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.logo-container {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%,-50%);
|
||||
}
|
||||
|
||||
|
||||
.img-special-offer {
|
||||
padding-bottom: 0;
|
||||
background: #f8f8f8 url('/wp-content/themes/thbusiness/images/mob-bkg-special-offer.png') center center no-repeat;
|
||||
background-size: 100%;
|
||||
background-size:cover;
|
||||
height: 470px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1199px) and (min-width: 992px) {
|
||||
#form-reskin .angle {background: #074969; min-height: auto;}
|
||||
|
||||
.News___Updates_for_One_Connect hr {
|
||||
border: 6px solid #202D60;
|
||||
background-color:#202D60;
|
||||
position: absolute;
|
||||
width: 30em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-height: 450px) {
|
||||
.sidenav {
|
||||
padding-top: 15px;
|
||||
}
|
||||
.sidenav a {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
229
wp/wp-content/themes/thbusiness/css/owl.carousel.css
Executable file
229
wp/wp-content/themes/thbusiness/css/owl.carousel.css
Executable file
@@ -0,0 +1,229 @@
|
||||
/**
|
||||
* Owl Carousel v2.3.4
|
||||
* Copyright 2013-2018 David Deutsch
|
||||
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
|
||||
*/
|
||||
/*
|
||||
* Owl Carousel - Core
|
||||
*/
|
||||
.owl-carousel {
|
||||
display: none;
|
||||
width: 100%;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
/* position relative and z-index fix webkit rendering fonts issue */
|
||||
position: relative;
|
||||
z-index: 1; }
|
||||
|
||||
.owl-carousel .owl-nav {
|
||||
position: absolute;
|
||||
top: 20%;
|
||||
left: 0;
|
||||
right: 0;}
|
||||
|
||||
.owl-prev, .owl-next {
|
||||
position: absolute;
|
||||
height: 100px;
|
||||
color: inherit;
|
||||
background: none;
|
||||
border: none;
|
||||
z-index: 100;}
|
||||
|
||||
.owl-prev {
|
||||
left: -50px;}
|
||||
|
||||
.owl-next {
|
||||
right: -95px;}
|
||||
|
||||
.owl-carousel .owl-stage {
|
||||
position: relative;
|
||||
-ms-touch-action: pan-Y;
|
||||
touch-action: manipulation;
|
||||
-moz-backface-visibility: hidden;
|
||||
/* fix firefox animation glitch */ }
|
||||
.owl-carousel .owl-stage:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
line-height: 0;
|
||||
height: 0; }
|
||||
.owl-carousel .owl-stage-outer {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
/* fix for flashing background */
|
||||
-webkit-transform: translate3d(0px, 0px, 0px); }
|
||||
.owl-carousel .owl-wrapper,
|
||||
.owl-carousel .owl-item {
|
||||
-webkit-backface-visibility: hidden;
|
||||
-moz-backface-visibility: hidden;
|
||||
-ms-backface-visibility: hidden;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
-ms-transform: translate3d(0, 0, 0); }
|
||||
.owl-carousel .owl-item {
|
||||
position: relative;
|
||||
min-height: 1px;
|
||||
float: left;
|
||||
-webkit-backface-visibility: hidden;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
-webkit-touch-callout: none; }
|
||||
.owl-carousel .owl-item img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
object-fit: cover; }
|
||||
.owl-carousel .owl-nav.disabled,
|
||||
.owl-carousel .owl-dots.disabled {
|
||||
display: none; }
|
||||
.owl-carousel .owl-nav .owl-prev,
|
||||
.owl-carousel .owl-nav .owl-next,
|
||||
.owl-carousel .owl-dot {
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none; }
|
||||
.owl-carousel .owl-nav button.owl-prev,
|
||||
.owl-carousel .owl-nav button.owl-next,
|
||||
.owl-carousel button.owl-dot{
|
||||
display:inline-block;
|
||||
padding: 5px;
|
||||
margin: 15px 4px 15px 4px;
|
||||
border:none;
|
||||
/* background: #869791;*/
|
||||
opacity: 0.2;
|
||||
}
|
||||
.owl-dots {
|
||||
text-align: center;
|
||||
}
|
||||
.owl-carousel .owl-dot span{
|
||||
background: none;
|
||||
color: inherit;
|
||||
border: none;
|
||||
padding: 0 !important;
|
||||
font: inherit; }
|
||||
.owl-carousel.owl-loaded {
|
||||
display: block; }
|
||||
.owl-carousel.owl-loading {
|
||||
opacity: 0;
|
||||
display: block; }
|
||||
.owl-carousel.owl-hidden {
|
||||
opacity: 0; }
|
||||
.owl-carousel.owl-refresh .owl-item {
|
||||
visibility: hidden; }
|
||||
.owl-carousel.owl-drag .owl-item {
|
||||
-ms-touch-action: pan-y;
|
||||
touch-action: pan-y;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none; }
|
||||
.owl-carousel.owl-grab {
|
||||
cursor: move;
|
||||
cursor: grab; }
|
||||
.owl-carousel.owl-rtl {
|
||||
direction: rtl; }
|
||||
.owl-carousel.owl-rtl .owl-item {
|
||||
float: right; }
|
||||
|
||||
/* No Js */
|
||||
.no-js .owl-carousel {
|
||||
display: block; }
|
||||
|
||||
/*
|
||||
* Owl Carousel - Animate Plugin
|
||||
*/
|
||||
.owl-carousel .animated {
|
||||
animation-duration: 1000ms;
|
||||
animation-fill-mode: both; }
|
||||
|
||||
.owl-carousel .owl-animated-in {
|
||||
z-index: 0; }
|
||||
|
||||
.owl-carousel .owl-animated-out {
|
||||
z-index: 1; }
|
||||
|
||||
.owl-carousel .fadeOut {
|
||||
animation-name: fadeOut; }
|
||||
|
||||
@keyframes fadeOut {
|
||||
0% {
|
||||
opacity: 1; }
|
||||
100% {
|
||||
opacity: 0; } }
|
||||
|
||||
/*
|
||||
* Owl Carousel - Auto Height Plugin
|
||||
*/
|
||||
.owl-height {
|
||||
transition: height 500ms ease-in-out; }
|
||||
|
||||
/*
|
||||
* Owl Carousel - Lazy Load Plugin
|
||||
*/
|
||||
.owl-carousel .owl-item {
|
||||
/**
|
||||
This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
|
||||
calculation of the height of the owl-item that breaks page layouts
|
||||
*/ }
|
||||
.owl-carousel .owl-item .owl-lazy {
|
||||
opacity: 0;
|
||||
transition: opacity 400ms ease; }
|
||||
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
|
||||
max-height: 0; }
|
||||
.owl-carousel .owl-item img.owl-lazy {
|
||||
transform-style: preserve-3d; }
|
||||
|
||||
/*
|
||||
* Owl Carousel - Video Plugin
|
||||
*/
|
||||
.owl-carousel .owl-video-wrapper {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
background: #000; }
|
||||
|
||||
.owl-carousel .owl-video-play-icon {
|
||||
position: absolute;
|
||||
height: 80px;
|
||||
width: 80px;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
margin-left: -40px;
|
||||
margin-top: -40px;
|
||||
background: url("owl.video.play.png") no-repeat;
|
||||
cursor: pointer;
|
||||
z-index: 1;
|
||||
-webkit-backface-visibility: hidden;
|
||||
transition: transform 100ms ease; }
|
||||
|
||||
.owl-carousel .owl-video-play-icon:hover {
|
||||
-ms-transform: scale(1.3, 1.3);
|
||||
transform: scale(1.3, 1.3); }
|
||||
|
||||
.owl-carousel .owl-video-playing .owl-video-tn,
|
||||
.owl-carousel .owl-video-playing .owl-video-play-icon {
|
||||
display: none; }
|
||||
|
||||
.owl-carousel .owl-video-tn {
|
||||
opacity: 0;
|
||||
height: 100%;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
transition: opacity 400ms ease; }
|
||||
|
||||
.owl-carousel .owl-video-frame {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
height: 100%;
|
||||
width: 100%; }
|
||||
|
||||
.owl-dot.active {
|
||||
background: #939393;
|
||||
opacity: 0.7 !important;
|
||||
}
|
||||
|
||||
.owl-theme .owl-dots .owl-dot {
|
||||
outline: none;
|
||||
}
|
||||
2797
wp/wp-content/themes/thbusiness/css/style.css
Normal file
2797
wp/wp-content/themes/thbusiness/css/style.css
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user