/*
    ;;;;;;;:
  .;;;;;;;:;;`
 ;;;;;;;:;;;;;;
:;;;;;;  ;;;;;;,
:;;;;      ;;;;,
:;;.      `,,;;,    ....     .......  ....      ......`    :':     ....      ..     ..`    `..     ..    ..  ........
:;       ;;;;;;,    ++++++`  +++++++  ++++++`  .++++++:  '++++++   +++++++   +++    ++'    +++    .++:   ++  ++++++++
       ;;;;;;;;     +++++++  +++++++  +++++++  .++++++: '++++++++  +++++++:  +++   +++'    +++,   .+++   ++  ++++++++
     .;;;;;;;`      ++   ++  ++       ++   ++. .++      +++   '++  +++  +++  ++++ .+++'   +++++   .++++  ++     ++
    ;;;;;;;,        ++   ++  ++++++   ++   ++. .++     `++     ++: +++  +++  ++++;++++'   ++ ++   .+++++ ++     ++
  ;;;;;;;;          +++++++  ++++++   +++++++  .+++++: :++     ++' +++++++,  ++ ++++++'  ,++ +++  .++,++.++     ++
,;:,,,,,,,,,,,,`    ++++++   ++::::   ++++++   .+++++: `++     ++: ++++++;   ++ +++ ++'  ++; `++  .++ +++++     ++
:;;;;;;;;;;;;;;,    ++       ++       ++ ,++   .++      +++   +++  +++ ++;   ++  ++ ++'  ++   ++, .++  ++++     ++
:;;;;;;;;;;;;;;,    ++       +++++++  ++  +++  .++      :++++++++  +++ :++   ++     ++' +++   +++ .++   +++     ++
:;;;;;;;;;;;;;;,    ++       +++++++  ++   ++` .++       ;++++++   +++  +++  ++     ++' ++,    ++ .++   ;++     ++
*/


/* FONTS */

/* Google Material Design icons */

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/MaterialIcons-Regular.eot');
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url('../fonts/MaterialIcons-Regular.woff2') format('woff2'), url('../fonts/MaterialIcons-Regular.woff') format('woff'), url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}


/* Rules for sizing the icon. */

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/* Rules for using icons as black on a light background. */

.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */

.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

/* Custom font */
/*@font-face {
    font-family: 'Open Sans ExtraBold';
    src: url('../fonts/OpenSans-ExtraBold.ttf') format('ttf');
}

@font-face {
    font-family: 'Open Sans SemiBold';
    src: url('../fonts/OpenSans-SemiBold.ttf') format('ttf');
}*/

body {
    font-size: 18px;
}

h1 {
    font-family: 'Open Sans ExtraBold', sans-serif;
    font-weight: 900;
    margin-top: 0;
    padding: 0;
    margin-bottom: 1rem;
    color: #2c3e50;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 0;
    padding: 0;
    margin-bottom: 1rem;
    color: #2c3e50;
}

p,
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

a {
    color: #fff;
}

h1, h1.et_pb_contact_main_title, .et_pb_title_container h1 {
    font-size: 60px;
}

h6 {
    font-size: 28px;
}

p {
    margin-top: 0;
    margin-bottom: 0.5rem;
    padding: 0;
    line-height: 1.5rem;
}

.container {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* close commented backslash hack */

/* Self Clearing Goodness */

.container:after,
.row:after,
.u-cf {
    content: "";
    display: table;
    clear: both;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.u-full-width {
    width: 100%;
    box-sizing: border-box;
}

.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}

.u-pull-right {
    float: right;
}

.u-pull-left {
    float: left;
}

hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #E1E1E1;
}

.text-uppercase {
    text-transform: uppercase;
}

.pointer {
    cursor: pointer;
}

.hide {
    display: none !important;
}

.transition-smooth {
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

/* Fix jumping header */
.et_pb_section_0 {
    padding-top: 151px !important;
}

#post-44131 .et_pb_section_0,
#post-44133 .et_pb_section_0,
#post-44132 .et_pb_section_0,
#post-44142 .et_pb_section_0,
#post-44143 .et_pb_section_0,
#post-44144 .et_pb_section_0,
#main-content > .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.gradient-header {
    background-size: 1920px 400px !important;
    background-repeat: no-repeat !important;
    padding-top: 160px;
}

