/*
Theme Name: The7
Theme URI: http://dream-theme.com/
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 4.4.4
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are > licensed under the GPL > license as is WordPress itself.  You will find a copy of the > license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not > limited to the CSS code, images, and design are > licensed according to the > license purchased. Read about > licensing details here: http://themeforest.net/licenses/regular_extended
License URI: > license.txt
Tags: one-column, two-columns, right-sidebar, flexible-width, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, translation-ready
*/


.blog .dt-format-gallery .dt-format-gallery-coll.full,
.archive .dt-format-gallery .dt-format-gallery-coll.full,
.search .dt-format-gallery .dt-format-gallery-coll.full
{
	display: none;
}

#main-nav.menu-frame-on > li.act, .csstransforms3d #main-nav.fancy-rollovers.menu-frame-on > li.act, #mobile-menu {background-color: transparent;}

/* HOMEPAGE BOXES ------------------------------------------------------------------------------ */

/*add custom css for #header section to have fixed position*/
#header{
  z-index: 1000;
  position: fixed;
  width: 100%;
}

#homepage_boxes {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	list-style-type: none;
}
#homepage_boxes > li {
	display: inline-block;
	width: 25%;
	height: 350px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
#homepage_boxes > li:nth-child(1) {background-color: #4f81bd;}
#homepage_boxes > li:nth-child(2) {background-color: #60b632;}
#homepage_boxes > li:nth-child(3) {background-color: #ea7c26;}
#homepage_boxes > li:nth-child(4) {background-color: #e24444;}
#homepage_boxes > li > div {
	width: 90%;
	height: 100%;
	padding: 0 5%;
	color: #fff;
	text-align: center;
	transition: background-color 0.3s ease;
}
#homepage_boxes > li:hover div {
	background-color: rgba(0, 0, 0, 0.15);
	cursor: pointer;
}
#homepage_boxes > li img {
	width: 70px;
	height: 70px;
	margin-top: 65px;
	margin-bottom: 10px;
}
#homepage_boxes > li > div p {
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
	color:#fff;
}

/*add style for the 'a' element inside div*/
#homepage_boxes > li > div > a {
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}

body.home.page #content div.vc_col-sm-2.wpb_column.column_container {
	float: none;
	margin: 0 auto;
}
/* //HOMEPAGE BOXES ---------------------------------------------------------------------------- */


/* HOMEPAGE BOXES SUB -------------------------------------------------------------------------- */
#homepage_boxes_subcontent {
	display: none;
	overflow: hidden;
	/*transition: all 0.5s ease;*/
}
#homepage_boxes_subcontent.visible {
	display: block;
	margin-top: 1px;
}
#homepage_boxes_subcontent > table, #homepage_boxes_subcontent > table td {
	border: 0px none;
	vertical-align: middle;
}
#homepage_boxes_subcontent > table > tbody > tr:first-child > td {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}
#homepage_boxes_subcontent > table > tbody > tr:nth-child(2) > td:first-child {
	width: 25%;
	padding: 0px 2%;
	color: #fff;
	text-align: center;
}
#homepage_boxes_subcontent > table > tbody:nth-child(1) > tr:nth-child(2) > td:first-child {border: 1px solid #4f81bd; background-color: #4f81bd;}
#homepage_boxes_subcontent > table > tbody:nth-child(2) > tr:nth-child(2) > td:first-child {border: 1px solid #60b632; background-color: #60b632;}
#homepage_boxes_subcontent > table > tbody:nth-child(3) > tr:nth-child(2) > td:first-child {border: 1px solid #ea7c26; background-color: #ea7c26;}
#homepage_boxes_subcontent > table > tbody:nth-child(4) > tr:nth-child(2) > td:first-child {border: 1px solid #e24444; background-color: #e24444;}
#homepage_boxes_subcontent > table > tbody > tr:nth-child(2) > td:first-child img {width: 90px;}
#homepage_boxes_subcontent > table > tbody > tr:nth-child(2) > td:first-child h2 {
	margin-bottom: 30px;
	font-weight: bold;
	color: #fff;
}
#homepage_boxes_subcontent > table > tbody > tr:nth-child(2) > td:first-child h3 {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
#homepage_boxes_subcontent > table > tbody > tr:nth-child(2) > td:first-child p {font-size: 20px;}
#homepage_boxes_subcontent > table > tbody > tr:nth-child(2) > td:nth-child(2) {
	padding: 40px 3% 20px;
	vertical-align: top;
	border-right: 1px solid;
	font-size: 18px;
	color: #000;
}
#homepage_boxes_subcontent > table > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) {border-right-color: #4f81bd;}
#homepage_boxes_subcontent > table > tbody:nth-child(2) > tr:nth-child(2) > td:nth-child(2) {border-right-color: #60b632;}
#homepage_boxes_subcontent > table > tbody:nth-child(3) > tr:nth-child(2) > td:nth-child(2) {border-right-color: #ea7c26;}
#homepage_boxes_subcontent > table > tbody:nth-child(4) > tr:nth-child(2) > td:nth-child(2) {border-right-color: #e24444;}
#homepage_boxes_subcontent > table > tbody > tr:nth-child(2) > td:nth-child(2) > p:last-child {text-align: center;}
#homepage_boxes_subcontent > table > tbody > tr:nth-child(2) > td:nth-child(2) ul {
	margin: 30px 0px;
	list-style-type: none;
}
#homepage_boxes_subcontent > table > tbody > tr:nth-child(2) > td:nth-child(2) ul li {
	margin-bottom: 15px;
	text-indent: -25px;
	margin-left: 200px;
	text-align: left;
}
#homepage_boxes_subcontent > table > tbody > tr:nth-child(2) > td:nth-child(2) ul li:before {
	content: '✔';
	margin-right: 10px;
}
#homepage_boxes_subcontent > table > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) ul li:before {color: #4f81bd;}
#homepage_boxes_subcontent > table > tbody:nth-child(2) > tr:nth-child(2) > td:nth-child(2) ul li:before {color: #60b632;}
#homepage_boxes_subcontent > table > tbody:nth-child(3) > tr:nth-child(2) > td:nth-child(2) ul li:before {color: #ea7c26;}
#homepage_boxes_subcontent > table > tbody:nth-child(4) > tr:nth-child(2) > td:nth-child(2) ul li:before {color: #e24444;}
#homepage_boxes_subcontent > table > tbody > tr:nth-child(2) > td:nth-child(2) a.dt-btn.dt-btn-l.btn-orange {
	padding: 0px 25px;
	font-size: 18px;
	font-weight: bold;
}
#homepage_boxes_subcontent > table > tbody > tr:last-child > td {
	padding: 20px 3%;
	border: 1px solid;
	font-style: italic;
	color: #000;
}
#homepage_boxes_subcontent > table > tbody:nth-child(1) > tr:last-child > td {border-color: #4f81bd;}
#homepage_boxes_subcontent > table > tbody:nth-child(2) > tr:last-child > td {border-color: #60b632;}
#homepage_boxes_subcontent > table > tbody:nth-child(3) > tr:last-child > td {border-color: #ea7c26;}
#homepage_boxes_subcontent > table > tbody:nth-child(4) > tr:last-child > td {border-color: #e24444;}
#homepage_boxes_subcontent > table > tbody > tr:last-child > td > p {
	display: table-cell;
	vertical-align: top;
}
#homepage_boxes_subcontent > table > tbody > tr:last-child > td > p:first-child {padding-top: 3px;}
#homepage_boxes_subcontent > table > tbody > tr:last-child > td > p:last-child {padding-left: 3%;}
#homepage_boxes_subcontent > table > tbody > tr:last-child > td img {
	width: 70px;
	height: auto;
}
/* //HOMEPAGE BOXES SUB ------------------------------------------------------------------------ */


