/*

	Theme Name: CleanResponse

	Theme URI: http://themefurnace.com

	Description: A clean responsive business or magazine style theme for the discerning WordPress user.

	Author: ThemeFurnace

	Author URI: http://themefurnace.com

	License: GNU General Public License version 3.0

	License URI: http://www.gnu.org/licenses/gpl-3.0.html

	Version: 0.1

                                   

	Reset

	Defaults

	Headings

	Links

	Theme Layout

	Interior

	Sidebar

	Slider

	Footer

	Navigation

	Comments

	Buttons

	Widgets

	Pagination

	Responsive

*/

/* Import Font Awesome (icons) */

@import url("css/font-awesome.css");
/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 1rem;
}

html {
    scroll-behavior: smooth !important;
}

:focus {
    outline: 0;
}

body {
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: """";
}

/* Defaults */

body {
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    color: #777777;
    line-height: 1.5;
}

input, textarea {
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    color: #5d5c5c;
    border: 1px solid #E4E4E4;
    padding: 5px;
}

input:focus, textarea:focus {
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 0px 0px 3px 0px #CCCBCB;
    box-shadow: 0px 0px 3px 0px #CCCBCB;
}

#footer input, #footer textarea {
    background-color: #4F4F4F;
    border: 1px solid #656565;
    color: #CCCCCC;
}

#footer input:focus, #footer textarea:focus {
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 0px 0px 3px 0px #5E5E5E;
    box-shadow: 0px 0px 3px 0px #5E5E5E;
}

blockquote {
    color: #404040;
    font-size: 18px;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 20px;
    border-left: 3px solid #F4F4F4;
    margin-bottom: 10px;
}

.clear {
    clear: both;
}

img.aligncenter, .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

img.alignleft, .alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

img.alignright, .alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    clear: both;
}

img.alignnone, .alignnone {
    clear: both;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}

.wp-caption {
    background: #f1f1f1;
    line-height: 1.5;
    margin-bottom: 20px;
    max-width: 632px !important;
    /* prevent too-wide images from breaking layout */
    padding: 4px;
    text-align: center;
}

.wp-caption img {
    margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 1rem;
    margin: 5px;
}

.gallery {
    margin: 0 auto 18px;
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery img {
    border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}

.gallery .gallery-caption {
    color: #888;
    font-size: 1rem;
    margin: 0 0 12px;
}

.gallery dl {
    margin: 0;
}

.gallery img {
    border: 10px solid #f1f1f1;
}

.gallery br+br {
    display: none;
}

#content .attachment img {
    /* single attachment images should be centered */
    display: block;
    margin: 0 auto;
}

#content table {
    border: 1px solid #e7e7e7;
    margin: 0 -1px 0px 0;
    text-align: left;
    width: 100%;
}

.tabletext {
    margin: 0px;
    font-size: 1rem;
}

#content tr th, #content thead th {
    color: #888;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 9px 24px;
}

#content tr td {
    border-top: 1px solid #e7e7e7;
    padding: 6px 24px;
}

#content tr.odd td {
    background: #f2f7fc;
}

#content dl {
    margin: 0 0 24px 0;
}

#content dt {
    font-weight: bold;
}

#content dd {
    margin-bottom: 18px;
}

#content ul {
    margin-bottom: 20px;
    display: block;
    padding-left: 20px;
    list-style-type: square
}

#content li {
    margin-bottom: 5px;
}

#content ol {
    margin-bottom: 20px;
    display: block;
    padding-left: 20px;
    list-style-type: decimal
}

#content address {
    margin-bottom: 20px;
    display: block;
}

/* Headings */

#logo_text {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -.3px;
    float: left;
    margin-top: 30px;
}

#logo_text a {
    color: #1D1D1D;
}

#logo_text a:visited {
    color: #1D1D1D;
}

#logo_text a:hover {
    color: #808080;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #010101;
    font-weight: normal;
    padding: 0;
}

#content h1 {
    font-size: 18px;
    line-height: 1.5;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#content h2 {
    font-size: 18px;
    line-height: 1.5;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#content h3 {
    font-size: 18px;
    line-height: 1.5;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#content h4 {
    font-size: 16px;
    line-height: 1.5;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#content h5 {
    font-size: 14px;
    line-height: 1.5;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#content h6 {
    font-size: 1rem;
    line-height: 1.5;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.intro {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
}

.itemintro {
    position: absolute;
    /* font-size: 14px; */
    /* font-weight: bold; */
    /* color: #464646; */
    min-height: 50px;
    margin-top: -65px;
    background-color: #ffffff;
    width: calc(80% - 20px);
    margin-left: 10%;
    padding: 10px 10px 0px 10px;
    text-align: center;
    border-radius: 0.3em;
    z-index: 10;
}

.post-title {
    font-size: 14px;
    font-weight: bold;
    color: #222121;
}

.itemintro p {
    font-size: 12px;
    color: #414141;
}

/* .post-readmore{

} */

.foothead {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #ffffff;
}

.posttitle {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -0.1px;
    line-height: 1.5;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #cef1ff;
    /* margin-top: 100px; */
    text-align: center;
}

.sidehead {
    font-size: 14px;
    font-weight: bold;
    color: #464646;
    margin-bottom: 0px;
    margin-top: 5px;
    border-bottom: 1px solid #DEDCDD;
    padding: 10px;
    padding-left: 0px;
}

/* Links */

a {
    color: #00a9d9;
    text-decoration: none;
}

a:visited {
    color: #00a9d9;
    text-decoration: none;
}

a:hover {
    color: #f7f4f4;
    text-decoration: none;
}

.itemintro a {
    color: #464646;
}

.itemintro a:visited {
    color: #464646;
}

.itemintro a:hover {
    color: #909090;
}

.footerwidget a {
    color: #ffffff;
    font-size: 12px;
}

.footerwidget li a {
    color: #ffffff;
}

.footerwidget li a:visited {
    color: #ffffff;
}

.footerwidget li a:hover {
    color: white;
}

.footerwidget a:hover {
    color: white;
}

.footerwidget .textwidget p {
    font-size: 12px;
}

.copy a {
    color: #8C8C8C;
}

.copy a:visited {
    color: #8C8C8C;
}

.copy a:hover {
    color: white
}

.sidebarwidget li a {
    color: #777777;
}

.sidebarwidget li a:visited {
    color: #777777;
}

.sidebarwidget li a:hover {
    color: #15BD78
}

.footerwidget li a {
    padding-left: 20px;
    ;
}

.footerwidget li a:hover {
    color: #05acee
}

.meta a {
    color: #CACACA;
}

.meta a:visited {
    color: #CACACA;
}

.meta a:hover {
    color: #767676
}

#postmeta a {
    color: #777777;
}

#postmeta a:visited {
    color: #777777;
}

#postmeta a:hover {
    color: #15BD78;
}

#socialmedia span a {
    color: #464646;
}

#socialmedia span a:visited {
    color: #464646;
}

#socialmedia span a:hover {
    color: #FF7A0E;
}

#socialmedia a {
    color: #777777;
}

#socialmedia a:visited {
    color: #777777;
}

#socialmedia a:hover {
    color: #464646;
}

.slidetitle a {
    color: white;
}

.slidetitle a:hover {
    color: #00a9d9;
}

/* Theme Layout */

.container {
    background-color: white;
    width: 100%;
    margin: 0 auto;
    clear: both;
}

#header {
    height: 110px;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.logo {
    float: left;
    margin-left: 0px;
    margin-top: 2px;
}

.topwidget {
    float: right;
}

#tagline {
    /* padding: 14px; */
    /* background-color: #F2F2F2;
    background-image: url(img/stripes-dark.png);
    background-repeat: repeat; */
    color: #626c6c;
    position: relative;
    text-align: left;
    /* padding-top: 60px;
    padding-bottom: 60px; */
    /* margin-top: 100px; */
}

#tagline p {
    font-size: 1rem;
    line-height: 1.5;
}

#tagline .featuredimage {
    margin-bottom: 20px;
    float: left !important;
    margin-right: 20px;
}

#main {
    width: calc(100% - 40px);
    padding: 0px 20px;
}

.blogitem {
    float: left;
    background-color: white;
    width: calc(33.3333333% - 20px);
    text-align: left;
    min-height: 170px;
    position: relative;
    margin: 10px !important;
    margin-bottom: 40px !important;
}

.blogitem p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 20px);
    margin-left: 10px;
}

.blogitem p:nth-of-type(2) {
    width: calc(80% - 20px);
    margin-left: 10%;
    padding: 10px 10px 0 10px;
    background-color: #ffffff;
    text-align: center;
}

.blogitem p:nth-of-type(3), .blogitem p:nth-of-type(4) {
    width: calc(80% - 20px);
    margin-left: 10%;
    text-align: center;
    background-color: #ffffff;
}

.blogitem .meta {
    color: #D3D3D3;
    font-size: 11px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.blogimage {
    min-width: calc(100%);
    min-height: 100%;
    height: auto;
    background-color: white;
    /* padding: 1px; */
    /* border: 2px solid #00a9d9; */
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
    transition: transform .5s;
}

.blogitem:hover .postthumb .blogimage {
    transform: scale(1.1);
}

/* Sidebar */

#sidebar {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    /* margin-top: 100px; */
}

body.page-template-page-left-sidebar-php #sidebar {
    float: left;
    margin-right: 0px;
    margin-left: 20px;
}

.sidebarwidget {
    padding-bottom: 5px;
    background-position: bottom center;
}

.sidebarwidget ul {
    margin-top: 10px;
}

.sidebarwidget li {
    color: #8C8C8C;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #DEDCDD;
    padding-right: 20px;
    padding-left: 20px;
    background-image: url(img/bullet-light.png);
    background-repeat: no-repeat;
    background-position: 1px 4px;
}

.sidebarwidget li:hover {
    background-position: 1px -109px;
}

.sidebarwidget p {
    margin-right: 10px;
    margin-top: 10px;
}

#features, #features2, #features3 {
    display: flex;
    flex-wrap: wrap;
    background-color: #9c9ea1;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}

#features {
    background: url(https://www.global-automation.co/wp-content/uploads/2021/12/IMG_4263-scaled.jpg);
    background-position: center;
    position: relative;
    background-size: cover;
}

.bg-overlay {
    width: 100%;
    height: 100%;
    background-color: #022f4ac2;
    position: absolute;
    margin-top: -100px;
}

.feature {
    margin-top: 15px;
    margin-bottom: 15px;
    flex-basis: 0;
    flex-grow: 1;
    /* border-right: 1px solid #cfcfcf; */
    position: relative;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
}

/* .feature:nth-child(4n+4) {
    margin-right: 0px;
    border-right: 0px;
    padding-right: 0px;
} */

.feature p {
    /* margin-top: 15px; */
    font-size: 1rem;
    line-height: 1.5;
    margin: 10px;
}

.featureicon {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.featured {
    margin-left: -5px;
}


.featureicon a {
    color: white;
    display: block;
    text-align: center;
    transition: transform .2s;
}

.featureicon a:visited {
    transform: scale(1.2);
}

.featureicon a:hover {
    transform: scale(1.2);
}

#features2 {
    display: block;
    background-color: #ffffff;
    color: #00a9d9;
}

#features2 .feature {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
}

#features2 ul li {
    background-color: white;
    width: calc(20% - 20px);
    text-align: left;
    min-height: 170px;
    position: relative;
    display: inline-block;
    margin: 10px !important;
    transition: transform .2s;
}

#features2 ul {
    display: block;
}

#features2 .featureicon a {
    color: #00a9d9;
}

#features2 .featureicon a:visited {
    color: #00a9d9;
}

#features2 .featureicon a:hover {
    color: #00a9d9;
}

#features2 .intro {
    color: #605c5c;
    font-size: 2rem;
    font-weight: bold;
}

.feature-title, .feature2-title {
    width: calc(100% - 40px);
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #00a9d9;
    margin-bottom: 10px;
}

.feature2-title {
    color: #ffffff;
}

.feature-row, .feature2-row {
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
    padding-bottom: 100px;
}

.feature2-row {
    background-color: #00a9d9;
    margin-bottom: 15px;
}

.feature-img, .feature2-img {
    flex: 0 0 40%;
    max-width: calc(40% - 20px);
    /* width: calc(40% - 20px); */
    padding: 10px;
    text-align: center;
}

.feature2-img {
    flex: 0 0 55%;
    max-width: calc(55% - 50px);
    padding: 10px 0 !important;
    background: #ffffff;
    border-radius: .5em;
}

.feature-img img {
    width: calc(100% - 40px) !important;
    height: auto !important;
    transition: transform .2s;
}

.feature-img img:hover, .feature2-img img:hover {
    transform: scale(1.15)
}

.feature-body, .feature2-body {
    flex: 0 0 60%;
    max-width: calc(60% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.feature2-body {
    flex: 0 0 45%;
    max-width: calc(45% - 40px);
    color: #ffffff;
}

.feature-body p, .feature2-body p {
/*     color: #9c9ea1; */
    line-height: 1.5;
}

.feature-link {
    width: calc(100% - 60px);
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}

.feature-link .btn-link {
    flex: 0 0 33.333333333%;
    max-width: calc(33.33333333% - 30px);
    margin: 15px;
}

.feature-link .btn-link a {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border: #ffffff 1px solid;
    border-radius: 0.5em;
    background-color: #ffffff;
    text-align: center;
    font-weight: bold;
    color: #00a9d9;
}

.feature-link .btn-link a:hover {
    background-color: #00a9d9;
    color: #ffffff;
}

/* Slider */

#slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 75vh;
    /* margin-bottom: -100px; */
}

/* #slider img {
    width: auto;
} */

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 200px);
    height: calc(100% - 200px);
    z-index: 1;
    background-color: #00000050;
    text-align: center;
    padding-top: 200px;
    padding-left: 100px;
    padding-right: 100px;
}

.slidetitle {
    display: block;
    color: white;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
}

.slidetext {
    padding-top: 20px;
    color: white;
}

/* Interior */

#content {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.adresse {
    margin-left: 30px;
}

body.page-template-page-full-width-php #content {
    max-width: 100%;
}

body.page-template-page-full-width-php #main {
    width: 96%;
}

body.page-template-page-left-sidebar-php #content {
    float: right;
}

body.page-template-page-left-sidebar-php #main {
    float: right;
    margin-right: 20px;
    width: 590px;
}

#content-full {
    width: 100%;
}

#content p {
    margin-bottom: 20px;
    line-height: 1.5;
}

#content img {
    background-color: white;
    padding: 1px;
    border: 1px solid #C6C6C6;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 15px;
}

.featuredimage {
    margin-bottom: 20px;
}

#postmeta {
    background-color: #F2F2F2;
    border-bottom: 5px solid #DADADA;
    position: relative;
}

#postmeta ul {
    margin-left: 10px;
    margin-right: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
}

#postmeta li {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 15px;
    list-style-type: none;
    display: inline;
    margin-right: 10px;
    font-size: 11px;
    font-style: italic;
}

/* Footer */

#footer {
    background-image: linear-gradient(180deg, #6e7070 10%, #282626 100%);
    ;
    overflow: auto;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 50px;
    color: #ffffff;
}

.footerwidget {
    width: calc(33.33333333333% - 30px);
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    color: #ffffff;
}

.footerwidget p {
    margin-bottom: 10px;
}

.footerwidget ul {
    color: rgb(250, 250, 250);
}

.footerwidget li {
    color: #8C8C8C;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ffffff;
    background-image: url(img/bullet-dark.png);
    background-repeat: no-repeat;
    background-position: 1px 4px;
}

.footerwidget li:hover {
    background-position: 1px -109px;
}

#bottom {
    display: none;
    overflow: auto;
    position: relative;
    clear: both;
}

.footerlogo {
    float: left;
    display: none;
}

.copy {
    float: left;
    font-size: 11px;
    line-height: 14px;
    margin-left: 20px;
    margin-top: 10px;
}

/* Navigation */

.globallogo {
    width: 140px;
    height: 49px;
    background-image: url("https://www.global-automation.co/wp-content/uploads/2021/11/global-automation-1-3.png");
    background-size: cover;
    transition: transform .2s;
}

.globallogo:hover {
    transform: scale(1.1);
}

.globallogo a:hover::after {
    width: 0px !important;
}

.globallogo a {
    color: #ffffff00 !important;
    width: 100%;
    height: 100%;
}

.globallogo a:hover {
    color: #ffffff00 !important;
}

#navbar select {
    display: block;
}

#navbar {
    height: 80px;
    font-size: 1rem;
    margin: 0;
    z-index: 999;
    max-width: 100%;
    background-color: #00a9d9;
    border-top: 5px solid #ffffff;
    width: 100%;
    position: fixed;
    top: 0;
}

body {
    padding-top: 80px;
}

#main-nav {
    /* background: url(img/logo-mini.png) no-repeat top left;
    background-position: 10px 6px; */
    /* height: 80px; */
    /* set to the height you want your menu to be */
    margin: 0 10vw;
    /* just to give some spacing */
    font-size: 14px;
    /* font-weight: bold; */
}

#main-nav ul {
    margin: 0;
    padding: 0;
    /* only needed if you have not done a CSS reset */
    /* padding-top: 20px; */
    /* margin-left: 20px;
    margin-right: 20px; */
}

#main-nav li {
    display: inline-block;
    float: left;
    /* line-height: 40px; */
    /* this should be the same as your #main-nav height */
    /* height: 40px; */
    /* this should be the same as your #main-nav height */
    margin: 0 0.5vw;
    padding: 0;
    padding-top: 10px;
/*     padding-bottom: 5px; */
    /* only needed if you don't have a reset */
    position: relative;
    /* this is needed in order to position sub menus */
    border-bottom: #ffffff00 3px solid;

}

#main-nav li a {
    /* padding: 0 10px; */
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
	font-size:calc(11px + 0.5vw);
}

#main-nav li a::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #ffffff;
    transition: width .3s;
}

#main-nav li a:hover::after {
    width: 100%;
}

#main-nav .current-menu-item a, #main-nav .current_page_item a {
    color: white;
}

/* #main-nav ul ul a {
    color: #00a9d9;
} */

#main-nav ul ul {
    /* this targets all sub menus */
    display: none;
    position: absolute;
    top: 40px;
    z-index: 9999;
    font-size: 1rem !important;
    margin-left: -10px;
}

#main-nav ul ul li {
    /* this targets all submenu items */
    float: none;
    /* overwriting our float up above */
    width: 265px;
    padding: 5px;
    /* set to the width you want your sub menus to be. This needs to match the value we set below */
    border-bottom: 1px solid #9c9ea1;
    background-color: #ffffff;
}

#main-nav ul ul li a {	
    font-size: 1rem !important;
    color: #00a9d9 !important;
    font-weight: normal !important;
}

#main-nav ul ul li:hover {
    /* target all sub menu item links */
    background-color: #cef1ff;
    border-bottom: 1px solid #9c9ea1;
}

#main-nav ul li:hover>ul {
    display: block;
    /* show sub menus when hovering over a parent */
}

#main-nav ul ul li ul {
    /* target all second, third, and deeper level sub menus */
    left: 260px;
    /* this needs to match the sub menu width set above -- width + padding + borders */
    top: 0;
    /* this ensures the sub menu starts in line with its parent item */
}

/* .menu-header{
    padding-top: 20px;
} */

/* Comments */

#comments {
    background-color: white;
    width: calc(100% - 120px);
    display: inline-block;
    margin: 40px;
    position: relative;
}

/* .comments ol {} */

#commentsform {
    padding-right: 10px;
    position: relative;
    margin-bottom: 0px;
}

/* #comments p {} */

.commentstop {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
}

.yours {
    float: right;
    margin-top: 20px;
}

.comment {
    padding-bottom: 20px;
}

.avatar {
    float: left;
    margin-right: 10px;
    padding: 2px;
    border: 1px solid #C8C8C8;
}

.comment-author {
    font-size: 1rem;
    color: #010101;
}

.comment-author a {
    border-bottom: 0px;
    color: #000000;
}

/* .bypostauthor {} */

.comment-meta {
    font-size: 11px;
}

.comment-meta a {
    border-bottom: 0px;
}

.comment-meta a:visited {
    border-bottom: 0px;
}

.comment-body {
    margin-left: 62px;
}

.comment-body p {
    margin-top: 10px;
    line-height: 20px;
}

.comment li {
    margin-top: 20px;
}

.comment {
    list-style-type: none;
}

/* .children ul {} */

.depth-1 {
    margin-top: 20px;
}

.depth-2 {
    margin-top: 20px;
    margin-left: 10%;
}

.depth-3 {
    margin-top: 20px;
    margin-left: 10%;
}

/* #comments .comment:last-child.depth-2 {}

#comments .comment:first-child.depth-2 {}

#comments .comment:last-child.depth-3 {}

.comment-author-admin {}

#comments ul.children {} */

.reply {
    float: right;
    position: relative;
    border-bottom: 1px solid #ECECEC;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.comment-reply-link {
    display: block;
    background-color: #464646;
    color: white;
    border: 0px;
    font-size: 11px;
    padding: 1px 10px;
    width: 35px;
    text-align: center;
    float: right;
}

a.comment-reply-link {
    color: white;
    border: 0px;
}

a.comment-reply-link:visited {
    color: white;
}

a.comment-reply-link:hover {
    color: white;
    background-color: #5E5E5E;
}

.commentinput {
    width: 50%;
    margin-bottom: 20px;
}

.commentbox {
    width: 70%;
    height: 150px;
}

.commentinfo {
    font-size: 11px;
    margin-top: 20px;
}

.commentsubmit {
    margin-top: 20px;
    display: block;
    background-color: #464646;
    color: white;
    border: 0px;
    font-size: 11px;
    padding: 5px 15px;
}

.commentsubmit:hover {
    background-color: #5E5E5E;
    cursor: pointer;
}

.cancelcomment {
    margin-bottom: 10px;
}

/* .loggedinauthor {} */

/* Buttons 

Thanks to http://webdesignerwall.com/tutorials/css3-gradient-buttons for these :)

*/

.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 12px/100% Arial, Helvetica, sans-serif;
    margin: 5px;
}

.slidebtn {
    padding: .5em 1em;
    background: transparent;
    position: relative;
    overflow: hidden;
    border: 1px solid #00a9d9;
    border-radius: 5px;
    color: #00a9d9 !important;
    font-weight: bold;
}

.slidebtn .slidebtn-sub {
    background: #00a9d9;
    height: 100%;
    width: 0;
    /* border: 2px solid #00a9d9; */
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .5s;
}

.slidebtn:hover .slidebtn-sub {
    width: 100%;
}

.slidebtn:hover {
    color: #ffffff !important;
}

.large {
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.action {
    margin-top: 10px;
    float: right;
    margin-right: 10px;
    margin-left: 10px;
}

.more {
    margin: 0px;
    margin-top: 10px;
}

/* color styles 

---------------------------------------------- */

/* black */

.black {
    color: #d7d7d7;
    border: solid 1px #333;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
    background: -moz-linear-gradient(top, #666, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}

.black:hover {
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
    background: -moz-linear-gradient(top, #444, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}

.black:active {
    color: #666;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
    background: -moz-linear-gradient(top, #000, #444);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

a.black, a.gray, a.orange, a.red, a.blue, a.rosy, a.green, a.pink {
    color: white;
}

a.white, a.white:hover {
    color: #606060;
}

/* gray */

.gray {
    color: #e9e9e9;
    border: solid 1px #555;
    background: #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
    background: -moz-linear-gradient(top, #888, #575757);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}

.gray:hover {
    background: #616161;
    background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
    background: -moz-linear-gradient(top, #757575, #4b4b4b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}

.gray:active {
    color: #afafaf;
    background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
    background: -moz-linear-gradient(top, #575757, #888);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */

.white {
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.white:hover {
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
    background: -moz-linear-gradient(top, #fff, #dcdcdc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}

.white:active {
    color: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
    background: -moz-linear-gradient(top, #ededed, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */

.orange {
    color: white;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

.orange:hover {
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top, #f88e11, #f06015);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}

.orange:active {
    color: white;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top, #f47a20, #faa51a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */

.red {
    color: #faddde;
    border: solid 1px #980c10;
    background: #d81b21;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background: -moz-linear-gradient(top, #ed1c24, #aa1317);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

.red:hover {
    background: #b61318;
    background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
    background: -moz-linear-gradient(top, #c9151b, #a11115);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}

.red:active {
    color: #de898c;
    background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
    background: -moz-linear-gradient(top, #aa1317, #ed1c24);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */

.blue {
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

.blue:hover {
    background: #00a9d9;
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top, #0095cc, #00678e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}

.blue:active {
    color: #80bed6;
    background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
    background: -moz-linear-gradient(top, #0078a5, #00adee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */

.rosy {
    color: #fae7e9;
    border: solid 1px #b73948;
    background: #da5867;
    background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
    background: -moz-linear-gradient(top, #f16c7c, #bf404f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}

.rosy:hover {
    background: #ba4b58;
    background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
    background: -moz-linear-gradient(top, #cf5d6a, #a53845);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}

.rosy:active {
    color: #dca4ab;
    background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
    background: -moz-linear-gradient(top, #bf404f, #f16c7c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */

.green {
    color: white;
    border: solid 1px #ffffff00;
    background-image: linear-gradient(180deg, #00a9d9 10%, #0089b9 100%);
    ;
    ;
    ;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#60C060), to(#51A451));
    background: -moz-linear-gradient(top, #60C060, #51A451); */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60C060', endColorstr='#51A451'); */
}

.green:hover {
    background: #ffffff;
    color: #00a9d9;
    border: solid 1px #00a9d9;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#60C060), to(#3F8A3F));
    background: -moz-linear-gradient(top, #60C060, #3F8A3F); */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60C060', endColorstr='#3F8A3F'); */
}

.green:active {
    background: #ffffff;
    color: #00a9d9;
    border: solid 1px #00a9d9;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#51A451), to(#60C060));
    background: -moz-linear-gradient(top, #51A451, #60C060);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51A451', endColorstr='#60C060'); */
}

/* pink */

.pink {
    color: #feeef5;
    border: solid 1px #d2729e;
    background: #f895c2;
    background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
    background: -moz-linear-gradient(top, #feb1d3, #f171ab);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}

.pink:hover {
    background: #d57ea5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
    background: -moz-linear-gradient(top, #f4aacb, #e86ca4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}

.pink:active {
    color: #f3c3d9;
    background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
    background: -moz-linear-gradient(top, #f171ab, #feb1d3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}

/* Widgets */

/* Calendar */

#wp-calendar {
    width: 90%;
    background-color: #FFFFFF;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 2px 0px #CCCBCB;
    box-shadow: 0px 0px 2px 0px #CCCBCB;
}

#wp-calendar caption {
    color: #222;
    font-size: 1rem;
    padding-bottom: 4px;
    margin-bottom: 9px;
    text-align: center;
    margin-top: 10px;
}

#wp-calendar thead {
    font-size: 11px;
    text-align: center;
}

#wp-calendar thead th {
    text-align: center;
    padding: 3px 0 2px;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    padding: 3px 0 2px;
    text-align: center;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    text-align: right;
}

#wp-calendar #prev {
    padding: 7px;
}

/* Social Media */

#socialmedia .socialnumber {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
}

#socialmedia p {
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    margin-top: -3px;
}

#socialmedia li {
    padding-left: 40px;
    height: 32px;
    margin-bottom: 10px;
}

#socialmedia .facebook {
    background-image: url(img/facebook.png);
    background-repeat: no-repeat
}

#socialmedia .twitter {
    background-image: url(img/twitter.png);
    background-repeat: no-repeat
}

#socialmedia .rss {
    background-image: url(img/rss.png);
    background-repeat: no-repeat
}

#socialmedia .dribbble {
    background-image: url(img/dribbble.png);
    background-repeat: no-repeat
}

/* Social Media Sidebar*/

#sidebar #socialmedia .socialnumber {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    color: #282828;
}

#sidebar #socialmedia p {
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    margin-top: -3px;
}

#sidebar #socialmedia li {
    padding-left: 55px;
    height: 30px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 15px;
    background-position: 15px 5px
}

/* Search */

.sidesearch {
    margin-top: 15px;
    display: block;
    width: calc(80% - 1rem - 2px);
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    /* font-size: 0.875rem; */
    line-height: 1.5;
    border-radius: 0.2rem;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    float: left;
}

.sidesearch:hover, .sidesearch:focus {
    background-color: #fff;
    border-color: #bac8f3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.sidesearchbtn {
    margin-top: 15px;
    margin-left: -4px;
    display: block;
    width: calc(20% - 0.5rem - 2px);
    height: calc(1.3em + 0.5rem + 2px);
    padding: 0.25rem 0rem;
    font-size: 1.36rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    color: #00a9d9;
    background-color: #cef1ff;
    border: 0px solid #ffffff;
    float: left;
    cursor: pointer;
}

/* Flickr */

.flickr-badges {
    overflow: auto;
    padding-left: 8px;
    padding-top: 20px;
}

.flickr-badges img {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    max-width: 160px;
    height: auto;
}

#footer .flickr-badges {
    overflow: visible;
    padding: 0px;
    margin: 0px;
    margin-left: 8px;
}

#footer .flickr-badges img {
    padding: 0px;
    margin: 5px;
    max-width: 160px;
    border: 4px solid #555555;
}

#footer .flickr-badges img:hover {
    border: 4px solid #808080;
}

/* Tagcloud */

.tagcloud {
    overflow: auto;
    padding: 10px;
    display: block;
}

/* #footer .tagcloud a {
    background: #ccc;
    padding: 6px;
    float: left;
    margin: 5px;
    font-size: 1rem;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 12px/100% Arial, Helvetica, sans-serif;
    padding: .5em 1em .55em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    color: white;
    border: solid 1px #555;
    background: #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#636363), to(#4b4b4b));
    background: -moz-linear-gradient(top, #636363, #4b4b4b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#636363', endColorstr='#4b4b4b');
}

#footer .tagcloud a:hover {
    color: white;
    background: #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
    background: -moz-linear-gradient(top, #757575, #4b4b4b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}

#footer .tagcloud a:active {
    color: white;
    background: #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
    background: -moz-linear-gradient(top, #575757, #888);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
} */

.tagcloud a {
    padding: 6px;
    margin: 5px;
    font-size: 1rem;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 12px/100% Arial, Helvetica, sans-serif;
    padding: .5em 1em .55em;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    color: #00a9d9;
    border: solid 1px #00a9d9;
    background: #ffffff
}

.tagcloud a:hover {
    border: solid 1px #00a9d9;
    background-color: #cef1ff;
    ;
}

.tagcloud a:active {
    border: solid 1px #00a9d9;
    background-color: #cef1ff;
    ;
}

/* Tabber */

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
    border-left: 1px solid #F1F1F1;
    margin-bottom: 20px;
}

ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 8px;
    border: 1px solid #F1F1F1;
    overflow: hidden;
    position: relative;
    background: #FFFFFF;
    font-size: 11px;
    border-left: 0px;
    height: 32px;
    width: 32%;
    text-align: center;
    margin-left: 1px;
}

ul.tabs li a {
    text-decoration: none;
    display: block;
    padding: 12px;
    outline: none;
    color: #333333;
}

ul.tabs li a:hover {
    background: #FAF9FA;
}

html ul.tabs li.active, html ul.tabs li.active a:hover {
    background: #FAF9FA;
}

/* .tab_container {}

.tab_content {} */

.tab_container a {
    color: #333333;
}

.tab_container a:visited {
    color: #00a9d9;
}

.tab_container a:hover {
    color: #00a9d9;
}

.tabpost {
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
}

.tabthumb {
    float: left;
    margin-right: 7px;
    padding: 2px;
    border: 1px solid #C8C8C8;
    margin-left: 10px;
}

.avatar {
    float: left;
    margin-right: 7px;
    padding: 2px;
    border: 1px solid #C8C8C8;
    margin-left: 10px;
}

.tabtitle {
    font-size: 11px;
    margin-bottom: 3px;
}

.tabtitle a {
    border-bottom: 0px;
}

.tabmeta {
    font-size: 10px;
    color: #B3B2B2;
    margin: 0px;
    padding: 0px;
}

/* Pagination */

.pagination {
    position: relative;
    padding: 0px 0;
    font-size: 11px;
    line-height: 13px;
    height: 50px;
    border-top: 1px solid #EDEDED;
    display: block;
    margin-bottom: 20px;
    padding-top: 15px;
    clear: both;
    margin-left: 20px;
}

.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #444;
    border: 1px solid #EDEDED;
}

.pagination a:hover {
    background: #00a9d9;
    color: #fff;
    text-decoration: none;
}

.pagination a:visited {
    text-decoration: none;
}

.pagination .current {
    padding: 6px 9px 5px 9px;
    background: #00a9d9;
    color: #fff;
}

/* Responsive*/
/* 
img {
    max-width: 100%;
    height: auto;
} */
.postthumb {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-top-left-radius: 0.3em;
    border-top-right-radius: 0.3em;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

/* Portrait Tablets */

/* Landscape Mobiles */
@media (min-width: 0px) {
    .blogitem {
        width: calc(100% - 20px);
    }

    .feature {
        max-width: 100%;
        flex: 0 0 100%;
        border-right: 0px solid #F2F2F2;
    }

    #features2 ul li {
        width: calc(100% - 20px);
    }
}

/*  Portrait Mobiles */
@media (min-width: 768px) {
    #tagline p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .feature {
        max-width: 50%;
        flex: 0 0 50%;
        border-right: 0px solid #F2F2F2;
    }

    .copy {
        float: left;
        position: relative;
        margin-left: 10px;
    }

    #navbar select {
        display: inline-block;
        position: absolute;
        top: 30px;
        right: 10px;
        width: 95%
    }

    .logo {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    #content {
        width: 100%;
        margin: 0px;
        margin-top: 25px;
    }

    .blogitem {
        width: calc(50% - 20px);
    }

    #features2 ul li {
        width: calc(50% - 20px);
    }
}

@media (min-width: 992px) {
    .blogitem {
        width: calc(33.33333333333% - 20px);
    }

    .feature {
        max-width: 33.33333333333%;
        flex: 0 0 33.33333333333%;
    }

    #features2 ul li {
        width: calc(33.33333333333% - 20px);
    }
}

@media (min-width: 1200px) {
    .feature {
        max-width: 25%;
        flex: 0 0 25%;
    }

    #features2 ul li {
        width: calc(20% - 20px);
    }
}

@media (max-width: 992px) {}

@media (max-width: 1200px) {}

/*  Portrait Mobiles */
@media (max-width: 768px) {
    .feature-link .btn-link {
        flex: 0 0 50%;
        max-width: calc(50% - 30px);
    }

    #navbar .topwidget {
        display: none;
    }

    .feature-img, .feature2-img, .feature-body, .feature2-body {
        flex: 0 0 100%;
        max-width: calc(100% - 40px);
        text-align: center;
    }

    .footerwidget {
        width: calc(50% - 30px);
    }
}

/* Landscape Mobiles */
@media (max-width: 576px) {
    .footerwidget {
        width: calc(100% - 30px);
    }

    #navbar select {
        display: inline-block;
        position: absolute;
        width: 95%
    }

    #navbar .topwidget, .globallogo {
        display: none !important;
    }

    .slide {
        position: absolute;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .slidetitle {
        font-size: 30px;
    }

    .slidetext {
        padding-top: 18px;
    }

}