.text-red {
    color: #ff3c42;
}

.text-purple {
    color: #677be5;
}

.text-green {
    color: #2ecc71;
}

.text-blue {
    color: #4facfe;
}

.text-yellow {
    color: #ffc231;
}

.text-pink {
    color: #ff3c7b;
}

.text-grey {
    color: #5d5b5b;
}

.text-dark {
    color: #2c3e50;
}

.text-light {
    color: #ffffff;
}

.gradient-blue {
    background: -webkit-linear-gradient(135deg, #399df6, #00cdf2);
    background: -o-linear-gradient(135deg, #399df6, #00cdf2);
    background: -moz-linear-gradient(135deg, #399df6, #00cdf2);
    background: linear-gradient(135deg, #399df6, #00cdf2);
}

.gradient-red {
    background: -moz-linear-gradient(-45deg, rgb(255, 60, 123) 0%, rgb(255, 60, 66) 100%);
    background: -webkit-linear-gradient(-45deg, rgb(255, 60, 123) 0%, rgb(255, 60, 66) 100%);
    background: -ms-linear-gradient(-45deg, rgb(255, 60, 123) 0%, rgb(255, 60, 66) 100%);
}

.gradient-green {
    background: -moz-linear-gradient(-45deg, rgb(46, 204, 113) 0%, rgb(46, 204, 176) 100%);
    background: -webkit-linear-gradient(-45deg, rgb(46, 204, 113) 0%, rgb(46, 204, 176) 100%);
    background: -ms-linear-gradient(-45deg, rgb(46, 204, 113) 0%, rgb(46, 204, 176) 100%);
}

.gradient-purple {
    background: -moz-linear-gradient(-45deg, rgb(118, 75, 162) 0%, rgb(102, 126, 234) 100%);
    background: -webkit-linear-gradient(-45deg, rgb(118, 75, 162) 0%, rgb(102, 126, 234) 100%);
    background: -ms-linear-gradient(-45deg, rgb(118, 75, 162) 0%, rgb(102, 126, 234) 100%);
}

.box-shadow {
    box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.3);
}

.border-radius {
    border-radius: 3px;
}

/* BUTTONS */

.button-shadow {
    box-shadow: 0 7px 14.25px 0.75px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.btn-block {
    display: block;
    width: 100%
}

.btn-single {
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 7px 14.25px 0.75px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 16px;
    border-width: 0;
    font-weight: bold;
    text-transform: uppercase;
    padding: .4em 2em !important;
    min-width: 160px;
    border-radius: 3px;
    transition: all .2s;
    margin-bottom: 15px;
    color: #2c3e50;
}

.btn-red {
    background-color: #ff3c42;
    transition: all 0.2s;
}

.btn-red:hover {
    background-color: rgba(255, 60, 66, 0.9) !important;
    transition: all 0.2s;
}

.btn-purple {
    background-color: #677be5;
    transition: all 0.2s;
}

.btn-purple:hover {
    background-color: rgba(103, 123, 229, 0.8) !important;
    transition: all 0.2s;
}

.btn-single-primary {
    color: #ffffff;
    background-color: #ff3c42;
}

.btn-single-primary:hover {
    background: rgba(255, 60, 66, 0.8) !important;
}

.btn-single-secondary {
    color: #2c3e50 !important;
    background-color: #ffffff !important;
}

.btn-single-secondary:hover {
    background: rgba(255, 255, 255, 0.8) !important;
}

.btn-single-green {
    color: #ffffff;
    background-color: #2ECCB0;
}

.btn-single-green:hover {
    background-color: #39DBBE;
}

.btn-single-purple {
    color: #ffffff;
    background-color: #677BE5;
}

.btn-single-purple:hover {
    background-color: #798CF1;
}

.et_pb_button {
    font-size: 16px;
    background-color: #ff3c42;
    border-width: 0 !important;
    border-color: rgba(255, 255, 255, 0);
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}

body #page-container .entry-content .et_pb_section .et_pb_button,
body #page-container .entry-content .et_pb_section .et_pb_button:hover {
    padding: 15px 20px !important;
}

body #page-container .entry-content .et_pb_section .et_pb_button.button-white,
body #page-container .entry-content .et_pb_section .et_pb_button.button-white:hover {
    background: #fff !important;
}

.et_pb_button.menu-item a {
    padding: 0.3em !important;
}

#main-header {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    box-shadow: none;
}

#main-header .nav li ul {
    background-color: #ff3c42;
    border-color: #ff3c42;
}