/* HOMEPAGE OTHER ------------------------------------------------------------------------------ */
body.home.page #content > div.stripe.stripe-style-1 {text-align: center;}
body.home.page #content > div.stripe.stripe-style-1 a.dt-btn.dt-btn-m.btn-orange, body.home.page #content > div.stripe.stripe-style-1 a.dt-btn.dt-btn-l.btn-orange {margin-top: 30px;}

/* //HOMEPAGE OTHER ---------------------------------------------------------------------------- */


/* @MEDIA MAX-WIDTH: 1024 ---------------------------------------------------------------------- */
@media (max-width: 1024px) {
#homepage_boxes > li img {width: 60px; height: 60px;}
#homepage_boxes > li > div p {font-size: 25px;}
#homepage_boxes_subcontent > table > tbody > tr:nth-child(2) > td:first-child img {width: 80px;}
#homepage_boxes_subcontent > table > tbody > tr:nth-child(2) > td:first-child h2 {font-size: 25px;}
}
/* //@MEDIA MAX-WIDTH: 1024 -------------------------------------------------------------------- */


/* @MEDIA MAX-WIDTH: 800 ----------------------------------------------------------------------- */
@media (max-width: 800px) {
#homepage_boxes > li {
    display: block;
    width: 100%;
    height: 150px;
}
#homepage_boxes > li > div {
	width: 96%;
	padding: 0px 2%;
}
#homepage_boxes > li img {margin: 20px 0px 0px;}
#homepage_boxes > li > div p {font-size: 23px;}
#homepage_boxes_subcontent > table td, #homepage_boxes_subcontent > table > tbody > tr:nth-child(2) > td:first-child {
	display: block;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
}
#homepage_boxes_subcontent > table > tbody > tr:nth-child(2) > td:first-child img {
    width: 70px;
    margin-top: 25px;
}
#homepage_boxes_subcontent > table > tbody > tr:nth-child(2) > td:first-child h3 {margin-bottom: 20px;}
#homepage_boxes_subcontent > table > tbody > tr:nth-child(2) > td:first-child p:last-child {margin-bottom: 20px;}
#homepage_boxes_subcontent > table > tbody > tr:last-child > td {
    box-sizing: border-box;
    width: 100%;
}
#homepage_boxes_subcontent > table > tbody > tr:first-child > td {margin-top: 20px;}
}
/* //@MEDIA MAX-WIDTH: 800 --------------------------------------------------------------------- */


/* @MEDIA MAX-WIDTH: 560 ----------------------------------------------------------------------- */
@media (max-width: 560px) {
#homepage_boxes > li > div {
    width: 94%;
    padding: 0px 3%;
}
#homepage_boxes > li img {margin: 30px 0px 0px;}
#homepage_boxes > li img {
	width: 30px;
    height: 30px;
}
#homepage_boxes > li > div p {
    font-size: 20px;
    line-height: normal;
}

}
/* //@MEDIA MAX-WIDTH: 560 --------------------------------------------------------------------- */