#top-menu a {
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

#top-menu li.current-menu-item > a {
    border-bottom: solid 2px #ffffff;
}

.nav > li > a:hover {
    background: transparent;
}

#top-menu > li:last-child {
    padding-right: 8px;
}

.button-menu {
    box-shadow: 0 7px 14.25px 0.75px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background-color: #ff3c42;
    padding: 15px 20px 0 20px !important;
    border-radius: 3px;
    height: 47px;
    margin-right: 20px;
}

ul.sub-menu {
    border-radius: 3px;
    margin-left: -20px;
}

ul.sub-menu li.current-menu-item > a {
    border: none !important;
}

.logo-no-menu img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 300px;
}

.et_fixed_nav #logo {
    max-height: 60px !important;
}

.et-fixed-header #logo {
    max-height: 45px !important;
}

#main-footer {
    background-color: #fff;
}

#footer-bottom {
    background-color: #fff;
}

#footer-bottom .et-social-icon a {
    color: #ff3c42;
}

.bottom-nav, .bottom-nav a, .bottom-nav li.current-menu-item a {
    color: #666666;
}

.bottom-nav a {
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}


/* MARGINS & PADDINGS */

.p-a {
    padding: 15px;
}

.p-a-lg {
    padding: 30px;
}

.p-a-xlg {
    padding: 45px;
}

.m-l {
    margin-left: 15px;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-r {
    margin-right: 15px;
}

.m-r-0 {
    margin-left: 0 !important;
}

.m-t {
    margin-top: 15px;
}

.m-t-0 {
    margin-top: 0;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xlg {
    margin-top: 45px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xlg {
    margin-bottom: 45px;
}


/* ALIGNMENT */

.text-center {
    text-align: center;
}


/* MISCELANOUS */

.b-a {
    border: solid 1px #f0f0f0;
}

.et_pb_scroll_top.et-pb-icon {
    background-color: #ff3c42;
}


/* CUSTOM MODULES ------------------------------------- */


/* TIMELINE STYLE */

.timeline ul.stats-list {
    max-height: 495px;
    overflow: hidden;
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 2px;
    margin: 0 25%;
    padding-top: 50px;
    background: #2c3e50;
}

.timeline ul li::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 62%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #2c3e50;
}

.timeline ul li div.stat-details {
    position: relative;
    bottom: 0;
    width: 400px;
    padding: 0 15px;
    background: #ffffff;
    box-shadow: 0 7px 14.25px 0.75px rgba(0, 0, 0, 0.1);
    margin-left: 20px;
    overflow: hidden;
}

.timeline ul li div.stat-details h6 {
    margin-bottom: 0.5rem;
}

.stat-time {
    position: absolute;
    left: -90px;
    top: 62%;
}


/* SPINNER */

.spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    /* IE 9 */
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* Featured advertisers */

.featured-advertisers a {
    text-decoration: none;
    color: #2c3e50;
}

.featured-advertisers a:hover {
    text-decoration: underline;
}

.featured-advertisers ul {
    list-style: none;
}

.featured-advertisers ul li {
    font-size: 14px;
}

.featured-advertisers .columns {
    margin-left: 0;
}

.tab-content {
    display: none;
}

.tab-content:first-child {
    display: block;
}

.featured-details {
    border-right: 1px solid #2c3e50;
}

.featured-advertisers .active-category {
    color: #ff3c42;
}

.small {
    font-size: 12px;
}

.website-screenshot {
    position: relative;
    width: 95%;
}

.website-screenshot .browser-shot {
    position: relative;
    box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.3);
}

.website-screenshot .browser-shot img {
    width: 100%;
}

.website-screenshot .browser-shot img:after {
    content: "\f1c5";
    font-size: 70px;
    font-family: FontAwesome;
    color: rgb(100, 100, 100);
    top: 48%;
    left: 48%;
    display: block;
    position: absolute;
    z-index: 2;
}

.website-screenshot .browser-shot img:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(230, 230, 230);
    border: 2px dotted rgb(200, 200, 200);
    border-radius: 3px;
}

.logo-program-featured img {
    max-width: 212px;
    background-color: #ffffff;
    padding: 20px 10px;
    position: absolute;
    left: 30px;
    bottom: 10%;
    box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.3);
    z-index: 1000;
}


/* New advertisers slider */
.box-new-program {
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 30px;
}

.box-new-program a {
    text-decoration: none;
    text-align: center;
    display: block;
}

.box-new-program a:hover {
    color: rgba(44, 62, 80, 0.8);
}

.box-new-program > h6 {
    word-wrap: break-word !important;
}


/* Latest articles and featured content */

.latest-article img,
.featured-video img {
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
}

.latest-article img {
    height: 200px;
    width: 100%;
}

.latest-article p {
    display: none;
}

.latest-article p:nth-child(3) {
    display: block;
    font-size: 20px;
}

.latest-article a {
    text-decoration: none;
}

.latest-article a:hover {
    text-decoration: underline;
}

.latest-article {
    font-size: 0;
}


/* Tabs */

.minimal-tab .et_pb_tabs,
.minimal-tab .et_pb_tabs_controls li,
.minimal-tab ul.et_pb_tabs_controls:after {
    border: none;
}

.minimal-tab ul.et_pb_tabs_controls {
    background-color: transparent;
}

.minimal-tab .et_pb_tabs_controls li {
    height: 60px;
    width: 33.33333%;
    text-align: center;
}

.minimal-tab .et_pb_tabs_controls li a {
    padding: 4px 21px 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.minimal-tab .et_pb_tabs_controls li:hover {
    box-shadow: 0 7px 14.25px 0.75px rgba(0, 0, 0, 0.1);
}

.et_pb_tabs_controls li.et_pb_tab_active {
    box-shadow: 0 7px 14.25px 0.75px rgba(0, 0, 0, 0.1);
}

.et_pb_tabs_controls li {
	float: left;
  border-right: 1px solid #d9d9d9;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  max-width: 100%;
  display: table;
  z-index: 11;
  line-height: 1.7em;
}
.et_pb_tabs_controls {
  list-style: none!important;
  padding: 0!important;
	line-height: inherit!important;
}

.et_pb_tabs_controls li a {
  text-decoration: none;
  color: #666;
  padding: 4px 30px;
  vertical-align: middle;
  display: table-cell;
	line-height: inherit;}

.minimal-tab .et_pb_tab_active a {
    color: #ff3c42 !important;
}

.minimal-tab .row a {
    color: #666 !important;
}

/* Pricing plan */

.price-header {
    background-size: 100% 10px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    border-top: none !important;
    padding: 30px 20px 20px 20px;
    border-radius: 3px 3px 0 0;
}

.price-header h1 {
    font-size: 60px !important;
    margin-bottom: 0;
}

.price-header-xl {
    background-size: 100% 40px;
    margin-top: -30px;
    padding-top: 10px;
}

.price-header-xl h6 {
    margin-top: 25px;
}

.price-features-list {
    margin-top: 30px;
}

.price-features-list ul li {
    list-style: none !important;
}


/* Program listing */

.ranking-listing {
    padding: 2px 10px;
    background-color: #4facfe !important;
    position: absolute !important;
    font-size: 1rem;
    color: #ffffff;
    border-radius: 3px;
    z-index: 1;
    top: 10px;
    left: 10px;
}

.box-program-listing {
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
    padding: 30px;
    position: relative;
}

.box-program-listing:hover {
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
    border: none;
}

.box-program-listing a {
    text-decoration: none;
    display: block;
}

.box-program-listing h6 {
    word-wrap: break-word;
}

.box-program-listing a:hover {
    color: rgba(44, 62, 80, 0.8);
}

.program-listing-filters select,
.program-listing-filters input {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 15px 15px 30px;
    border: solid 1px #f0f0f0;
}

.program-listing-filters select {
    font-weight: bold;
}

.program-listing-filters select option {
    font-size: 14px;
}

.program-listing-filters input:before {
    content: "\f13a ";
    font-family: FontAwesome;
}

.program-listing-filters .searchIcon {
    float: left;
    margin-top: -47px;
    position: relative;
    z-index: 2;
    font-size: 14px !important;
    margin-left: 15px;
}

.custom-pagination span {
    border: 1px solid #bebebe;
    border-radius: 3px;
}

.custom-pagination span,
.custom-pagination a {
    display: inline-block;
    padding: 2px 15px;
}

.custom-pagination a {
    background-color: #ffffff;
    color: #bebebe;
    text-decoration: none;
    border: 1px solid #bebebe;
    border-radius: 3px;
}

.custom-pagination a:hover {
    background-color: #f0f0f0;
    color: #2c3e50;
}

.custom-pagination span.page-num {
    margin-right: 10px;
    padding: 0;
    border: 1px solid #bebebe;
}

.custom-pagination span.dots {
    padding: 0;
    color: gainsboro;
    border: none;
}

.custom-pagination span.current {
    color: #2c3e50;
}

/* Program profile - custom post styles */
body.post-template-default #main-content {
    background-size: 100% 400px;
    background-repeat: no-repeat;
}

.program-ss {
    position: relative;
}

.program-ss .browser-shot {
    background-color: #ffffff;
    height: 407px;
    position: relative;
}

.program-ss .browser-shot img:after {
    content: "\f1c5";
    font-size: 70px;
    font-family: FontAwesome;
    color: rgb(100, 100, 100);
    top: 48%;
    left: 48%;
    display: block;
    position: absolute;
    z-index: 2;
}

.program-ss .browser-shot img:before {
    content: " ";
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    height: calc(100% + 10px);
    width: 100%;
    background-color: rgb(230, 230, 230);
    border: 2px dotted rgb(200, 200, 200);
    border-radius: 3px;
}

.program-logo img {
    max-width: 212px;
    background-color: #ffffff;
    padding: 20px 10px;
    position: absolute;
    left: 30px;
    box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.3);
    z-index: 1000;
    bottom: 10%;
}

ul.program-general-info {
    list-style: none;
    padding: 0 !important;
}

ul.program-general-info li {
    display: inline;
    margin-right: 30px;
}

.program-set-info h6 {
    margin-bottom: 0;
}

.program-description .et_pb_button_2, .program-related .et_pb_button_2 {
    padding: 15px 0 15px 0 !important;
}

.program-description .et_pb_button_2:hover, .program-related .et_pb_button_2:hover {
    padding: 15px 0 15px 0 !important;
    background-color: rgba(255, 60, 66, 0.8);
    color: #ffffff;
}

.program-description .btn-white {
    background-color: rgb(255, 255, 255);
    color: #2c3e50 !important;
}

.program-description .btn-white:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #2c3e50 !important;
}

.program-related .btn-purple {
    background-color: rgb(103, 123, 229);
    color: #ffffff;
}

.program-related .btn-purple:hover {
    background-color: rgba(103, 123, 229, 0.8);
    color: #ffffff;
}


/* Statistics page */
.stats-records {
    padding: 80px;
}

/* Team page */
.toolbar ul li {
    display: inline;
}

.toolbar button.fil-cat {
    border: solid 1px #f6f6f6;
    margin: 0 5px 5px 0;
    padding: 10px 15px;
    font-size: 14px;
    background-color: white;
    cursor: pointer;
}

.toolbar button.fil-cat:hover {
    box-shadow: 0 7px 14.25px 0.75px rgba(0, 0, 0, 0.1);
    border: none;
}

.toolbar button.fil-cat:focus {
    box-shadow: 0 7px 14.25px 0.75px rgba(0, 0, 0, 0.1);
    border: none;
}

.tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: inline-block;
    float: left;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
}

.tile p:empty {
    display: none;
}

.scale-anm {
    transform: scale(1);
}

.team-member img {
    border-radius: 50%;
}

.tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Promotions */
#bodyContainer, #filters {
    display: flex;
    flex-flow: row wrap; /* Shorthand – you could use ‘flex-direction: column’ and ‘flex-wrap: wrap’ instead */
    justify-content: flex-start;
    align-items: flex-start;
}

.promotion, .filter {
    width: 30.6666666667%;
    margin: 1%;
}


.promotions li {
    list-style: none;
}

.category_shopping {
    margin-bottom: 5px;
}

.promotions ul {
    padding-left: 0;
}

.promotions i.fa-close {
    color: #ff3c42;
}

.promotions i.fa-check {
    color: #2ecc71;
}

.highlighted {
    background-color: yellow;
}

.featuredPromotion {
    width: 20%;
    min-width: 30px;
    height: 20%;
    min-height: 30px;
    overflow: hidden;
    right: 0;
    margin-top: -15px;
    margin-right: -15px;
    position: absolute;
}

.featuredPromotion:after {
    content: "";
    display: block;
    border-left: 60px solid transparent;
    border-top: 60px solid #FF3C42;
    position: relative;
    right: 0;
    top: 0;
}

.featuredPromotion > .fa-star {
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 8px;
    color: #ffffff;
}

.imgBox {
    max-height: 80%;
    height: 90px;
}

.imgBox img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
    height: auto;
    max-height: 80%;
}

#category_select {
    font-size: 18px !important;
    color: #666;
    font-weight: 600;
    padding: 19px;
}

.boxContent {
    word-wrap: break-word;
    position: relative;
}

.boxContent > p, .boxContent li {
    font-weight: 300;
}

.filters {
    border: solid 1px #f0f0f0;
    word-wrap: break-word;
}

.filters label, .filters input {
    cursor: pointer;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.cognito input[type="checkbox"]:not(:checked),
.cognito input[type="checkbox"]:checked {
    position: static;
    left: auto;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: .1em;
    left: .3em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #09ad7e;
    transition: all .2s;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/* Search ---------------------------- */
.searchArchive .search-form input.search-field {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 2px;
    padding: 0 20px 0 60px;
}

.searchArchive .searchIcon {
    float: left;
    margin-top: -37px;
    position: relative;
    z-index: 2;
    font-size: 24px;
    margin-left: 20px;
}

/* Contact form 7  */
.wpcf7 input, .wpcf7 select {
    display: block;
    width: 100%;
    height: 40px;
    border: solid 1px #f0f0f0;
}

.wpcf7 textarea {
    display: block;
    width: 100%;
    height: 100px;
    border: solid 1px #f0f0f0
}

.wpcf7 input.wpcf7-submit {
    border: none;
    color: #ffffff;
    background-color: #ff3c42;
    box-shadow: 0 7px 14.25px 0.75px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
}

.wpcf7 input.wpcf7-submit:hover {
    background-color: rgba(255, 60, 66, 0.8);
}

/* CSS fixes mobile, tablet, etc */

/* Menu */
.et_mobile_menu {
    background-color: #ffffff !important;
    width: 50% !important;
    right: 0 !important;
    left: auto;
    padding: 2% 2% 7% 2% !important;
}

@media (max-width: 1024px) {
    .et_mobile_menu {
        padding-bottom: 9% !important;
    }
}

@media (max-width: 800px) {
    .et_mobile_menu {
        padding-bottom: 16% !important;
    }
}

@media (max-width: 500px) {
    .et_mobile_menu {
        width: 100% !important;
        padding-bottom: 24% !important;
    }
}

.et_mobile_menu li a {
    color: #2c3e50 !important;
    text-decoration: none;
}

.et_mobile_menu li.button-menu a {
    color: #ffffff !important;
    margin-top: -10px;
}

.et_mobile_menu ul.sub-menu {
    /*background-color: #ffffff !important;*/
    /*box-shadow: 0 7px 14.25px 0.75px rgba(0, 0, 0, 0.1);*/
    margin-top: 10px !important;
}

.et_mobile_menu > li > ul.sub-menu li a {
    color: #2c3e50 !important;
    text-decoration: none;
}

.et_mobile_menu .menu-item-has-children > a {
    background: none;
}

/* Estimator */
#estimator .columns {
    margin-left: 2%;
}

#estimator .offset-by-one {
    margin-left: 8.66666666667%;
}

#estimator input {
    margin-top: 10px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 15px 15px 15px;
    border: solid 1px #f0f0f0;
    font-size: 18px;
}

#estimator .estimatorFields, #pricingPlan {
    border: solid 1px #f0f0f0;
    padding: 15px;
}

#estimator .boxEstimate {
    border: solid 1px #f0f0f0;
    padding: 10px;
}


/*Charts*/
canvas#sales_day, canvas#sales_hour {
    min-height: 400px !important;
    height: 400px !important;
}

.et_header_style_left .logo_container {
    width: 90%;
}

/* The switch - the box around the slider */
.pricing-plan-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
}

/* Hide default HTML checkbox */
.pricing-plan-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.pricing-plan-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff3c42;
    -webkit-transition: .4s;
    transition: .4s;
}

.pricing-plan-switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.pricing-plan-switch input:focus + .slider {
    box-shadow: 0 0 1px #ff3c42;
}

.pricing-plan-switch input:checked + .slider:before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
}

/* Rounded sliders */
.pricing-plan-switch .slider {
    border-radius: 24px;
}

.slider:before {
    border-radius: 50%;
}

.biyearly-invoice {
    display: none;
}

.biyearly .monthly-invoice {
    display: none;
}

.biyearly .biyearly-invoice {
    display: block;
}

.tooltips:hover {
    text-decoration: underline;
    text-underline-position: under;
    cursor: help;
}

.tooltips:after {
    content: '?';
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 50%;
    margin-left: 10px;
    text-align: center;
    color: #999;
    border: 1px solid #999;
    font-size: 14px;
    font-weight: bold;
}

.Zebra_Tooltip .Zebra_Tooltip_Message {
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 1.4em !important;
}

.price-features-list li {
    margin-bottom: 5px;
    font-size: 16px;
}

.pricing-plan-toggle {
    display: flex;
    justify-content: center
}

.wpml-ls-item-ro {
    padding-left: 15px;
}

.et_pb_toggle_title {
    margin-bottom: 0;
}

.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: none;
}

.mc-banner {
    top: auto !important;
    bottom: 0 !important;
}

.mc-banner iframe {
    height: auto !important
}

.et_pb_scroll_top.et-pb-icon {
    bottom: 145px !important;
}

.et_pb_tabs_controls li a {
    color: #666 !important;
}

.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-social-buttons ul {
    text-align: center;
}

.footer-social-buttons ul li {
    display: inline-block;
    padding: 0 20px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-social-buttons ul li a {
    color: #f23051;
}

.stats-section h4 {
    font-weight: 900;
}

@media (min-width: 400px) {
    .container {
        width: 85%;
        padding: 0;
    }
}

@media (max-width: 450px) {
    .promotion, .filter {
        width: 98% !important;
        margin: 1%;
    }
}

@media (max-width: 550px) {
    .stats-records {
        padding: 20px;
        word-wrap: normal;
    }

    .gradient-header {
        background-size: 1920px 320px !important;
    }

    #estimator .offset-by-one, #estimator .columns {
        margin-left: 0;
    }

    canvas#sales_day, canvas#sales_hour {
        min-height: 250px !important;
        height: 250px !important;
    }
}

@media (min-width: 550px) {
    .container {
        width: 80%;
    }

    .column,
    .columns {
        margin-left: 4%;
    }

    .column:first-child,
    .columns:first-child {
        margin-left: 0;
    }

    .one.column,
    .one.columns {
        width: 4.66666666667%;
    }

    .two.columns {
        width: 13.3333333333%;
    }

    .three.columns {
        width: 22%;
    }

    .four.columns {
        width: 30.6666666667%;
    }

    .five.columns {
        width: 39.3333333333%;
    }

    .six.columns {
        width: 48%;
    }

    .seven.columns {
        width: 56.6666666667%;
    }

    .eight.columns {
        width: 65.3333333333%;
    }

    .nine.columns {
        width: 74.0%;
    }

    .ten.columns {
        width: 82.6666666667%;
    }

    .eleven.columns {
        width: 91.3333333333%;
    }

    .twelve.columns {
        width: 100%;
        margin-left: 0;
    }

    .one-third.column {
        width: 30.6666666667%;
    }

    .two-thirds.column {
        width: 65.3333333333%;
    }

    .one-half.column {
        width: 48%;
    }

    /* Offsets */
    .offset-by-one.column,
    .offset-by-one.columns {
        margin-left: 8.66666666667%;
    }

    .offset-by-two.column,
    .offset-by-two.columns {
        margin-left: 17.3333333333%;
    }

    .offset-by-three.column,
    .offset-by-three.columns {
        margin-left: 26%;
    }

    .offset-by-four.column,
    .offset-by-four.columns {
        margin-left: 34.6666666667%;
    }

    .offset-by-five.column,
    .offset-by-five.columns {
        margin-left: 43.3333333333%;
    }

    .offset-by-six.column,
    .offset-by-six.columns {
        margin-left: 52%;
    }

    .offset-by-seven.column,
    .offset-by-seven.columns {
        margin-left: 60.6666666667%;
    }

    .offset-by-eight.column,
    .offset-by-eight.columns {
        margin-left: 69.3333333333%;
    }

    .offset-by-nine.column,
    .offset-by-nine.columns {
        margin-left: 78.0%;
    }

    .offset-by-ten.column,
    .offset-by-ten.columns {
        margin-left: 86.6666666667%;
    }

    .offset-by-eleven.column,
    .offset-by-eleven.columns {
        margin-left: 95.3333333333%;
    }

    .offset-by-one-third.column,
    .offset-by-one-third.columns {
        margin-left: 34.6666666667%;
    }

    .offset-by-two-thirds.column,
    .offset-by-two-thirds.columns {
        margin-left: 69.3333333333%;
    }

    .offset-by-one-half.column,
    .offset-by-one-half.columns {
        margin-left: 52%;
    }

    h1 {
        font-size: 5.0rem;
    }

    h2 {
        font-size: 4.2rem;
    }

    h3 {
        font-size: 3.6rem;
    }

    h4 {
        font-size: 3.0rem;
    }

    h5 {
        font-size: 2.4rem;
    }

    h6 {
        font-size: 1.5rem;
    }
}

@media (max-width: 765px) {
    .minimal-tab .et_pb_tabs_controls li {
        width: 100%;
    }

    .pricing-plan-toggle {
        flex-direction: column;
        text-align: center;
    }

    label {
        transform: rotate(90deg);
        margin: 20px auto;
    }

    h1 {
        font-size: 32px!important;
    }

    h2 {
        font-size: 26px!important;
    }

    h3 {
        font-size: 22px!important;
    }

    h4 {
        font-size: 18px!important;
    }
}

@media (max-width: 800px) {

    .tablet-m-l-lg {
        margin-left: 30px;
    }

    .tablet-m-t-0 {
        margin-top: 0 !important;
    }

    .tablet-display-block {
        display: block !important;
    }

    .website-screenshot {
        width: 99%;
        height: 100%;
    }

    .browser-shot {
        height: 100% !important;
    }

    .program-logo-listing img {
        width: 100% !important;
    }

    .logo_container {
        max-width: none;
        height: 100%;
    }

    span.logo_helper {
        height: 100%;
    }

    .logo-program-featured img {
        max-width: 140px;
    }

    .tile {
        margin-right: 1.1rem;
    }

}

@media only screen and (max-width: 840px) {
    table.responsive {
        margin-bottom: 0;
        overflow: hidden;
        overflow-x: scroll;
        display: block;
        white-space: nowrap;
    }
}

@media (max-width: 980px) {
    #post-44131 .et_pb_section_0,
    #post-44133 .et_pb_section_0,
    #post-44132 .et_pb_section_0,
    #post-44142 .et_pb_section_0,
    #post-44143 .et_pb_section_0,
    #post-44144 .et_pb_section_0 {
        padding-top: 45px !important;
    }

    .imgBox {
        height: 55px;
    }

    .promotion, .filter {
        width: 47%;
        margin: 1%;
    }
}

@media (min-width: 450px) and (max-width: 980px) {
    .featuredPromotion > .fa-star {
        right: 3px;
        top: 3px;
    }
}

@media (min-width: 981px) {
    #main-content .container:before {
        background: none;
    }

    #left-area {
        width: 100%;
        padding: 23px 0 0 !important;
        float: none !important;
    }

    .et_pb_svg_logo #logo {
        height: 80%;
    }

    #logo {
        max-height: 80%;
    }
}

@media (min-width: 1025px) {
    /*  also applies to new programs */
    .program-logo-listing img {
        max-height: 100px;
        max-width: 220px;
        position: relative;
    }

}

@media (max-width: 1214px) {

    .program-ss .browser-shot {
        height: 100%;
        min-height: 251px;
    }

}

@media only screen and ( max-width: 1270px ) {

    #et_mobile_nav_menu {
        display: block
    }

    #top-menu-nav {
        display: none;
    }

    .wpml-ls-menu-item .wpml-ls-flag {
        float: right;
        margin: 15px 0;
    }

}
